This commit is contained in:
Ell 2022-06-09 20:12:10 +02:00
parent bbe75b0730
commit baeb27b44d
102 changed files with 6082 additions and 6247 deletions

View file

@ -1,3 +1,37 @@
# 0.22.0
![](media/changelog/0.22.0.png)
> Some Pride and Some Diet Choices
No devlog this time, but we want to take this moment to wish you all a Happy Pride Month! If you're in a position to, please consider donating to charities like [The Trevor Project](https://www.thetrevorproject.org/) which make an effort to support LGBTQIA+ people.
Additions
- Added four new window designs
- Added a few additional Pride flags
- Added three curtain/blind furniture items
- Added paper lantern fairy light furniture
- Added pescetarian, vegetarian and vegan personality types
- Added a lot of food types to accomodate the new personality types
- Added uneasy and relaxed emotion types
Improvements
- Speed up game launch by improving texture packing performance
- Made drywall a bit less ugly in terms of decorative rating
- Added particles for death-related emotions, as well as showers
- Added protein shakes for creative and relaxed emotions
- Improved the look of the corners on grassy auto-tiles
- Renamed Options button to Options and Hints
- Allow cleaning dishes for the household hero life goal's first stage
Fixes
- Fixed a crash with gamepad controls and in-game hints
- Fixed rendering issues with wall-hanging objects that were placed off the grid
- Fixed a crash when all household members die and UI animations are enabled
- Fixed objects not being able to get dirty
API
- Added the ability for map objects to influence need regeneration speed
# 0.21.3
> Small Additions to the Two Year update

View file

@ -53,7 +53,6 @@
"TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToTaste": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToTellStory": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BaristaIdle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BoastAboutPagesWritten": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BreakUp": "TinyLife.Actions.ActionType.yml",
@ -108,7 +107,7 @@
"TinyLife.Actions.ActionType.GetFoodFromDisplayCase": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetFoodSomewhereElse": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetFurnitureMail": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetIconName": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetIngredientsFamily": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetIngredientsSingle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetJob": "TinyLife.Actions.ActionType.yml",
@ -148,6 +147,7 @@
"TinyLife.Actions.ActionType.LiftWeights": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.LightFireplace": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.LockDoor": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.LotEmploymentIdle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfBeingNerd": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfFriends": "TinyLife.Actions.ActionType.yml",
@ -416,10 +416,6 @@
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.IdleAroundObjectAction": "TinyLife.Actions.IdleAroundObjectAction.yml",
"TinyLife.Actions.IdleAroundObjectAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.IdleAroundObjectAction.yml",
"TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted": "TinyLife.Actions.IdleAroundObjectAction.yml",
"TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions": "TinyLife.Actions.IdleAroundObjectAction.yml",
"TinyLife.Actions.MultiAction": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml",
@ -640,7 +636,7 @@
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
@ -684,6 +680,9 @@
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
"TinyLife.Debug.TryCheat(System.String)": "TinyLife.Debug.yml",
"TinyLife.Emotions": "TinyLife.Emotions.yml",
"TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml",
"TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])": "TinyLife.Emotions.CombinedEmotionSource.yml",
"TinyLife.Emotions.CombinedEmotionSource.SourceString": "TinyLife.Emotions.CombinedEmotionSource.yml",
"TinyLife.Emotions.EmotionModifier": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32})": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.ValueTuple{TinyLife.Emotions.IEmotionSource,System.Int32}})": "TinyLife.Emotions.EmotionModifier.yml",
@ -693,6 +692,9 @@
"TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Asleep": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AteNonVeganFood": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadChildFood": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadCreation": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadCreationAngry": "TinyLife.Emotions.EmotionModifier.yml",
@ -776,11 +778,13 @@
"TinyLife.Emotions.EmotionModifier.PleasantInteraction": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PositiveGauge": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Promoted": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeCreative": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeFine": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeFocused": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeFrisky": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeFriskyAsexual": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PsychedUp": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PublishedApp": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.PulledMuscle": "TinyLife.Emotions.EmotionModifier.yml",
@ -843,6 +847,7 @@
"TinyLife.Emotions.EmotionType.Icon": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Name": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType)": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Relaxed": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Sad": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Stunned": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.TypeCategory": "TinyLife.Emotions.EmotionType.TypeCategory.yml",
@ -851,6 +856,7 @@
"TinyLife.Emotions.EmotionType.TypeCategory.Positive": "TinyLife.Emotions.EmotionType.TypeCategory.yml",
"TinyLife.Emotions.EmotionType.Types": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Uncomfortable": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.Uneasy": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.IEmotionSource": "TinyLife.Emotions.IEmotionSource.yml",
"TinyLife.Emotions.IEmotionSource.SourceString": "TinyLife.Emotions.IEmotionSource.yml",
"TinyLife.GameImpl": "TinyLife.GameImpl.yml",
@ -1393,6 +1399,7 @@
"TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BulbFairyLights": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CafeDisplayCase": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CafeSign": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ChildStove": "TinyLife.Objects.FurnitureType.yml",
@ -1499,12 +1506,14 @@
"TinyLife.Objects.FurnitureType.SimpleToilet": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBlinds": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBush": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallChimney": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallMirror": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallPicnicTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallShovel": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallSimpleCurtain": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SourceString": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml",
@ -1578,15 +1587,17 @@
"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.IUpdatingObject.yml",
"TinyLife.Objects.Light": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.CameraOffset": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.CircleTexture": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Color": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.DrawPosOffset": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.IsDisabled": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Map": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Position": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Rotation": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Size": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.Texture": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.UpwardsOffset": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.LightFurniture": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.CreateLights": "TinyLife.Objects.LightFurniture.yml",
@ -1594,6 +1605,7 @@
"TinyLife.Objects.LightFurniture.IsElectrical": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Validate": "TinyLife.Objects.LightFurniture.yml",
@ -1610,6 +1622,7 @@
"TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetModCategory(System.String)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetVisibility": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Id": "TinyLife.Objects.MapObject.yml",
@ -1875,6 +1888,7 @@
"TinyLife.Objects.Person.OnLifeGoalChanged": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnNewSkillLearned": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnOutfitChanged": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.OnRestoreNeed": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Outfits": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ParentInfo": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.PassiveActionPriorityDelegate": "TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml",
@ -1897,8 +1911,9 @@
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeedDelegate": "TinyLife.Objects.Person.RestoreNeedDelegate.yml",
"TinyLife.Objects.Person.Rotation": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)": "TinyLife.Objects.Person.yml",
@ -2082,6 +2097,7 @@
"TinyLife.PersonalityType.Mean": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Millionaire": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Name": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Pescetarian": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml",
@ -2092,6 +2108,8 @@
"TinyLife.PersonalityType.TypeCategory.Major": "TinyLife.PersonalityType.TypeCategory.yml",
"TinyLife.PersonalityType.TypeCategory.Minor": "TinyLife.PersonalityType.TypeCategory.yml",
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegetarian": "TinyLife.PersonalityType.yml",
"TinyLife.Relationship": "TinyLife.Relationship.yml",
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
@ -2133,8 +2151,12 @@
"TinyLife.Set.Workout": "TinyLife.Set.yml",
"TinyLife.Skills": "TinyLife.Skills.yml",
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanEat": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanCreateFunc": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.CanEatFunc": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Color": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml",
@ -2151,8 +2173,14 @@
"TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml",
"TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.FoodAmount": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.None": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
"TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetAllContainers(System.Int32)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.GetPrice(System.Int32)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.IngredientSource": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.IngredientSource.yml",
@ -2166,6 +2194,8 @@
"TinyLife.Skills.FoodType.IngredientSource.OnEaten": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.IngredientSource.Sink": "TinyLife.Skills.FoodType.IngredientSource.yml",
"TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.NeedsCooking": "TinyLife.Skills.FoodType.yml",
"TinyLife.Skills.FoodType.OnEaten": "TinyLife.Skills.FoodType.yml",
@ -2518,6 +2548,7 @@
"TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons)": "TinyLife.Utilities.Extensions.yml",
@ -2657,6 +2688,7 @@
"TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot)": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.IdleObjects": "TinyLife.World.LotEmployment.yml",
"TinyLife.World.LotEmployment.Instance": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.#ctor(TinyLife.Objects.Person,TinyLife.World.Lot,TinyLife.World.LotEmployment,System.Boolean)": "TinyLife.World.LotEmployment.Instance.yml",
"TinyLife.World.LotEmployment.Instance.Lot": "TinyLife.World.LotEmployment.Instance.yml",
@ -2796,7 +2828,7 @@
"TinyLife.World.Opening.Type": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.Validate(TinyLife.World.Wall,TinyLife.World.Map)": "TinyLife.World.Opening.yml",
"TinyLife.World.OpeningType": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.Colors": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.Construct(System.Int32[],TinyLife.World.Wall)": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},Microsoft.Xna.Framework.Point)": "TinyLife.World.OpeningType.yml",
@ -2892,6 +2924,7 @@
"TinyLife.World.Wall": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.#ctor(Microsoft.Xna.Framework.Point[])": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.GetCenterBottomPos": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.GetDepth(TinyLife.World.Map,System.Single)": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.GetDisplayMode": "TinyLife.World.Wall.yml",
"TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)": "TinyLife.World.Wall.yml",
@ -2917,6 +2950,8 @@
"TinyLife.World.WallMode.MaskPosition": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.MaskTexture": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.Modes": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.NarrowLong": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.NarrowWideTop": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.OffsetTextureRegion(Microsoft.Xna.Framework.Point,System.Boolean,System.Boolean)": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.Register(TinyLife.World.WallMode)": "TinyLife.World.WallMode.yml",
"TinyLife.World.WallMode.Roof": "TinyLife.World.WallMode.yml",

View file

@ -79,7 +79,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1877,28 +1877,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1922,20 +1915,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings
path: ../TinyLife/Actions/ActionType.cs
startLine: 365
startLine: 366
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -66,7 +66,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs
startLine: 373
startLine: 374
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -99,7 +99,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs
startLine: 381
startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -132,7 +132,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs
startLine: 388
startLine: 389
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -165,7 +165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs
startLine: 395
startLine: 396
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -198,7 +198,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs
startLine: 401
startLine: 402
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate
path: ../TinyLife/Actions/ActionType.cs
startLine: 214
startLine: 215
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -42,7 +42,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: ../TinyLife/Actions/ActionType.cs
startLine: 219
startLine: 220
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionType.cs
startLine: 224
startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory
path: ../TinyLife/Actions/ActionType.cs
startLine: 229
startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: ../TinyLife/Actions/ActionType.cs
startLine: 234
startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -197,7 +197,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Actions/ActionType.cs
startLine: 239
startLine: 240
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: ../TinyLife/Actions/ActionType.cs
startLine: 244
startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -263,7 +263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionType.cs
startLine: 250
startLine: 251
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -296,7 +296,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: ../TinyLife/Actions/ActionType.cs
startLine: 255
startLine: 256
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -329,7 +329,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments
path: ../TinyLife/Actions/ActionType.cs
startLine: 260
startLine: 261
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -362,7 +362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties
path: ../TinyLife/Actions/ActionType.cs
startLine: 268
startLine: 269
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -395,7 +395,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai
path: ../TinyLife/Actions/ActionType.cs
startLine: 273
startLine: 274
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -428,7 +428,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere
path: ../TinyLife/Actions/ActionType.cs
startLine: 278
startLine: 279
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -461,17 +461,17 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName
path: ../TinyLife/Actions/ActionType.cs
startLine: 284
startLine: 285
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe name of the icon that this action type should display in front of its name.\nTo make the icon work, its name needs to be added to the <xref href=\"MLEM.Ui.UiSystem\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Formatting.TextFormatter\" data-throw-if-not-resolved=\"false\"></xref> using <xref href=\"MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter%2cSystem.String%2cMLEM.Textures.TextureRegion%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nTo access an action&apos;s icon name, including automatically set icon names, use <xref href=\"TinyLife.Actions.ActionType.GetIconName\" data-throw-if-not-resolved=\"false\"></xref> instead.\n"
summary: "\nThe name of the icon that this action type should display in front of its name.\nTo make the icon work, its name needs to be added to the <xref href=\"MLEM.Ui.UiSystem\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Formatting.TextFormatter\" data-throw-if-not-resolved=\"false\"></xref> using <xref href=\"MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter%2cSystem.String%2cMLEM.Textures.TextureRegion%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nTo access an action&apos;s icon name, including automatically set icon names, use <xref href=\"TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)\" data-throw-if-not-resolved=\"false\"></xref> instead.\n"
example: []
syntax:
content: public string IconName
content: public Func<ActionInfo, string> IconName
return:
type: System.String
content.vb: Public IconName As String
type: System.Func{TinyLife.Actions.ActionInfo,System.String}
content.vb: Public IconName As Func(Of ActionInfo, String)
modifiers.csharp:
- public
modifiers.vb:
@ -494,7 +494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionType.cs
startLine: 290
startLine: 291
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -527,7 +527,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Actions/ActionType.cs
startLine: 296
startLine: 297
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -560,7 +560,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: ../TinyLife/Actions/ActionType.cs
startLine: 300
startLine: 301
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -593,7 +593,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: ../TinyLife/Actions/ActionType.cs
startLine: 305
startLine: 306
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -626,7 +626,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: ../TinyLife/Actions/ActionType.cs
startLine: 310
startLine: 311
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -659,7 +659,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreObjectConditions
path: ../TinyLife/Actions/ActionType.cs
startLine: 316
startLine: 317
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -692,7 +692,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/ActionType.cs
startLine: 322
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -725,7 +725,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
startLine: 332
startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -767,7 +767,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: ../TinyLife/Actions/ActionType.cs
startLine: 343
startLine: 344
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -805,7 +805,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: ../TinyLife/Actions/ActionType.cs
startLine: 349
startLine: 350
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -848,7 +848,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: ../TinyLife/Actions/ActionType.cs
startLine: 354
startLine: 355
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1727,9 +1727,67 @@ references:
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean)
commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean)
isExternal: true
- uid: TinyLife.Actions.ActionType.GetIconName
commentId: M:TinyLife.Actions.ActionType.GetIconName
- uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
isExternal: true
- uid: System.Func{TinyLife.Actions.ActionInfo,System.String}
commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.String}
parent: System
definition: System.Func`2
name: Func<ActionInfo, String>
nameWithType: Func<ActionInfo, String>
fullName: System.Func<TinyLife.Actions.ActionInfo, System.String>
nameWithType.vb: Func(Of ActionInfo, String)
fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, System.String)
name.vb: Func(Of ActionInfo, String)
spec.csharp:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Func`2
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true

View file

@ -18,7 +18,6 @@ items:
- TinyLife.Actions.ActionType.AskToLeave
- TinyLife.Actions.ActionType.AskToTaste
- TinyLife.Actions.ActionType.AskToTellStory
- TinyLife.Actions.ActionType.BaristaIdle
- TinyLife.Actions.ActionType.BeAwayFromLotEmployment
- TinyLife.Actions.ActionType.BoastAboutPagesWritten
- TinyLife.Actions.ActionType.BreakUp
@ -72,7 +71,7 @@ items:
- TinyLife.Actions.ActionType.GetFoodFromDisplayCase
- TinyLife.Actions.ActionType.GetFoodSomewhereElse
- TinyLife.Actions.ActionType.GetFurnitureMail
- TinyLife.Actions.ActionType.GetIconName
- TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.ActionType.GetIngredientsFamily
- TinyLife.Actions.ActionType.GetIngredientsSingle
- TinyLife.Actions.ActionType.GetJob
@ -112,6 +111,7 @@ items:
- TinyLife.Actions.ActionType.LiftWeights
- TinyLife.Actions.ActionType.LightFireplace
- TinyLife.Actions.ActionType.LockDoor
- TinyLife.Actions.ActionType.LotEmploymentIdle
- TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool
- TinyLife.Actions.ActionType.MakeFunOfBeingNerd
- TinyLife.Actions.ActionType.MakeFunOfFriends
@ -447,7 +447,7 @@ items:
description: The action info, can be null if no action info is present
- id: includeIcon
type: System.Boolean
description: Whether the <xref href="TinyLife.Actions.ActionType.GetIconName" data-throw-if-not-resolved="false"></xref> texture should be included at the start of the name
description: Whether the <xref href="TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)" data-throw-if-not-resolved="false"></xref> texture should be included at the start of the name
return:
type: System.String
description: This action type&apos;s display name
@ -538,16 +538,16 @@ items:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.ActionType.GetIconName
commentId: M:TinyLife.Actions.ActionType.GetIconName
id: GetIconName
- uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
id: GetIconName(TinyLife.Actions.ActionInfo)
parent: TinyLife.Actions.ActionType
langs:
- csharp
- vb
name: GetIconName()
nameWithType: ActionType.GetIconName()
fullName: TinyLife.Actions.ActionType.GetIconName()
name: GetIconName(ActionInfo)
nameWithType: ActionType.GetIconName(ActionInfo)
fullName: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
type: Method
source:
remote:
@ -556,18 +556,22 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconName
path: ../TinyLife/Actions/ActionType.cs
startLine: 140
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns the name of this action type&apos;s icon, which is either the manually assigned icon (<xref href=\"TinyLife.Actions.ActionType.TypeSettings.IconName\" data-throw-if-not-resolved=\"false\"></xref>), or an automatically assigned icon based on this action type&apos;s requirements, including <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredSkill\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality\" data-throw-if-not-resolved=\"false\"></xref>.\nThe icon name can be used in a <xref href=\"MLEM.Ui.Elements.Paragraph\" data-throw-if-not-resolved=\"false\"></xref> as a <xref href=\"MLEM.Formatting.Codes.ImageCode\" data-throw-if-not-resolved=\"false\"></xref> as follows: <code>&lt;c IconName></code> \n"
example: []
syntax:
content: public string GetIconName()
content: public string GetIconName(ActionInfo info)
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
description: The action info, can be null if no action info is present
return:
type: System.String
description: The name of this action type&apos;s icon
content.vb: Public Function GetIconName As String
content.vb: Public Function GetIconName(info As ActionInfo) As String
overload: TinyLife.Actions.ActionType.GetIconName*
modifiers.csharp:
- public
@ -591,7 +595,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties
path: ../TinyLife/Actions/ActionType.cs
startLine: 155
startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -630,7 +634,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Actions/ActionType.cs
startLine: 188
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -671,7 +675,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RegisterAll
path: ../TinyLife/Actions/ActionType.cs
startLine: 197
startLine: 198
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1117,33 +1121,33 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Actions.ActionType.BaristaIdle
commentId: F:TinyLife.Actions.ActionType.BaristaIdle
id: BaristaIdle
- uid: TinyLife.Actions.ActionType.LotEmploymentIdle
commentId: F:TinyLife.Actions.ActionType.LotEmploymentIdle
id: LotEmploymentIdle
parent: TinyLife.Actions.ActionType
langs:
- csharp
- vb
name: BaristaIdle
nameWithType: ActionType.BaristaIdle
fullName: TinyLife.Actions.ActionType.BaristaIdle
name: LotEmploymentIdle
nameWithType: ActionType.LotEmploymentIdle
fullName: TinyLife.Actions.ActionType.LotEmploymentIdle
type: Field
source:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaristaIdle
id: LotEmploymentIdle
path: ../TinyLife/Actions/ActionType.Internal.cs
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly ActionType BaristaIdle
content: public static readonly ActionType LotEmploymentIdle
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly BaristaIdle As ActionType
content.vb: Public Shared ReadOnly LotEmploymentIdle As ActionType
modifiers.csharp:
- public
- static
@ -1170,7 +1174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrepareOrder
path: ../TinyLife/Actions/ActionType.Internal.cs
startLine: 36
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1205,7 +1209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaitForOrder
path: ../TinyLife/Actions/ActionType.Internal.cs
startLine: 37
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1240,7 +1244,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFoodFromDisplayCase
path: ../TinyLife/Actions/ActionType.Internal.cs
startLine: 38
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1695,7 +1699,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrabServing
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 100
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1730,7 +1734,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CallToMeal
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 108
startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1765,7 +1769,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySingleplayerGames
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 112
startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1800,7 +1804,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnlineGames
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 113
startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1835,7 +1839,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchWalkthroughs
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 114
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1870,7 +1874,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinEasyTournament
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 115
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1905,7 +1909,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinAdvancedTournament
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 116
startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1940,7 +1944,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chat
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 117
startLine: 134
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1975,7 +1979,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 127
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2010,7 +2014,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanDish
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 131
startLine: 148
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2045,7 +2049,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeOutfit
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 140
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2080,7 +2084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EditOutfits
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 152
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2115,7 +2119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHome
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 155
startLine: 172
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2150,7 +2154,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitLot
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 168
startLine: 185
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2185,7 +2189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paint
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 187
startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2220,7 +2224,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sell
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 196
startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2255,7 +2259,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSpeech
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 204
startLine: 221
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2290,7 +2294,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Read
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 212
startLine: 229
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2325,7 +2329,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAway
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 225
startLine: 242
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2360,7 +2364,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 234
startLine: 251
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2395,7 +2399,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 242
startLine: 259
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2430,7 +2434,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJob
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 250
startLine: 267
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2465,7 +2469,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJob
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 258
startLine: 275
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2500,7 +2504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MopPuddle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 261
startLine: 278
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2535,7 +2539,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeProgramming
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 271
startLine: 288
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2570,7 +2574,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModGame
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 279
startLine: 296
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2605,7 +2609,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateApp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 285
startLine: 302
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2640,7 +2644,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishApp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 291
startLine: 308
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2675,7 +2679,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackSomeone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 297
startLine: 314
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2710,7 +2714,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchProgrammingPatterns
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 302
startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2745,7 +2749,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTv
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 307
startLine: 324
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2780,7 +2784,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Repair
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 317
startLine: 334
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2815,7 +2819,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PayBills
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 331
startLine: 348
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2850,7 +2854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeWriting
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 345
startLine: 362
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2885,7 +2889,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WriteBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 353
startLine: 370
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2920,7 +2924,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfPublishBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 363
startLine: 380
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2955,7 +2959,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBookPublished
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 364
startLine: 381
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2990,7 +2994,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LockDoor
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 365
startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3025,7 +3029,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireLgbtFlag
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 370
startLine: 387
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3060,7 +3064,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShakeTree
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 373
startLine: 390
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3095,7 +3099,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunOnTreadmill
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 376
startLine: 393
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3130,7 +3134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 384
startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3165,7 +3169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LiftWeights
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 392
startLine: 409
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3200,7 +3204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixProteinShake
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 400
startLine: 417
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3235,7 +3239,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWater
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 409
startLine: 426
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3270,7 +3274,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WashHands
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 417
startLine: 434
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3305,7 +3309,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleLight
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 424
startLine: 441
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3340,7 +3344,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleAllLights
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 427
startLine: 444
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3375,7 +3379,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 438
startLine: 455
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3410,7 +3414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrowAway
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 448
startLine: 465
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3445,7 +3449,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scrap
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 456
startLine: 473
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3480,7 +3484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverything
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 462
startLine: 479
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3515,7 +3519,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 468
startLine: 485
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3550,7 +3554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 476
startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3585,7 +3589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightFireplace
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 497
startLine: 514
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3620,7 +3624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 506
startLine: 523
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3655,7 +3659,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 517
startLine: 534
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3690,7 +3694,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 531
startLine: 548
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3725,7 +3729,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 544
startLine: 561
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3760,7 +3764,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 553
startLine: 570
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3795,7 +3799,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 561
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3830,7 +3834,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 569
startLine: 586
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3865,7 +3869,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 572
startLine: 590
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3900,7 +3904,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 579
startLine: 597
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3935,7 +3939,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobFromNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 587
startLine: 605
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3970,7 +3974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 595
startLine: 613
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4005,7 +4009,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 603
startLine: 621
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4040,7 +4044,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 611
startLine: 629
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4075,7 +4079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 621
startLine: 639
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4110,7 +4114,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 628
startLine: 646
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4145,7 +4149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 636
startLine: 654
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4180,7 +4184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 650
startLine: 668
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -6735,7 +6739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirt
path: ../TinyLife/Actions/ActionType.Social.cs
startLine: 467
startLine: 466
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -6770,7 +6774,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComplimentLooks
path: ../TinyLife/Actions/ActionType.Social.cs
startLine: 471
startLine: 470
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -6805,7 +6809,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeRisqueRemark
path: ../TinyLife/Actions/ActionType.Social.cs
startLine: 475
startLine: 474
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -6840,7 +6844,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartDating
path: ../TinyLife/Actions/ActionType.Social.cs
startLine: 481
startLine: 480
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -6875,7 +6879,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAround
path: ../TinyLife/Actions/ActionType.Social.cs
startLine: 498
startLine: 497
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -8363,8 +8367,8 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.ActionType.GetIconName
commentId: M:TinyLife.Actions.ActionType.GetIconName
- uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo)
isExternal: true
- uid: TinyLife.Actions.ActionType.GetDisplayName*
commentId: Overload:TinyLife.Actions.ActionType.GetDisplayName

View file

@ -79,7 +79,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1884,28 +1884,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1929,20 +1922,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -89,7 +89,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2184,28 +2184,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2229,20 +2222,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -77,7 +77,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1924,28 +1924,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1969,20 +1962,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -85,7 +85,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2127,28 +2127,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2172,20 +2165,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

File diff suppressed because it is too large Load diff

View file

@ -56,7 +56,6 @@ items:
derivedClasses:
- TinyLife.Actions.BehaviorMultiAction`1
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.IdleAroundObjectAction
- TinyLife.Actions.OutOfTownAction
- TinyLife.Actions.PickUpOrSpawnAction
- TinyLife.Actions.PutAwayAction
@ -96,7 +95,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2250,28 +2249,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2295,20 +2287,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -102,7 +102,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2602,28 +2602,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2647,20 +2640,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -89,7 +89,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2191,28 +2191,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2236,20 +2229,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -83,7 +83,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2057,28 +2057,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2102,20 +2095,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -88,7 +88,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2249,28 +2249,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2294,20 +2287,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -85,7 +85,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2129,28 +2129,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2174,20 +2167,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -86,7 +86,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2185,28 +2185,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2230,20 +2223,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -85,7 +85,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2112,28 +2112,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2157,20 +2150,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -100,7 +100,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2674,28 +2674,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2719,20 +2712,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -85,7 +85,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2121,28 +2121,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2166,20 +2159,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -106,7 +106,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2784,28 +2784,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2829,20 +2822,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -65,7 +65,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1490,28 +1490,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1535,20 +1528,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -65,7 +65,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1479,28 +1479,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1524,20 +1517,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -66,7 +66,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1528,28 +1528,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1573,20 +1566,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -66,7 +66,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1556,28 +1556,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1601,20 +1594,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -65,7 +65,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1493,28 +1493,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -1538,20 +1531,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -38,7 +38,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.Random
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
@ -1237,16 +1237,16 @@ items:
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
id: Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
id: Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
langs:
- csharp
- vb
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
type: Method
source:
remote:
@ -1255,18 +1255,15 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 373
startLine: 372
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method that causes the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Person\" data-throw-if-not-resolved=\"false\"></xref> to sit on the given object.\nThis method causes the action spot to be occupied and the person&apos;s <xref href=\"TinyLife.Objects.Person.CurrentPose\" data-throw-if-not-resolved=\"false\"></xref> to be changed to <xref href=\"TinyLife.Objects.Person.Pose.Sitting\" data-throw-if-not-resolved=\"false\"></xref>.\nAdditionally, the <xref href=\"TinyLife.NeedType.Energy\" data-throw-if-not-resolved=\"false\"></xref> need is restored a little bit.\nNote that this method has to be called every <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame for the person to stay sat down.\n"
example: []
syntax:
content: public static bool Sit(Person person, Furniture chair, float speedMultiplier, ActionSpot spot = null)
content: public bool Sit(Furniture chair, float speedMultiplier, ActionSpot spot = null)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person that should sit down
- id: chair
type: TinyLife.Objects.Furniture
description: The chair to sit on
@ -1279,14 +1276,12 @@ items:
return:
type: System.Boolean
description: Whether or not the chair can be sat on
content.vb: Public Shared Function Sit(person As Person, chair As Furniture, speedMultiplier As Single, spot As ActionSpot = Nothing) As Boolean
content.vb: Public Function Sit(chair As Furniture, speedMultiplier As Single, spot As ActionSpot = Nothing) As Boolean
overload: TinyLife.Actions.Typeless.TypelessAction.Sit*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
id: GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
@ -1305,11 +1300,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 391
startLine: 390
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method that returns an <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> for a <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> on a <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> with the <xref href=\"TinyLife.Objects.ObjectCategory.Chair\" data-throw-if-not-resolved=\"false\"></xref> category that is closest to the given object which is on a desk or table.\nThe furniture returned is the one that the person should <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person%2cTinyLife.Objects.Furniture%2cSystem.Single%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> on when interacting with the passed <code data-dev-comment-type=\"paramref\" class=\"paramref\">deskObject</code>.\nThis method will return the <code data-dev-comment-type=\"paramref\" class=\"paramref\">deskObject</code>&apos;s parent itself if it is a picnic-style table that has benches directly attached to it.\n"
summary: "\nA helper method that returns an <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> for a <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> on a <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> with the <xref href=\"TinyLife.Objects.ObjectCategory.Chair\" data-throw-if-not-resolved=\"false\"></xref> category that is closest to the given object which is on a desk or table.\nThe furniture returned is the one that the person should <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture%2cSystem.Single%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> on when interacting with the passed <code data-dev-comment-type=\"paramref\" class=\"paramref\">deskObject</code>.\nThis method will return the <code data-dev-comment-type=\"paramref\" class=\"paramref\">deskObject</code>&apos;s parent itself if it is a picnic-style table that has benches directly attached to it.\n"
example: []
syntax:
content: public static (Furniture Chair, ActionSpot Spot, Direction2 Direction) GetFreeChair(Person person, Furniture deskObject)
@ -1349,7 +1344,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 408
startLine: 407
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1399,7 +1394,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 434
startLine: 433
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1455,7 +1450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 459
startLine: 458
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1520,7 +1515,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 477
startLine: 476
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1573,7 +1568,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 492
startLine: 491
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1626,7 +1621,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 510
startLine: 509
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1685,7 +1680,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 523
startLine: 522
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1735,7 +1730,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 560
startLine: 559
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1791,7 +1786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomVariety
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 580
startLine: 579
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1838,7 +1833,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 595
startLine: 594
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -1882,7 +1877,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/Typeless/TypelessAction.cs
startLine: 609
startLine: 608
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@ -4037,28 +4032,21 @@ references:
- uid: TinyLife.Objects.ObjectCategory.Chair
commentId: F:TinyLife.Objects.ObjectCategory.Chair
isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -4082,20 +4070,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -83,7 +83,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -1975,28 +1975,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2020,20 +2013,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -88,7 +88,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2292,28 +2292,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2337,20 +2330,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -88,7 +88,7 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -2171,28 +2171,21 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -2216,20 +2209,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -20,7 +20,6 @@ items:
- TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.IdleAroundObjectAction
- TinyLife.Actions.MultiAction
- TinyLife.Actions.OrderFromStaffAction
- TinyLife.Actions.OutOfTownAction
@ -202,11 +201,6 @@ references:
name: GoHereAction
nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction
- uid: TinyLife.Actions.IdleAroundObjectAction
commentId: T:TinyLife.Actions.IdleAroundObjectAction
name: IdleAroundObjectAction
nameWithType: IdleAroundObjectAction
fullName: TinyLife.Actions.IdleAroundObjectAction
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions

View file

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

View file

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

View file

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

View file

@ -0,0 +1,566 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Emotions.CombinedEmotionSource
commentId: T:TinyLife.Emotions.CombinedEmotionSource
id: CombinedEmotionSource
parent: TinyLife.Emotions
children:
- TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])
- TinyLife.Emotions.CombinedEmotionSource.SourceString
langs:
- csharp
- vb
name: CombinedEmotionSource
nameWithType: CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource
type: Class
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CombinedEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: >-
[DataContract]
public class CombinedEmotionSource : IEmotionSource
content.vb: >-
<DataContract>
Public Class CombinedEmotionSource
Implements IEmotionSource
inheritance:
- System.Object
implements:
- TinyLife.Emotions.IEmotionSource
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.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: TinyLife.Emotions.CombinedEmotionSource.SourceString
commentId: P:TinyLife.Emotions.CombinedEmotionSource.SourceString
id: SourceString
parent: TinyLife.Emotions.CombinedEmotionSource
langs:
- csharp
- vb
name: SourceString
nameWithType: CombinedEmotionSource.SourceString
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
type: Property
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nA (localized) string that is displayed when hovering over an <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that has this source\n"
example: []
syntax:
content: public string SourceString { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property SourceString As String
overload: TinyLife.Emotions.CombinedEmotionSource.SourceString*
implements:
- TinyLife.Emotions.IEmotionSource.SourceString
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])
commentId: M:TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])
id: '#ctor(TinyLife.Emotions.IEmotionSource[])'
parent: TinyLife.Emotions.CombinedEmotionSource
langs:
- csharp
- vb
name: CombinedEmotionSource(IEmotionSource[])
nameWithType: CombinedEmotionSource.CombinedEmotionSource(IEmotionSource[])
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(TinyLife.Emotions.IEmotionSource[])
type: Constructor
source:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public CombinedEmotionSource(params IEmotionSource[] sources)
parameters:
- id: sources
type: TinyLife.Emotions.IEmotionSource[]
content.vb: Public Sub New(ParamArray sources As IEmotionSource())
overload: TinyLife.Emotions.CombinedEmotionSource.#ctor*
nameWithType.vb: CombinedEmotionSource.CombinedEmotionSource(IEmotionSource())
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource(TinyLife.Emotions.IEmotionSource())
name.vb: CombinedEmotionSource(IEmotionSource())
references:
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: TinyLife.Emotions.IEmotionSource
commentId: T:TinyLife.Emotions.IEmotionSource
parent: TinyLife.Emotions
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Emotions.CombinedEmotionSource.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<CombinedEmotionSource>()
nameWithType: Extensions.JsonCopy<CombinedEmotionSource>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.CombinedEmotionSource>()
nameWithType.vb: Extensions.JsonCopy(Of CombinedEmotionSource)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.CombinedEmotionSource)()
name.vb: JsonCopy(Of CombinedEmotionSource)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<CombinedEmotionSource>
nameWithType: Extensions.JsonCopy<CombinedEmotionSource>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.CombinedEmotionSource>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of CombinedEmotionSource)
nameWithType: Extensions.JsonCopy(Of CombinedEmotionSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.CombinedEmotionSource)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Emotions.CombinedEmotionSource.SourceString*
commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.SourceString
name: SourceString
nameWithType: CombinedEmotionSource.SourceString
fullName: TinyLife.Emotions.CombinedEmotionSource.SourceString
- uid: TinyLife.Emotions.IEmotionSource.SourceString
commentId: P:TinyLife.Emotions.IEmotionSource.SourceString
parent: TinyLife.Emotions.IEmotionSource
name: SourceString
nameWithType: IEmotionSource.SourceString
fullName: TinyLife.Emotions.IEmotionSource.SourceString
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: TinyLife.Emotions.CombinedEmotionSource.#ctor*
commentId: Overload:TinyLife.Emotions.CombinedEmotionSource.#ctor
name: CombinedEmotionSource
nameWithType: CombinedEmotionSource.CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource.CombinedEmotionSource
- uid: TinyLife.Emotions.IEmotionSource[]
isExternal: true
name: IEmotionSource[]
nameWithType: IEmotionSource[]
fullName: TinyLife.Emotions.IEmotionSource[]
nameWithType.vb: IEmotionSource()
fullName.vb: TinyLife.Emotions.IEmotionSource()
name.vb: IEmotionSource()
spec.csharp:
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb:
- uid: TinyLife.Emotions.IEmotionSource
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- name: ()
nameWithType: ()
fullName: ()

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 266
startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 273
startLine: 278
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 278
startLine: 283
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -171,7 +171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 283
startLine: 288
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -216,7 +216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 287
startLine: 292
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -263,7 +263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 293
startLine: 298
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -300,7 +300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 312
startLine: 317
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -336,7 +336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 326
startLine: 331
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -13,6 +13,9 @@ items:
- TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined
- TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner
- TinyLife.Emotions.EmotionModifier.Asleep
- TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood
- TinyLife.Emotions.EmotionModifier.AteNonVeganFood
- TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood
- TinyLife.Emotions.EmotionModifier.BadChildFood
- TinyLife.Emotions.EmotionModifier.BadCreation
- TinyLife.Emotions.EmotionModifier.BadCreationAngry
@ -88,11 +91,13 @@ items:
- TinyLife.Emotions.EmotionModifier.PleasantInteraction
- TinyLife.Emotions.EmotionModifier.PositiveGauge
- TinyLife.Emotions.EmotionModifier.Promoted
- TinyLife.Emotions.EmotionModifier.ProteinShakeCreative
- TinyLife.Emotions.EmotionModifier.ProteinShakeEnergetic
- TinyLife.Emotions.EmotionModifier.ProteinShakeFine
- TinyLife.Emotions.EmotionModifier.ProteinShakeFocused
- TinyLife.Emotions.EmotionModifier.ProteinShakeFrisky
- TinyLife.Emotions.EmotionModifier.ProteinShakeFriskyAsexual
- TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed
- TinyLife.Emotions.EmotionModifier.PsychedUp
- TinyLife.Emotions.EmotionModifier.PublishedApp
- TinyLife.Emotions.EmotionModifier.PulledMuscle
@ -2602,6 +2607,76 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed
commentId: F:TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed
id: ProteinShakeRelaxed
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: ProteinShakeRelaxed
nameWithType: EmotionModifier.ProteinShakeRelaxed
fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeRelaxed
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeRelaxed
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier ProteinShakeRelaxed
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly ProteinShakeRelaxed As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.ProteinShakeCreative
commentId: F:TinyLife.Emotions.EmotionModifier.ProteinShakeCreative
id: ProteinShakeCreative
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: ProteinShakeCreative
nameWithType: EmotionModifier.ProteinShakeCreative
fullName: TinyLife.Emotions.EmotionModifier.ProteinShakeCreative
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeCreative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier ProteinShakeCreative
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly ProteinShakeCreative As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.TooMuchProtein
commentId: F:TinyLife.Emotions.EmotionModifier.TooMuchProtein
id: TooMuchProtein
@ -2620,7 +2695,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 103
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2655,7 +2730,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 104
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2690,7 +2765,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 105
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2725,7 +2800,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 106
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2760,7 +2835,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 107
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2795,7 +2870,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 108
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2830,7 +2905,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 109
startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2865,7 +2940,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 110
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2900,7 +2975,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 111
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2935,7 +3010,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 112
startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -2970,7 +3045,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 113
startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3005,7 +3080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 114
startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3040,7 +3115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 115
startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3075,7 +3150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 116
startLine: 118
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3110,7 +3185,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 117
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3145,7 +3220,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 118
startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3180,7 +3255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 119
startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3215,7 +3290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 120
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3250,7 +3325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 121
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3285,7 +3360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 122
startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3320,7 +3395,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 123
startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3355,7 +3430,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 124
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3390,7 +3465,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 125
startLine: 127
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3425,7 +3500,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 126
startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3460,7 +3535,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 127
startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3495,7 +3570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 128
startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3530,7 +3605,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 129
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3565,7 +3640,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 130
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3600,7 +3675,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AggravatingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 131
startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3635,7 +3710,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpsettingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 132
startLine: 134
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3670,7 +3745,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadToGetFoodSomewhereElse
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 133
startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3705,7 +3780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsefulProgrammingResearch
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 134
startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3740,7 +3815,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishedApp
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 135
startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3775,7 +3850,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmergencyFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 136
startLine: 138
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3810,7 +3885,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildChef
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 137
startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3845,7 +3920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneTriedMyFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 138
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3880,7 +3955,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 139
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3915,7 +3990,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 140
startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3950,7 +4025,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 141
startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -3985,7 +4060,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 142
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4020,7 +4095,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 143
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4055,7 +4130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 144
startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4090,7 +4165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzlePositive
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 145
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4125,7 +4200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 146
startLine: 148
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4160,7 +4235,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegativeChild
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 147
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4195,7 +4270,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShoodChild
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 148
startLine: 150
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4230,7 +4305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaperChild
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 149
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4265,7 +4340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyNewspaperJoke
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 150
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4300,7 +4375,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingCoffee
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 151
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4335,7 +4410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchCoffee
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 152
startLine: 154
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4370,7 +4445,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrderCanceled
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 153
startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4405,7 +4480,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkilledOrder
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 154
startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4440,7 +4515,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerFocused
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 155
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4475,7 +4550,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerFail
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 156
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4510,7 +4585,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PineappleOnPizzaNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 157
startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4545,7 +4620,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmiredFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 158
startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4562,6 +4637,111 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood
commentId: F:TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood
id: AteNonPescetarianFood
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: AteNonPescetarianFood
nameWithType: EmotionModifier.AteNonPescetarianFood
fullName: TinyLife.Emotions.EmotionModifier.AteNonPescetarianFood
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonPescetarianFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 161
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier AteNonPescetarianFood
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly AteNonPescetarianFood As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood
commentId: F:TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood
id: AteNonVegetarianFood
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: AteNonVegetarianFood
nameWithType: EmotionModifier.AteNonVegetarianFood
fullName: TinyLife.Emotions.EmotionModifier.AteNonVegetarianFood
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonVegetarianFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 162
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier AteNonVegetarianFood
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly AteNonVegetarianFood As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.AteNonVeganFood
commentId: F:TinyLife.Emotions.EmotionModifier.AteNonVeganFood
id: AteNonVeganFood
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: AteNonVeganFood
nameWithType: EmotionModifier.AteNonVeganFood
fullName: TinyLife.Emotions.EmotionModifier.AteNonVeganFood
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonVeganFood
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier AteNonVeganFood
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly AteNonVeganFood As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Name
commentId: F:TinyLife.Emotions.EmotionModifier.Name
id: Name
@ -4580,7 +4760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 183
startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4615,7 +4795,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 187
startLine: 192
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4650,7 +4830,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 192
startLine: 197
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4685,7 +4865,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 198
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4720,7 +4900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 207
startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4768,7 +4948,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 221
startLine: 226
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4816,7 +4996,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 230
startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -4855,7 +5035,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 245
startLine: 250
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 91
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 96
startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 100
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 104
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -21,10 +21,12 @@ items:
- TinyLife.Emotions.EmotionType.Icon
- TinyLife.Emotions.EmotionType.Name
- TinyLife.Emotions.EmotionType.Register(TinyLife.Emotions.EmotionType)
- TinyLife.Emotions.EmotionType.Relaxed
- TinyLife.Emotions.EmotionType.Sad
- TinyLife.Emotions.EmotionType.Stunned
- TinyLife.Emotions.EmotionType.Types
- TinyLife.Emotions.EmotionType.Uncomfortable
- TinyLife.Emotions.EmotionType.Uneasy
langs:
- csharp
- vb
@ -564,6 +566,76 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionType.Uneasy
commentId: F:TinyLife.Emotions.EmotionType.Uneasy
id: Uneasy
parent: TinyLife.Emotions.EmotionType
langs:
- csharp
- vb
name: Uneasy
nameWithType: EmotionType.Uneasy
fullName: TinyLife.Emotions.EmotionType.Uneasy
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uneasy
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionType Uneasy
return:
type: TinyLife.Emotions.EmotionType
content.vb: Public Shared ReadOnly Uneasy As EmotionType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionType.Relaxed
commentId: F:TinyLife.Emotions.EmotionType.Relaxed
id: Relaxed
parent: TinyLife.Emotions.EmotionType
langs:
- csharp
- vb
name: Relaxed
nameWithType: EmotionType.Relaxed
fullName: TinyLife.Emotions.EmotionType.Relaxed
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relaxed
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionType Relaxed
return:
type: TinyLife.Emotions.EmotionType
content.vb: Public Shared ReadOnly Relaxed As EmotionType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionType.Name
commentId: F:TinyLife.Emotions.EmotionType.Name
id: Name
@ -582,7 +654,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 46
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -617,7 +689,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 50
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -652,7 +724,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 55
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -687,7 +759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 60
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -722,7 +794,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 69
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -767,7 +839,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 81
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -20,7 +20,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 11
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
startLine: 16
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Emotions

View file

@ -4,6 +4,7 @@ items:
commentId: N:TinyLife.Emotions
id: TinyLife.Emotions
children:
- TinyLife.Emotions.CombinedEmotionSource
- TinyLife.Emotions.EmotionModifier
- TinyLife.Emotions.EmotionModifier.Instance
- TinyLife.Emotions.EmotionType
@ -48,6 +49,11 @@ references:
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
- uid: TinyLife.Emotions.CombinedEmotionSource
commentId: T:TinyLife.Emotions.CombinedEmotionSource
name: CombinedEmotionSource
nameWithType: CombinedEmotionSource
fullName: TinyLife.Emotions.CombinedEmotionSource
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 181
startLine: 182
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 188
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -129,7 +129,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 192
startLine: 193
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 199
startLine: 200
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 204
startLine: 205
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 209
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -297,7 +297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 213
startLine: 214
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 221
startLine: 222
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -376,7 +376,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 231
startLine: 232
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -408,7 +408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 241
startLine: 242
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -440,7 +440,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 266
startLine: 267
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -36,7 +36,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 24
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -87,7 +87,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 31
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -124,7 +124,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 34
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 46
startLine: 47
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -194,7 +194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 58
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 70
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -264,7 +264,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 82
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -299,7 +299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 94
startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 104
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -369,7 +369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 121
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -404,7 +404,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 125
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -439,7 +439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 130
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -474,7 +474,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 134
startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -509,7 +509,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 139
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -544,7 +544,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 144
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -581,7 +581,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 152
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -626,7 +626,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 163
startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Goals
@ -665,7 +665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Goals/LifeGoal.cs
startLine: 172
startLine: 173
assemblies:
- Tiny Life
namespace: TinyLife.Goals

View file

@ -187,7 +187,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person%2cTinyLife.Objects.Furniture%2cSystem.Single%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n"
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture%2cSystem.Single%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n"
example: []
syntax:
content: protected readonly Direction2[] ValidDirections
@ -919,28 +919,21 @@ references:
- uid: MLEM.Misc.Direction2.Up
commentId: F:MLEM.Misc.Direction2.Up
isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
name: Sit(Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
@ -964,20 +957,13 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/Person.cs
startLine: 2462
startLine: 2510
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -66,7 +66,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/Person.cs
startLine: 2470
startLine: 2518
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -100,7 +100,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: ../TinyLife/Objects/Person.cs
startLine: 2476
startLine: 2524
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -50,6 +50,7 @@ items:
- TinyLife.Objects.LightFurniture.OnAdded
- TinyLife.Objects.LightFurniture.OnRemoved
- TinyLife.Objects.LightFurniture.Validate
- TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.LightFurniture.CreateLights
- TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
@ -123,10 +124,10 @@ items:
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -402,6 +403,61 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.LightFurniture
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: LightFurniture.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: LightFurniture.OnCameraRotationChanged
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: LightFurniture.OnCameraRotationChanged
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.LightFurniture.CreateLights
commentId: M:TinyLife.Objects.LightFurniture.CreateLights
parent: TinyLife.Objects.LightFurniture
@ -2971,61 +3027,6 @@ references:
name: IsInWorld
nameWithType: MapObject.IsInWorld
fullName: TinyLife.Objects.MapObject.IsInWorld
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
parent: TinyLife.Objects.MapObject
@ -3209,6 +3210,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -128,6 +128,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3230,6 +3231,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -122,6 +122,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3162,6 +3163,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -123,6 +123,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3195,6 +3196,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -124,6 +124,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3159,6 +3160,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -121,6 +121,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -2994,6 +2995,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -53,6 +53,7 @@ items:
- TinyLife.Objects.LightFurniture.IsDisabled
- TinyLife.Objects.LightFurniture.OnAdded
- TinyLife.Objects.LightFurniture.Validate
- TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.OnSetCreator
@ -124,10 +125,10 @@ items:
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -605,6 +606,61 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.LightFurniture
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: LightFurniture.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: LightFurniture.OnCameraRotationChanged
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: LightFurniture.OnCameraRotationChanged
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.Random
commentId: F:TinyLife.Objects.Furniture.Random
parent: TinyLife.Objects.Furniture
@ -2902,61 +2958,6 @@ references:
name: IsInWorld
nameWithType: MapObject.IsInWorld
fullName: TinyLife.Objects.MapObject.IsInWorld
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
parent: TinyLife.Objects.MapObject
@ -3140,6 +3141,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: ../TinyLife/Objects/Food.cs
startLine: 15
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -128,6 +128,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -166,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft
path: ../TinyLife/Objects/Food.cs
startLine: 22
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -209,7 +210,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/Food.cs
startLine: 25
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -260,7 +261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/Food.cs
startLine: 28
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -335,7 +336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: ../TinyLife/Objects/Food.cs
startLine: 40
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -3088,6 +3089,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -128,6 +128,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3335,6 +3336,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -131,6 +131,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -2013,7 +2014,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator
path: ../TinyLife/Objects/Furniture.cs
startLine: 443
startLine: 444
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2054,7 +2055,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Objects/Furniture.cs
startLine: 461
startLine: 462
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2091,7 +2092,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: ../TinyLife/Objects/Furniture.cs
startLine: 470
startLine: 471
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2129,7 +2130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: ../TinyLife/Objects/Furniture.cs
startLine: 481
startLine: 482
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2180,7 +2181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants
path: ../TinyLife/Objects/Furniture.cs
startLine: 495
startLine: 496
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2222,7 +2223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots
path: ../TinyLife/Objects/Furniture.cs
startLine: 508
startLine: 509
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2264,7 +2265,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot
path: ../TinyLife/Objects/Furniture.cs
startLine: 524
startLine: 525
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2306,7 +2307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo
path: ../TinyLife/Objects/Furniture.cs
startLine: 537
startLine: 538
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2351,7 +2352,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot
path: ../TinyLife/Objects/Furniture.cs
startLine: 549
startLine: 550
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2396,7 +2397,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent
path: ../TinyLife/Objects/Furniture.cs
startLine: 563
startLine: 564
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2435,7 +2436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren
path: ../TinyLife/Objects/Furniture.cs
startLine: 577
startLine: 578
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2467,7 +2468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink
path: ../TinyLife/Objects/Furniture.cs
startLine: 587
startLine: 588
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2499,7 +2500,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: ../TinyLife/Objects/Furniture.cs
startLine: 597
startLine: 598
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2541,7 +2542,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren
path: ../TinyLife/Objects/Furniture.cs
startLine: 608
startLine: 609
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2588,7 +2589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild
path: ../TinyLife/Objects/Furniture.cs
startLine: 622
startLine: 623
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2627,7 +2628,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: ../TinyLife/Objects/Furniture.cs
startLine: 641
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2686,7 +2687,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: ../TinyLife/Objects/Furniture.cs
startLine: 656
startLine: 657
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2734,7 +2735,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: ../TinyLife/Objects/Furniture.cs
startLine: 673
startLine: 674
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2785,7 +2786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: ../TinyLife/Objects/Furniture.cs
startLine: 684
startLine: 685
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2827,7 +2828,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors
path: ../TinyLife/Objects/Furniture.cs
startLine: 696
startLine: 697
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2859,7 +2860,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId
path: ../TinyLife/Objects/Furniture.cs
startLine: 709
startLine: 710
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -3238,6 +3239,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -8,6 +8,7 @@ items:
- TinyLife.Objects.FurnitureType.BaristaCoffeeMachine
- TinyLife.Objects.FurnitureType.BirchTree
- TinyLife.Objects.FurnitureType.Book
- TinyLife.Objects.FurnitureType.BulbFairyLights
- TinyLife.Objects.FurnitureType.CafeDisplayCase
- TinyLife.Objects.FurnitureType.CafeSign
- TinyLife.Objects.FurnitureType.ChildStove
@ -114,12 +115,14 @@ items:
- TinyLife.Objects.FurnitureType.SimpleToilet
- TinyLife.Objects.FurnitureType.SimpleWallSink
- TinyLife.Objects.FurnitureType.SmallBarbecue
- TinyLife.Objects.FurnitureType.SmallBlinds
- TinyLife.Objects.FurnitureType.SmallBush
- TinyLife.Objects.FurnitureType.SmallChimney
- TinyLife.Objects.FurnitureType.SmallMirror
- TinyLife.Objects.FurnitureType.SmallPicnicTable
- TinyLife.Objects.FurnitureType.SmallPlant
- TinyLife.Objects.FurnitureType.SmallShovel
- TinyLife.Objects.FurnitureType.SmallSimpleCurtain
- TinyLife.Objects.FurnitureType.SourceString
- TinyLife.Objects.FurnitureType.Spanner
- TinyLife.Objects.FurnitureType.Sponge
@ -1374,7 +1377,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PotPlant
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 13
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1409,7 +1412,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallPlant
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 17
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1444,7 +1447,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LgbtFlags
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 21
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1479,7 +1482,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkoutPosters
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 28
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1514,7 +1517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeRectangleRug
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 37
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1549,7 +1552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Doormat
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 40
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1584,7 +1587,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeRoundRug
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 43
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1619,7 +1622,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CountryFence
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 46
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1654,7 +1657,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hedge
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 50
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1689,7 +1692,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapleTree
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 54
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1724,7 +1727,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrassPatch
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 58
startLine: 60
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1759,7 +1762,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBush
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 61
startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1794,7 +1797,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleLamp
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 64
startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1829,7 +1832,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleCeilingLamp
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 72
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1864,7 +1867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvergreenTree
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 76
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1899,7 +1902,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BirchTree
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 82
startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1934,7 +1937,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OakTree
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 88
startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1969,7 +1972,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cypress
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 94
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2004,7 +2007,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquarePlantPots
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 100
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2039,7 +2042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WindowPlants
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 106
startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2074,7 +2077,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TreeStumps
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 112
startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2109,7 +2112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wisteria
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 117
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2144,7 +2147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernWoodworkingLamp
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 122
startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2179,7 +2182,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwirlWoodworkingLamp
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 131
startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2214,7 +2217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EdisonWoodworkingLamp
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 140
startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2249,7 +2252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeLogPile
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 145
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2284,7 +2287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalFireplace
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 149
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2319,7 +2322,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallChimney
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 156
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2354,7 +2357,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeKite
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 162
startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2389,7 +2392,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GlassPenCup
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 167
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2424,7 +2427,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Succulents
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 168
startLine: 170
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2459,7 +2462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargePotPlant
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 173
startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2494,7 +2497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StreetLamps
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 178
startLine: 180
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2529,7 +2532,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleStoneWall
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 191
startLine: 193
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2564,7 +2567,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeSign
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 195
startLine: 197
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2581,6 +2584,111 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SmallBlinds
commentId: F:TinyLife.Objects.FurnitureType.SmallBlinds
id: SmallBlinds
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: SmallBlinds
nameWithType: FurnitureType.SmallBlinds
fullName: TinyLife.Objects.FurnitureType.SmallBlinds
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBlinds
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType[] SmallBlinds
return:
type: TinyLife.Objects.FurnitureType[]
content.vb: Public Shared ReadOnly SmallBlinds As FurnitureType()
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SmallSimpleCurtain
commentId: F:TinyLife.Objects.FurnitureType.SmallSimpleCurtain
id: SmallSimpleCurtain
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: SmallSimpleCurtain
nameWithType: FurnitureType.SmallSimpleCurtain
fullName: TinyLife.Objects.FurnitureType.SmallSimpleCurtain
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallSimpleCurtain
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType SmallSimpleCurtain
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly SmallSimpleCurtain As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.BulbFairyLights
commentId: F:TinyLife.Objects.FurnitureType.BulbFairyLights
id: BulbFairyLights
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: BulbFairyLights
nameWithType: FurnitureType.BulbFairyLights
fullName: TinyLife.Objects.FurnitureType.BulbFairyLights
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BulbFairyLights
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType BulbFairyLights
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly BulbFairyLights As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SimpleDesk
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
id: SimpleDesk

View file

@ -122,6 +122,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3181,6 +3182,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -6,15 +6,17 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
- TinyLife.Objects.Light.CameraOffset
- TinyLife.Objects.Light.CircleTexture
- TinyLife.Objects.Light.Color
- TinyLife.Objects.Light.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
- TinyLife.Objects.Light.DrawPosOffset
- TinyLife.Objects.Light.IsDisabled
- TinyLife.Objects.Light.Map
- TinyLife.Objects.Light.Position
- TinyLife.Objects.Light.Rotation
- TinyLife.Objects.Light.Size
- TinyLife.Objects.Light.Texture
- TinyLife.Objects.Light.UpwardsOffset
langs:
- csharp
- vb
@ -29,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: ../TinyLife/Objects/Light.cs
startLine: 13
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -74,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CircleTexture
path: ../TinyLife/Objects/Light.cs
startLine: 18
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -111,7 +113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/Objects/Light.cs
startLine: 23
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -146,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/Objects/Light.cs
startLine: 28
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -163,35 +165,35 @@ items:
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Objects.Light.UpwardsOffset
commentId: F:TinyLife.Objects.Light.UpwardsOffset
id: UpwardsOffset
- uid: TinyLife.Objects.Light.CameraOffset
commentId: F:TinyLife.Objects.Light.CameraOffset
id: CameraOffset
parent: TinyLife.Objects.Light
langs:
- csharp
- vb
name: UpwardsOffset
nameWithType: Light.UpwardsOffset
fullName: TinyLife.Objects.Light.UpwardsOffset
name: CameraOffset
nameWithType: Light.CameraOffset
fullName: TinyLife.Objects.Light.CameraOffset
type: Field
source:
remote:
path: TinyLife/Objects/Light.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpwardsOffset
id: CameraOffset
path: ../TinyLife/Objects/Light.cs
startLine: 32
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nAn offset from this light&apos;s <xref href=\"TinyLife.Objects.Light.Position\" data-throw-if-not-resolved=\"false\"></xref>, in world space, that is vertical-only (and transformed using <xref href=\"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>).\n"
summary: "\nThe offset from this light&apos;s <xref href=\"TinyLife.Objects.Light.Position\" data-throw-if-not-resolved=\"false\"></xref> that is added in visual space only, using <xref href=\"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Vector2 UpwardsOffset
content: public Vector2 CameraOffset
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Public UpwardsOffset As Vector2
content.vb: Public CameraOffset As Vector2
modifiers.csharp:
- public
modifiers.vb:
@ -214,7 +216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: ../TinyLife/Objects/Light.cs
startLine: 37
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -233,6 +235,37 @@ items:
- set
modifiers.vb:
- Public
- uid: TinyLife.Objects.Light.DrawPosOffset
commentId: F:TinyLife.Objects.Light.DrawPosOffset
id: DrawPosOffset
parent: TinyLife.Objects.Light
langs:
- csharp
- vb
name: DrawPosOffset
nameWithType: Light.DrawPosOffset
fullName: TinyLife.Objects.Light.DrawPosOffset
type: Field
source:
remote:
path: TinyLife/Objects/Light.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawPosOffset
path: ../TinyLife/Objects/Light.cs
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public Vector2 DrawPosOffset
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Public DrawPosOffset As Vector2
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Light.Size
commentId: F:TinyLife.Objects.Light.Size
id: Size
@ -251,11 +284,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: ../TinyLife/Objects/Light.cs
startLine: 52
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe size, in world space, of this light, centered on its <xref href=\"TinyLife.Objects.Light.Position\" data-throw-if-not-resolved=\"false\"></xref>\n"
summary: "\nThe size, in world space, of this light, centered on its <xref href=\"TinyLife.Objects.Light.Position\" data-throw-if-not-resolved=\"false\"></xref>.\nThis value is multiplied with <xref href=\"TinyLife.World.Tile.Width\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Tile.Height\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Vector2 Size
@ -266,6 +299,37 @@ items:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Light.Rotation
commentId: F:TinyLife.Objects.Light.Rotation
id: Rotation
parent: TinyLife.Objects.Light
langs:
- csharp
- vb
name: Rotation
nameWithType: Light.Rotation
fullName: TinyLife.Objects.Light.Rotation
type: Field
source:
remote:
path: TinyLife/Objects/Light.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: ../TinyLife/Objects/Light.cs
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public float Rotation
return:
type: System.Single
content.vb: Public Rotation As Single
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Light.Color
commentId: F:TinyLife.Objects.Light.Color
id: Color
@ -284,7 +348,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: ../TinyLife/Objects/Light.cs
startLine: 57
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -317,7 +381,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: ../TinyLife/Objects/Light.cs
startLine: 62
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -350,7 +414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/Light.cs
startLine: 74
startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -398,7 +462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/Light.cs
startLine: 87
startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -861,6 +925,31 @@ references:
name: Position
nameWithType: Light.Position
fullName: TinyLife.Objects.Light.Position
- uid: TinyLife.World.Tile.Width
commentId: F:TinyLife.World.Tile.Width
parent: TinyLife.World.Tile
name: Width
nameWithType: Tile.Width
fullName: TinyLife.World.Tile.Width
- uid: TinyLife.World.Tile.Height
commentId: F:TinyLife.World.Tile.Height
parent: TinyLife.World.Tile
name: Height
nameWithType: Tile.Height
fullName: TinyLife.World.Tile.Height
- uid: TinyLife.World.Tile
commentId: T:TinyLife.World.Tile
parent: TinyLife.World
name: Tile
nameWithType: Tile
fullName: TinyLife.World.Tile
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
isExternal: true

View file

@ -11,6 +11,7 @@ items:
- TinyLife.Objects.LightFurniture.IsElectrical
- TinyLife.Objects.LightFurniture.Lights
- TinyLife.Objects.LightFurniture.OnAdded
- TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.LightFurniture.OnRemoved
- TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.LightFurniture.Validate
@ -28,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightFurniture
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 13
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -125,10 +126,10 @@ items:
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -167,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lights
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 18
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -204,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 24
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -247,7 +248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 30
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -286,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 33
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -337,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 37
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -383,7 +384,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 45
startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -418,7 +419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 51
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -453,7 +454,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 57
startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -473,6 +474,48 @@ items:
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
id: OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.LightFurniture
langs:
- csharp
- vb
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: LightFurniture.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
type: Method
source:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis method is invoked when the game&apos;s camera rotation changes.\nAdditionally, the old and new rotations are passed.\n"
example: []
syntax:
content: public override void OnCameraRotationChanged(Direction2 oldRotation, Direction2 newRotation)
parameters:
- id: oldRotation
type: MLEM.Misc.Direction2
description: The old camera rotation
- id: newRotation
type: MLEM.Misc.Direction2
description: The new camera rotation
content.vb: Public Overrides Sub OnCameraRotationChanged(oldRotation As Direction2, newRotation As Direction2)
overridden: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
overload: TinyLife.Objects.LightFurniture.OnCameraRotationChanged*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Objects.LightFurniture.CreateLights
commentId: M:TinyLife.Objects.LightFurniture.CreateLights
id: CreateLights
@ -491,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: ../TinyLife/Objects/LightFurniture.cs
startLine: 70
startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -3111,61 +3154,6 @@ references:
name: IsInWorld
nameWithType: MapObject.IsInWorld
fullName: TinyLife.Objects.MapObject.IsInWorld
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
parent: TinyLife.Objects.MapObject
@ -3349,6 +3337,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject
@ -4531,6 +4600,73 @@ references:
name: Validate
nameWithType: LightFurniture.Validate
fullName: TinyLife.Objects.LightFurniture.Validate
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
spec.csharp:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
name: OnCameraRotationChanged
nameWithType: MapObject.OnCameraRotationChanged
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Misc.Direction2
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.LightFurniture.OnCameraRotationChanged*
commentId: Overload:TinyLife.Objects.LightFurniture.OnCameraRotationChanged
name: OnCameraRotationChanged
nameWithType: LightFurniture.OnCameraRotationChanged
fullName: TinyLife.Objects.LightFurniture.OnCameraRotationChanged
- uid: MLEM.Misc.Direction2
commentId: T:MLEM.Misc.Direction2
parent: MLEM.Misc
isExternal: true
name: Direction2
nameWithType: Direction2
fullName: MLEM.Misc.Direction2
- uid: TinyLife.Objects.LightFurniture.CreateLights*
commentId: Overload:TinyLife.Objects.LightFurniture.CreateLights
name: CreateLights

View file

@ -17,6 +17,7 @@ items:
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.GetVisibility
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.Id
@ -260,7 +261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDraw
path: ../TinyLife/Objects/MapObject.cs
startLine: 60
startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -293,7 +294,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate
path: ../TinyLife/Objects/MapObject.cs
startLine: 66
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -326,7 +327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: ../TinyLife/Objects/MapObject.cs
startLine: 72
startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -375,7 +376,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs
startLine: 94
startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -414,7 +415,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: ../TinyLife/Objects/MapObject.cs
startLine: 99
startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -463,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/Objects/MapObject.cs
startLine: 105
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -500,7 +501,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: ../TinyLife/Objects/MapObject.cs
startLine: 109
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -537,7 +538,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInWorld
path: ../TinyLife/Objects/MapObject.cs
startLine: 113
startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -574,7 +575,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 123
startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -616,7 +617,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/MapObject.cs
startLine: 141
startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -666,7 +667,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: ../TinyLife/Objects/MapObject.cs
startLine: 149
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -707,7 +708,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/MapObject.cs
startLine: 159
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -744,7 +745,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: ../TinyLife/Objects/MapObject.cs
startLine: 170
startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -785,7 +786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: ../TinyLife/Objects/MapObject.cs
startLine: 178
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -819,7 +820,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: ../TinyLife/Objects/MapObject.cs
startLine: 184
startLine: 182
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -853,7 +854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: ../TinyLife/Objects/MapObject.cs
startLine: 191
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -891,7 +892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority
path: ../TinyLife/Objects/MapObject.cs
startLine: 202
startLine: 200
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -935,7 +936,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/Objects/MapObject.cs
startLine: 215
startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -985,7 +986,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: ../TinyLife/Objects/MapObject.cs
startLine: 227
startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1029,7 +1030,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: ../TinyLife/Objects/MapObject.cs
startLine: 239
startLine: 237
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1079,7 +1080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility
path: ../TinyLife/Objects/MapObject.cs
startLine: 247
startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1116,7 +1117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: ../TinyLife/Objects/MapObject.cs
startLine: 257
startLine: 255
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1160,7 +1161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: ../TinyLife/Objects/MapObject.cs
startLine: 267
startLine: 265
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1201,7 +1202,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetMapAndValidate
path: ../TinyLife/Objects/MapObject.cs
startLine: 274
startLine: 272
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1240,7 +1241,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCategory
path: ../TinyLife/Objects/MapObject.cs
startLine: 285
startLine: 283
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1282,7 +1283,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier
path: ../TinyLife/Objects/MapObject.cs
startLine: 301
startLine: 299
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1317,6 +1318,49 @@ items:
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
id: GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
langs:
- csharp
- vb
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
type: Method
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRestoreNeedModifier
path: ../TinyLife/Objects/MapObject.cs
startLine: 303
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public virtual float GetRestoreNeedModifier(Person person, ActionInfo info, bool isAuxiliary, NeedType type)
parameters:
- id: person
type: TinyLife.Objects.Person
- id: info
type: TinyLife.Actions.ActionInfo
- id: isAuxiliary
type: System.Boolean
- id: type
type: TinyLife.NeedType
return:
type: System.Single
content.vb: Public Overridable Function GetRestoreNeedModifier(person As Person, info As ActionInfo, isAuxiliary As Boolean, type As NeedType) As Single
overload: TinyLife.Objects.MapObject.GetRestoreNeedModifier*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
id: DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
@ -1335,7 +1379,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns
path: ../TinyLife/Objects/MapObject.cs
startLine: 341
startLine: 343
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1415,7 +1459,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModCategory
path: ../TinyLife/Objects/MapObject.cs
startLine: 394
startLine: 397
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2801,6 +2845,22 @@ references:
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier*
commentId: Overload:TinyLife.Objects.MapObject.GetRestoreNeedModifier
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- uid: TinyLife.NeedType
commentId: T:TinyLife.NeedType
parent: TinyLife
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean)
isExternal: true

View file

@ -121,6 +121,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3132,6 +3133,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -86,7 +86,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectCategory
path: ../TinyLife/Objects/MapObject.cs
startLine: 431
startLine: 420
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nothing
path: ../TinyLife/Objects/MapObject.cs
startLine: 434
startLine: 423
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ground
path: ../TinyLife/Objects/MapObject.cs
startLine: 436
startLine: 425
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -226,7 +226,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chair
path: ../TinyLife/Objects/MapObject.cs
startLine: 438
startLine: 427
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -263,7 +263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: ../TinyLife/Objects/MapObject.cs
startLine: 440
startLine: 429
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -300,7 +300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SingleBed
path: ../TinyLife/Objects/MapObject.cs
startLine: 442
startLine: 431
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -337,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleBed
path: ../TinyLife/Objects/MapObject.cs
startLine: 444
startLine: 433
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -374,7 +374,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: ../TinyLife/Objects/MapObject.cs
startLine: 446
startLine: 435
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -411,7 +411,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shower
path: ../TinyLife/Objects/MapObject.cs
startLine: 448
startLine: 437
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -448,7 +448,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: ../TinyLife/Objects/MapObject.cs
startLine: 450
startLine: 439
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -485,7 +485,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stove
path: ../TinyLife/Objects/MapObject.cs
startLine: 452
startLine: 441
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -522,7 +522,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 454
startLine: 443
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -559,7 +559,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: ../TinyLife/Objects/MapObject.cs
startLine: 456
startLine: 445
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -596,7 +596,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Table
path: ../TinyLife/Objects/MapObject.cs
startLine: 458
startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -633,7 +633,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Holdable
path: ../TinyLife/Objects/MapObject.cs
startLine: 460
startLine: 449
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -670,7 +670,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 462
startLine: 451
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -707,7 +707,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedOnGround
path: ../TinyLife/Objects/MapObject.cs
startLine: 464
startLine: 453
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -744,7 +744,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Computer
path: ../TinyLife/Objects/MapObject.cs
startLine: 466
startLine: 455
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -781,7 +781,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: ../TinyLife/Objects/MapObject.cs
startLine: 468
startLine: 457
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -818,7 +818,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 470
startLine: 459
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -855,7 +855,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cleanable
path: ../TinyLife/Objects/MapObject.cs
startLine: 472
startLine: 461
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -892,7 +892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: People
path: ../TinyLife/Objects/MapObject.cs
startLine: 474
startLine: 463
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -929,7 +929,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox
path: ../TinyLife/Objects/MapObject.cs
startLine: 476
startLine: 465
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -966,7 +966,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wardrobe
path: ../TinyLife/Objects/MapObject.cs
startLine: 478
startLine: 467
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1003,7 +1003,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NaturalGroundRequired
path: ../TinyLife/Objects/MapObject.cs
startLine: 480
startLine: 469
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1040,7 +1040,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Self
path: ../TinyLife/Objects/MapObject.cs
startLine: 482
startLine: 471
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1077,7 +1077,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallHanging
path: ../TinyLife/Objects/MapObject.cs
startLine: 484
startLine: 473
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1114,7 +1114,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceGridPlacement
path: ../TinyLife/Objects/MapObject.cs
startLine: 486
startLine: 475
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1151,7 +1151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Easel
path: ../TinyLife/Objects/MapObject.cs
startLine: 488
startLine: 477
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1188,7 +1188,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mirror
path: ../TinyLife/Objects/MapObject.cs
startLine: 490
startLine: 479
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1225,7 +1225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bookshelf
path: ../TinyLife/Objects/MapObject.cs
startLine: 492
startLine: 481
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1262,7 +1262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonColliding
path: ../TinyLife/Objects/MapObject.cs
startLine: 494
startLine: 483
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1299,7 +1299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: ../TinyLife/Objects/MapObject.cs
startLine: 496
startLine: 485
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1336,7 +1336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonSellable
path: ../TinyLife/Objects/MapObject.cs
startLine: 498
startLine: 487
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1373,7 +1373,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonMovable
path: ../TinyLife/Objects/MapObject.cs
startLine: 500
startLine: 489
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1410,7 +1410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tree
path: ../TinyLife/Objects/MapObject.cs
startLine: 502
startLine: 491
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1447,7 +1447,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Television
path: ../TinyLife/Objects/MapObject.cs
startLine: 504
startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1484,7 +1484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BartendingObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 506
startLine: 495
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1521,7 +1521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: ../TinyLife/Objects/MapObject.cs
startLine: 508
startLine: 497
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1558,7 +1558,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeSurfaceObject
path: ../TinyLife/Objects/MapObject.cs
startLine: 510
startLine: 499
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1595,7 +1595,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk
path: ../TinyLife/Objects/MapObject.cs
startLine: 512
startLine: 501
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1632,7 +1632,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lamp
path: ../TinyLife/Objects/MapObject.cs
startLine: 514
startLine: 503
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1669,7 +1669,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CeilingHanging
path: ../TinyLife/Objects/MapObject.cs
startLine: 516
startLine: 505
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1706,7 +1706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverWindow
path: ../TinyLife/Objects/MapObject.cs
startLine: 518
startLine: 507
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1743,7 +1743,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverDoor
path: ../TinyLife/Objects/MapObject.cs
startLine: 520
startLine: 509
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1780,7 +1780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: ../TinyLife/Objects/MapObject.cs
startLine: 522
startLine: 511
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1817,7 +1817,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCan
path: ../TinyLife/Objects/MapObject.cs
startLine: 524
startLine: 513
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1854,7 +1854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeThrownAway
path: ../TinyLife/Objects/MapObject.cs
startLine: 526
startLine: 515
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1891,7 +1891,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeScrapped
path: ../TinyLife/Objects/MapObject.cs
startLine: 528
startLine: 517
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1928,7 +1928,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObstructedByRoofs
path: ../TinyLife/Objects/MapObject.cs
startLine: 530
startLine: 519
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -1965,7 +1965,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofAttached
path: ../TinyLife/Objects/MapObject.cs
startLine: 532
startLine: 521
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2002,7 +2002,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplaces
path: ../TinyLife/Objects/MapObject.cs
startLine: 534
startLine: 523
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2039,7 +2039,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyBox
path: ../TinyLife/Objects/MapObject.cs
startLine: 536
startLine: 525
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2076,7 +2076,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingItem
path: ../TinyLife/Objects/MapObject.cs
startLine: 538
startLine: 527
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2113,7 +2113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove
path: ../TinyLife/Objects/MapObject.cs
startLine: 540
startLine: 529
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2150,7 +2150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sandbox
path: ../TinyLife/Objects/MapObject.cs
startLine: 542
startLine: 531
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2187,7 +2187,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Treadmill
path: ../TinyLife/Objects/MapObject.cs
startLine: 544
startLine: 533
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2224,7 +2224,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DumbbellHolder
path: ../TinyLife/Objects/MapObject.cs
startLine: 546
startLine: 535
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2261,7 +2261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Newspaper
path: ../TinyLife/Objects/MapObject.cs
startLine: 548
startLine: 537
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2298,7 +2298,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoffeeMachine
path: ../TinyLife/Objects/MapObject.cs
startLine: 550
startLine: 539
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2335,7 +2335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase
path: ../TinyLife/Objects/MapObject.cs
startLine: 552
startLine: 541
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2372,7 +2372,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 555
startLine: 544
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2408,7 +2408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs
startLine: 558
startLine: 547
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2449,7 +2449,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs
startLine: 563
startLine: 552
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2490,7 +2490,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseOr
path: ../TinyLife/Objects/MapObject.cs
startLine: 568
startLine: 557
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2530,7 +2530,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseAnd
path: ../TinyLife/Objects/MapObject.cs
startLine: 573
startLine: 562
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2570,7 +2570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_ExclusiveOr
path: ../TinyLife/Objects/MapObject.cs
startLine: 578
startLine: 567
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -2610,7 +2610,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_OnesComplement
path: ../TinyLife/Objects/MapObject.cs
startLine: 583
startLine: 572
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -120,6 +120,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -2939,6 +2940,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -122,6 +122,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3038,6 +3039,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs
startLine: 613
startLine: 602
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -66,7 +66,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAttached
path: ../TinyLife/Objects/MapObject.cs
startLine: 618
startLine: 607
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 630
startLine: 619
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -143,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 639
startLine: 628
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -179,7 +179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/MapObject.cs
startLine: 647
startLine: 636
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

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

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason
path: ../TinyLife/Objects/Person.cs
startLine: 2413
startLine: 2461
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -58,7 +58,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation
path: ../TinyLife/Objects/Person.cs
startLine: 2419
startLine: 2467
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons
path: ../TinyLife/Objects/Person.cs
startLine: 2424
startLine: 2472
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: ../TinyLife/Objects/Person.cs
startLine: 2429
startLine: 2477
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Objects/Person.cs
startLine: 2433
startLine: 2481
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

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

View file

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

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose
path: ../TinyLife/Objects/Person.cs
startLine: 2363
startLine: 2411
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -65,7 +65,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing
path: ../TinyLife/Objects/Person.cs
startLine: 2368
startLine: 2416
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -99,7 +99,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking
path: ../TinyLife/Objects/Person.cs
startLine: 2372
startLine: 2420
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -133,7 +133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting
path: ../TinyLife/Objects/Person.cs
startLine: 2376
startLine: 2424
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying
path: ../TinyLife/Objects/Person.cs
startLine: 2381
startLine: 2429
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround
path: ../TinyLife/Objects/Person.cs
startLine: 2386
startLine: 2434
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -235,7 +235,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding
path: ../TinyLife/Objects/Person.cs
startLine: 2390
startLine: 2438
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -269,7 +269,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting
path: ../TinyLife/Objects/Person.cs
startLine: 2394
startLine: 2442
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -303,7 +303,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround
path: ../TinyLife/Objects/Person.cs
startLine: 2398
startLine: 2446
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -337,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running
path: ../TinyLife/Objects/Person.cs
startLine: 2402
startLine: 2450
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -371,7 +371,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut
path: ../TinyLife/Objects/Person.cs
startLine: 2406
startLine: 2454
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -0,0 +1,152 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.Person.RestoreNeedDelegate
commentId: T:TinyLife.Objects.Person.RestoreNeedDelegate
id: Person.RestoreNeedDelegate
parent: TinyLife.Objects
children: []
langs:
- csharp
- vb
name: Person.RestoreNeedDelegate
nameWithType: Person.RestoreNeedDelegate
fullName: TinyLife.Objects.Person.RestoreNeedDelegate
type: Delegate
source:
remote:
path: TinyLife/Objects/Person.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2406
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public delegate void RestoreNeedDelegate(NeedType type, ref float amount, float speedMultiplier);
parameters:
- id: type
type: TinyLife.NeedType
- id: amount
type: System.Single
- id: speedMultiplier
type: System.Single
content.vb: Public Delegate Sub RestoreNeedDelegate(type As NeedType, ByRef amount As Single, speedMultiplier As Single)
extensionMethods:
- TinyLife.Objects.Person.RestoreNeedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: TinyLife.Objects.Person.RestoreNeedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Person.RestoreNeedDelegate>()
nameWithType: Extensions.JsonCopy<Person.RestoreNeedDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.RestoreNeedDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of Person.RestoreNeedDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.RestoreNeedDelegate)()
name.vb: JsonCopy(Of Person.RestoreNeedDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<Person.RestoreNeedDelegate>
nameWithType: Extensions.JsonCopy<Person.RestoreNeedDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.RestoreNeedDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of Person.RestoreNeedDelegate)
nameWithType: Extensions.JsonCopy(Of Person.RestoreNeedDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.RestoreNeedDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.NeedType
commentId: T:TinyLife.NeedType
parent: TinyLife
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities

View file

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

File diff suppressed because it is too large Load diff

View file

@ -65,7 +65,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartAutomatically
path: ../TinyLife/Objects/PersonAi.cs
startLine: 115
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -131,6 +131,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3233,6 +3234,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/Person.cs
startLine: 2485
startLine: 2533
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/Person.cs
startLine: 2489
startLine: 2537
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/Person.cs
startLine: 2490
startLine: 2538
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/Person.cs
startLine: 2491
startLine: 2539
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/Person.cs
startLine: 2492
startLine: 2540
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -208,7 +208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/Person.cs
startLine: 2493
startLine: 2541
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -240,7 +240,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/Person.cs
startLine: 2494
startLine: 2542
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -272,7 +272,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/Person.cs
startLine: 2495
startLine: 2543
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -304,7 +304,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/Person.cs
startLine: 2496
startLine: 2544
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -336,7 +336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/Person.cs
startLine: 2497
startLine: 2545
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -368,7 +368,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/Person.cs
startLine: 2498
startLine: 2546
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -400,7 +400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/Person.cs
startLine: 2499
startLine: 2547
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -432,7 +432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/Person.cs
startLine: 2500
startLine: 2548
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/Person.cs
startLine: 2501
startLine: 2549
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -496,7 +496,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/Person.cs
startLine: 2502
startLine: 2550
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -528,7 +528,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/Person.cs
startLine: 2503
startLine: 2551
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -560,7 +560,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/Person.cs
startLine: 2504
startLine: 2552
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -123,6 +123,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -3075,6 +3076,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -75,6 +75,7 @@ items:
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
@ -1369,6 +1370,87 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
parent: TinyLife.Objects.MapObject
isExternal: true
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
nameWithType: MapObject.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
spec.csharp:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
name: GetRestoreNeedModifier
nameWithType: MapObject.GetRestoreNeedModifier
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.NeedType
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility
path: ../TinyLife/Objects/MapObject.cs
startLine: 592
startLine: 581
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisible
path: ../TinyLife/Objects/MapObject.cs
startLine: 597
startLine: 586
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisibleExt
path: ../TinyLife/Objects/MapObject.cs
startLine: 601
startLine: 590
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideZoomedOut
path: ../TinyLife/Objects/MapObject.cs
startLine: 605
startLine: 594
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle
path: ../TinyLife/Objects/Person.cs
startLine: 2513
startLine: 2561
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low
path: ../TinyLife/Objects/Person.cs
startLine: 2516
startLine: 2564
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High
path: ../TinyLife/Objects/Person.cs
startLine: 2517
startLine: 2565
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/Person.cs
startLine: 2518
startLine: 2566
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -42,6 +42,7 @@ items:
- TinyLife.Objects.Person.EfficiencyModifierDelegate
- TinyLife.Objects.Person.PassiveActionPriorityDelegate
- TinyLife.Objects.Person.Pose
- TinyLife.Objects.Person.RestoreNeedDelegate
- TinyLife.Objects.Person.WalkSpeedDelegate
- TinyLife.Objects.PersonAi
- TinyLife.Objects.ScreenObject
@ -279,6 +280,12 @@ references:
name: Person.ActionUpdateDelegate
nameWithType: Person.ActionUpdateDelegate
fullName: TinyLife.Objects.Person.ActionUpdateDelegate
- uid: TinyLife.Objects.Person.RestoreNeedDelegate
commentId: T:TinyLife.Objects.Person.RestoreNeedDelegate
parent: TinyLife.Objects
name: Person.RestoreNeedDelegate
nameWithType: Person.RestoreNeedDelegate
fullName: TinyLife.Objects.Person.RestoreNeedDelegate
- uid: TinyLife.Objects.Person.Pose
commentId: T:TinyLife.Objects.Person.Pose
parent: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/PersonalityType.cs
startLine: 194
startLine: 198
assemblies:
- Tiny Life
namespace: TinyLife
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Major
path: ../TinyLife/PersonalityType.cs
startLine: 199
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Minor
path: ../TinyLife/PersonalityType.cs
startLine: 203
startLine: 207
assemblies:
- Tiny Life
namespace: TinyLife
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: ../TinyLife/PersonalityType.cs
startLine: 208
startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -33,12 +33,15 @@ items:
- TinyLife.PersonalityType.Mean
- TinyLife.PersonalityType.Millionaire
- TinyLife.PersonalityType.Name
- TinyLife.PersonalityType.Pescetarian
- TinyLife.PersonalityType.Register(TinyLife.PersonalityType)
- TinyLife.PersonalityType.SmartKid
- TinyLife.PersonalityType.SourceString
- TinyLife.PersonalityType.Texture
- TinyLife.PersonalityType.Thinker
- TinyLife.PersonalityType.Types
- TinyLife.PersonalityType.Vegan
- TinyLife.PersonalityType.Vegetarian
langs:
- csharp
- vb
@ -653,6 +656,111 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.PersonalityType.Pescetarian
commentId: F:TinyLife.PersonalityType.Pescetarian
id: Pescetarian
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Pescetarian
nameWithType: PersonalityType.Pescetarian
fullName: TinyLife.PersonalityType.Pescetarian
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pescetarian
path: ../TinyLife/PersonalityType.cs
startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Pescetarian
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Pescetarian As PersonalityType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.PersonalityType.Vegetarian
commentId: F:TinyLife.PersonalityType.Vegetarian
id: Vegetarian
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Vegetarian
nameWithType: PersonalityType.Vegetarian
fullName: TinyLife.PersonalityType.Vegetarian
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegetarian
path: ../TinyLife/PersonalityType.cs
startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Vegetarian
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Vegetarian As PersonalityType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.PersonalityType.Vegan
commentId: F:TinyLife.PersonalityType.Vegan
id: Vegan
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: Vegan
nameWithType: PersonalityType.Vegan
fullName: TinyLife.PersonalityType.Vegan
type: Field
source:
remote:
path: TinyLife/PersonalityType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vegan
path: ../TinyLife/PersonalityType.cs
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public static readonly PersonalityType Vegan
return:
type: TinyLife.PersonalityType
content.vb: Public Shared ReadOnly Vegan As PersonalityType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.PersonalityType.MasterChef
commentId: F:TinyLife.PersonalityType.MasterChef
id: MasterChef
@ -671,7 +779,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MasterChef
path: ../TinyLife/PersonalityType.cs
startLine: 95
startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife
@ -706,7 +814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: ../TinyLife/PersonalityType.cs
startLine: 98
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife
@ -741,7 +849,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: ../TinyLife/PersonalityType.cs
startLine: 102
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife
@ -776,7 +884,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: ../TinyLife/PersonalityType.cs
startLine: 105
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife
@ -811,7 +919,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: ../TinyLife/PersonalityType.cs
startLine: 108
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife
@ -846,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: ../TinyLife/PersonalityType.cs
startLine: 111
startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife
@ -881,7 +989,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Millionaire
path: ../TinyLife/PersonalityType.cs
startLine: 115
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife
@ -916,7 +1024,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/PersonalityType.cs
startLine: 124
startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife
@ -951,7 +1059,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: ../TinyLife/PersonalityType.cs
startLine: 128
startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife
@ -986,7 +1094,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Incompatible
path: ../TinyLife/PersonalityType.cs
startLine: 133
startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife
@ -1023,7 +1131,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkills
path: ../TinyLife/PersonalityType.cs
startLine: 140
startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife
@ -1063,7 +1171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkillTypes
path: ../TinyLife/PersonalityType.cs
startLine: 147
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife
@ -1103,7 +1211,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: ../TinyLife/PersonalityType.cs
startLine: 152
startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife
@ -1140,7 +1248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: ../TinyLife/PersonalityType.cs
startLine: 156
startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife
@ -1177,7 +1285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/PersonalityType.cs
startLine: 158
startLine: 162
assemblies:
- Tiny Life
namespace: TinyLife
@ -1216,7 +1324,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/PersonalityType.cs
startLine: 165
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife
@ -1255,7 +1363,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompatible
path: ../TinyLife/PersonalityType.cs
startLine: 175
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife
@ -1294,7 +1402,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/PersonalityType.cs
startLine: 184
startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -28,7 +28,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ContainerType
path: ../TinyLife/Skills/FoodType.cs
startLine: 372
startLine: 430
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -73,7 +73,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Plate
path: ../TinyLife/Skills/FoodType.cs
startLine: 377
startLine: 435
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -110,7 +110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Glass
path: ../TinyLife/Skills/FoodType.cs
startLine: 384
startLine: 442
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mug
path: ../TinyLife/Skills/FoodType.cs
startLine: 391
startLine: 449
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -184,7 +184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Skills/FoodType.cs
startLine: 399
startLine: 457
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -219,7 +219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDrink
path: ../TinyLife/Skills/FoodType.cs
startLine: 403
startLine: 461
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -254,7 +254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Skills/FoodType.cs
startLine: 417
startLine: 475
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -305,7 +305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFilled
path: ../TinyLife/Skills/FoodType.cs
startLine: 430
startLine: 488
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -346,7 +346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmpty
path: ../TinyLife/Skills/FoodType.cs
startLine: 438
startLine: 496
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -383,7 +383,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTexture
path: ../TinyLife/Skills/FoodType.cs
startLine: 447
startLine: 505
assemblies:
- Tiny Life
namespace: TinyLife.Skills

View file

@ -0,0 +1,346 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
id: FoodType.FoodIntolerance
parent: TinyLife.Skills
children:
- TinyLife.Skills.FoodType.FoodIntolerance.None
- TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
- TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
- TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
langs:
- csharp
- vb
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
type: Enum
source:
remote:
path: TinyLife/Skills/FoodType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodIntolerance
path: ../TinyLife/Skills/FoodType.cs
startLine: 511
assemblies:
- Tiny Life
namespace: TinyLife.Skills
syntax:
content: public enum FoodIntolerance
content.vb: Public Enum FoodIntolerance
extensionMethods:
- TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.JsonCopy``1
- TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.Skills.FoodType.FoodIntolerance.None
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.None
id: None
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: None
nameWithType: FoodType.FoodIntolerance.None
fullName: TinyLife.Skills.FoodType.FoodIntolerance.None
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: ../TinyLife/Skills/FoodType.cs
startLine: 513
assemblies:
- Tiny Life
namespace: TinyLife.Skills
syntax:
content: None = 0
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
id: NotVegan
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotVegan
nameWithType: FoodType.FoodIntolerance.NotVegan
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotVegan
path: ../TinyLife/Skills/FoodType.cs
startLine: 514
assemblies:
- Tiny Life
namespace: TinyLife.Skills
syntax:
content: NotVegan = 1
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
id: NotVegetarian
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotVegetarian
nameWithType: FoodType.FoodIntolerance.NotVegetarian
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotVegetarian
path: ../TinyLife/Skills/FoodType.cs
startLine: 515
assemblies:
- Tiny Life
namespace: TinyLife.Skills
syntax:
content: NotVegetarian = 3
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
id: NotPescetarian
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotPescetarian
nameWithType: FoodType.FoodIntolerance.NotPescetarian
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotPescetarian
path: ../TinyLife/Skills/FoodType.cs
startLine: 516
assemblies:
- Tiny Life
namespace: TinyLife.Skills
syntax:
content: NotPescetarian = 7
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
- uid: TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<FoodType.FoodIntolerance>()
nameWithType: Extensions.JsonCopy<FoodType.FoodIntolerance>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.FoodIntolerance>()
nameWithType.vb: Extensions.JsonCopy(Of FoodType.FoodIntolerance)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.FoodIntolerance)()
name.vb: JsonCopy(Of FoodType.FoodIntolerance)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<FoodType.FoodIntolerance>
nameWithType: Extensions.JsonCopy<FoodType.FoodIntolerance>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.FoodIntolerance>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of FoodType.FoodIntolerance)
nameWithType: Extensions.JsonCopy(Of FoodType.FoodIntolerance)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.FoodIntolerance)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality(Person)
nameWithType: Extensions.GetPersonality(Person)
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
name: GetPersonality
nameWithType: Extensions.GetPersonality
fullName: TinyLife.Utilities.Extensions.GetPersonality
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
name: GetPersonality
nameWithType: Extensions.GetPersonality
fullName: TinyLife.Utilities.Extensions.GetPersonality
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality(FoodType.FoodIntolerance, Person)
nameWithType: Extensions.GetPersonality(FoodType.FoodIntolerance, Person)
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality
nameWithType: Extensions.GetPersonality
fullName: TinyLife.Utilities.Extensions.GetPersonality
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality
nameWithType: Extensions.GetPersonality
fullName: TinyLife.Utilities.Extensions.GetPersonality
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
parent: TinyLife.Skills
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IngredientSource
path: ../TinyLife/Skills/FoodType.cs
startLine: 313
startLine: 369
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -75,7 +75,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: ../TinyLife/Skills/FoodType.cs
startLine: 318
startLine: 374
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeMaker
path: ../TinyLife/Skills/FoodType.cs
startLine: 322
startLine: 378
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -149,7 +149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: ../TinyLife/Skills/FoodType.cs
startLine: 326
startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -186,7 +186,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove
path: ../TinyLife/Skills/FoodType.cs
startLine: 330
startLine: 386
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoffeeMachine
path: ../TinyLife/Skills/FoodType.cs
startLine: 334
startLine: 390
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: ../TinyLife/Skills/FoodType.cs
startLine: 338
startLine: 394
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -297,7 +297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase
path: ../TinyLife/Skills/FoodType.cs
startLine: 342
startLine: 398
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Skills/FoodType.cs
startLine: 347
startLine: 403
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -369,7 +369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Container
path: ../TinyLife/Skills/FoodType.cs
startLine: 351
startLine: 407
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -404,18 +404,18 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEaten
path: ../TinyLife/Skills/FoodType.cs
startLine: 355
startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife.Skills
summary: "\nAn action that is invoked when this food type is eaten.\n"
summary: "\nAn action that is invoked when this food type is eaten.\nThis action is invoked at the same time as <xref href=\"TinyLife.Skills.FoodType.OnEaten\" data-throw-if-not-resolved=\"false\"></xref>, but for any <xref href=\"TinyLife.Skills.FoodType\" data-throw-if-not-resolved=\"false\"></xref>.\nThis action is invoked in <xref href=\"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action%2cTinyLife.Objects.FoodTypedItem)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public Action<Action> OnEaten { get; set; }
content: public Action<Action, FoodTypedItem> OnEaten { get; set; }
parameters: []
return:
type: System.Action{TinyLife.Actions.Action}
content.vb: Public Property OnEaten As Action(Of Action)
type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem}
content.vb: Public Property OnEaten As Action(Of Action, FoodTypedItem)
overload: TinyLife.Skills.FoodType.IngredientSource.OnEaten*
modifiers.csharp:
- public
@ -441,7 +441,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Skills/FoodType.cs
startLine: 362
startLine: 420
assemblies:
- Tiny Life
namespace: TinyLife.Skills
@ -876,23 +876,29 @@ references:
name: FoodType.ContainerType
nameWithType: FoodType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.OnEaten
commentId: P:TinyLife.Skills.FoodType.OnEaten
isExternal: true
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
isExternal: true
- uid: TinyLife.Skills.FoodType.IngredientSource.OnEaten*
commentId: Overload:TinyLife.Skills.FoodType.IngredientSource.OnEaten
name: OnEaten
nameWithType: FoodType.IngredientSource.OnEaten
fullName: TinyLife.Skills.FoodType.IngredientSource.OnEaten
- uid: System.Action{TinyLife.Actions.Action}
commentId: T:System.Action{TinyLife.Actions.Action}
- uid: System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem}
commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem}
parent: System
definition: System.Action`1
name: Action<Action>
nameWithType: Action<Action>
fullName: System.Action<TinyLife.Actions.Action>
nameWithType.vb: Action(Of Action)
fullName.vb: System.Action(Of TinyLife.Actions.Action)
name.vb: Action(Of Action)
definition: System.Action`2
name: Action<Action, FoodTypedItem>
nameWithType: Action<Action, FoodTypedItem>
fullName: System.Action<TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem>
nameWithType.vb: Action(Of Action, FoodTypedItem)
fullName.vb: System.Action(Of TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem)
name.vb: Action(Of Action, FoodTypedItem)
spec.csharp:
- uid: System.Action`1
- uid: System.Action`2
name: Action
nameWithType: Action
fullName: System.Action
@ -904,11 +910,18 @@ references:
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
nameWithType: FoodTypedItem
fullName: TinyLife.Objects.FoodTypedItem
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Action`1
- uid: System.Action`2
name: Action
nameWithType: Action
fullName: System.Action
@ -920,20 +933,27 @@ references:
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
nameWithType: FoodTypedItem
fullName: TinyLife.Objects.FoodTypedItem
- name: )
nameWithType: )
fullName: )
- uid: System.Action`1
commentId: T:System.Action`1
- uid: System.Action`2
commentId: T:System.Action`2
isExternal: true
name: Action<T>
nameWithType: Action<T>
fullName: System.Action<T>
nameWithType.vb: Action(Of T)
fullName.vb: System.Action(Of T)
name.vb: Action(Of T)
name: Action<T1, T2>
nameWithType: Action<T1, T2>
fullName: System.Action<T1, T2>
nameWithType.vb: Action(Of T1, T2)
fullName.vb: System.Action(Of T1, T2)
name.vb: Action(Of T1, T2)
spec.csharp:
- uid: System.Action`1
- uid: System.Action`2
name: Action
nameWithType: Action
fullName: System.Action
@ -941,14 +961,20 @@ references:
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: T1
nameWithType: T1
fullName: T1
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Action`1
- uid: System.Action`2
name: Action
nameWithType: Action
fullName: System.Action
@ -956,9 +982,15 @@ references:
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: T1
nameWithType: T1
fullName: T1
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: )
nameWithType: )
fullName: )

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,7 @@ items:
children:
- TinyLife.Skills.FoodType
- TinyLife.Skills.FoodType.ContainerType
- TinyLife.Skills.FoodType.FoodIntolerance
- TinyLife.Skills.FoodType.IngredientSource
- TinyLife.Skills.PaintingType
- TinyLife.Skills.Quality
@ -41,6 +42,12 @@ references:
name: FoodType.ContainerType
nameWithType: FoodType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
parent: TinyLife.Skills
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
- uid: TinyLife.Skills.PaintingType
commentId: T:TinyLife.Skills.PaintingType
parent: TinyLife.Skills

View file

@ -580,7 +580,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Uis/InGameHint.cs
startLine: 116
startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType
path: ../TinyLife/Uis/Menus.cs
startLine: 800
startLine: 812
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe
path: ../TinyLife/Uis/Menus.cs
startLine: 806
startLine: 818
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -90,7 +90,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade
path: ../TinyLife/Uis/Menus.cs
startLine: 811
startLine: 823
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -16,6 +16,7 @@ items:
- TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)
- TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
- TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
- TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
- TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)
- TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
- TinyLife.Utilities.Extensions.Icon(Microsoft.Xna.Framework.Input.Buttons)
@ -52,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extensions
path: ../TinyLife/Utilities/Extensions.cs
startLine: 31
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -97,7 +98,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScreenPos
path: ../TinyLife/Utilities/Extensions.cs
startLine: 41
startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -151,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorldPos
path: ../TinyLife/Utilities/Extensions.cs
startLine: 58
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -199,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToVisualY
path: ../TinyLife/Utilities/Extensions.cs
startLine: 73
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -244,7 +245,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWallSide
path: ../TinyLife/Utilities/Extensions.cs
startLine: 88
startLine: 89
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -289,7 +290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsVertical
path: ../TinyLife/Utilities/Extensions.cs
startLine: 98
startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -334,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHorizontal
path: ../TinyLife/Utilities/Extensions.cs
startLine: 108
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -379,7 +380,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JsonCopy
path: ../TinyLife/Utilities/Extensions.cs
startLine: 118
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -430,7 +431,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPriceModifier
path: ../TinyLife/Utilities/Extensions.cs
startLine: 139
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -475,7 +476,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: ../TinyLife/Utilities/Extensions.cs
startLine: 162
startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -520,7 +521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChanceModifier
path: ../TinyLife/Utilities/Extensions.cs
startLine: 186
startLine: 187
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -565,7 +566,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToLocalizedString
path: ../TinyLife/Utilities/Extensions.cs
startLine: 202
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -610,7 +611,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSellingPriceString
path: ../TinyLife/Utilities/Extensions.cs
startLine: 212
startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -655,7 +656,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothValid
path: ../TinyLife/Utilities/Extensions.cs
startLine: 223
startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -706,7 +707,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothCompleted
path: ../TinyLife/Utilities/Extensions.cs
startLine: 234
startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -757,7 +758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OneCompleted
path: ../TinyLife/Utilities/Extensions.cs
startLine: 245
startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -808,7 +809,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOpposite
path: ../TinyLife/Utilities/Extensions.cs
startLine: 256
startLine: 257
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -853,7 +854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAgeAppropriate
path: ../TinyLife/Utilities/Extensions.cs
startLine: 277
startLine: 278
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -901,7 +902,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorking
path: ../TinyLife/Utilities/Extensions.cs
startLine: 291
startLine: 292
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -946,7 +947,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddHoverAnimation
path: ../TinyLife/Utilities/Extensions.cs
startLine: 313
startLine: 314
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -991,7 +992,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSimpleLocalizedString
path: ../TinyLife/Utilities/Extensions.cs
startLine: 334
startLine: 335
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1036,7 +1037,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultTab
path: ../TinyLife/Utilities/Extensions.cs
startLine: 347
startLine: 348
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1081,7 +1082,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultDirtyOverlayTextureName
path: ../TinyLife/Utilities/Extensions.cs
startLine: 380
startLine: 381
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1126,7 +1127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLockedFor
path: ../TinyLife/Utilities/Extensions.cs
startLine: 397
startLine: 398
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1177,7 +1178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawIsoArea
path: ../TinyLife/Utilities/Extensions.cs
startLine: 421
startLine: 422
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1231,7 +1232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsPartOfPerson
path: ../TinyLife/Utilities/Extensions.cs
startLine: 446
startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1276,7 +1277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTakeOff
path: ../TinyLife/Utilities/Extensions.cs
startLine: 455
startLine: 456
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1321,7 +1322,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepth
path: ../TinyLife/Utilities/Extensions.cs
startLine: 465
startLine: 466
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1366,7 +1367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPauseGame
path: ../TinyLife/Utilities/Extensions.cs
startLine: 475
startLine: 476
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1414,7 +1415,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsActiveRoot
path: ../TinyLife/Utilities/Extensions.cs
startLine: 485
startLine: 486
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1459,7 +1460,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredMatchPercentage
path: ../TinyLife/Utilities/Extensions.cs
startLine: 496
startLine: 497
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1504,7 +1505,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday
path: ../TinyLife/Utilities/Extensions.cs
startLine: 511
startLine: 512
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1549,7 +1550,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Utilities/Extensions.cs
startLine: 521
startLine: 522
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1594,7 +1595,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Utilities/Extensions.cs
startLine: 550
startLine: 551
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
@ -1620,6 +1621,49 @@ items:
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
id: GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
isExtensionMethod: true
parent: TinyLife.Utilities.Extensions
langs:
- csharp
- vb
name: GetPersonality(FoodType.FoodIntolerance, Person)
nameWithType: Extensions.GetPersonality(FoodType.FoodIntolerance, Person)
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPersonality
path: ../TinyLife/Utilities/Extensions.cs
startLine: 562
assemblies:
- Tiny Life
namespace: TinyLife.Utilities
syntax:
content: public static PersonalityType GetPersonality(this FoodType.FoodIntolerance intolerance, Person person = null)
parameters:
- id: intolerance
type: TinyLife.Skills.FoodType.FoodIntolerance
- id: person
type: TinyLife.Objects.Person
return:
type: TinyLife.PersonalityType
content.vb: >-
<ExtensionAttribute>
Public Shared Function GetPersonality(intolerance As FoodType.FoodIntolerance, person As Person = Nothing) As PersonalityType
overload: TinyLife.Utilities.Extensions.GetPersonality*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references:
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
@ -2600,3 +2644,20 @@ references:
name: MLEM.Input
nameWithType: MLEM.Input
fullName: MLEM.Input
- uid: TinyLife.Utilities.Extensions.GetPersonality*
commentId: Overload:TinyLife.Utilities.Extensions.GetPersonality
name: GetPersonality
nameWithType: Extensions.GetPersonality
fullName: TinyLife.Utilities.Extensions.GetPersonality
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
parent: TinyLife.Skills
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/World/LotEmployment.cs
startLine: 199
startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: ../TinyLife/World/LotEmployment.cs
startLine: 205
startLine: 207
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -117,7 +117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/World/LotEmployment.cs
startLine: 209
startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -154,7 +154,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetManually
path: ../TinyLife/World/LotEmployment.cs
startLine: 222
startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/LotEmployment.cs
startLine: 243
startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -246,7 +246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/LotEmployment.cs
startLine: 256
startLine: 258
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -285,7 +285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldWorkRightNow
path: ../TinyLife/World/LotEmployment.cs
startLine: 266
startLine: 268
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -8,6 +8,7 @@ items:
- TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})
- TinyLife.World.LotEmployment.Actions
- TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot)
- TinyLife.World.LotEmployment.IdleObjects
- TinyLife.World.LotEmployment.IsFinished
- TinyLife.World.LotEmployment.MapWideEmployments
- TinyLife.World.LotEmployment.Name
@ -214,7 +215,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFinished
path: ../TinyLife/World/LotEmployment.cs
startLine: 57
startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -233,6 +234,41 @@ items:
- set
modifiers.vb:
- Public
- uid: TinyLife.World.LotEmployment.IdleObjects
commentId: P:TinyLife.World.LotEmployment.IdleObjects
id: IdleObjects
parent: TinyLife.World.LotEmployment
langs:
- csharp
- vb
name: IdleObjects
nameWithType: LotEmployment.IdleObjects
fullName: TinyLife.World.LotEmployment.IdleObjects
type: Property
source:
remote:
path: TinyLife/World/LotEmployment.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IdleObjects
path: ../TinyLife/World/LotEmployment.cs
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.World
syntax:
content: public ObjectCategory IdleObjects { get; set; }
parameters: []
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Property IdleObjects As ObjectCategory
overload: TinyLife.World.LotEmployment.IdleObjects*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})
commentId: M:TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})
id: '#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})'
@ -251,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/LotEmployment.cs
startLine: 65
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -296,7 +332,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentPerson
path: ../TinyLife/World/LotEmployment.cs
startLine: 79
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -338,7 +374,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentPerson
path: ../TinyLife/World/LotEmployment.cs
startLine: 92
startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1181,6 +1217,17 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.World.LotEmployment.IdleObjects*
commentId: Overload:TinyLife.World.LotEmployment.IdleObjects
name: IdleObjects
nameWithType: LotEmployment.IdleObjects
fullName: TinyLife.World.LotEmployment.IdleObjects
- uid: TinyLife.Objects.ObjectCategory
commentId: T:TinyLife.Objects.ObjectCategory
parent: TinyLife.Objects
name: ObjectCategory
nameWithType: ObjectCategory
fullName: TinyLife.Objects.ObjectCategory
- uid: TinyLife.World.LotEmployment.#ctor*
commentId: Overload:TinyLife.World.LotEmployment.#ctor
name: LotEmployment

View file

@ -265,7 +265,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsPlayground
path: ../TinyLife/World/Lot.cs
startLine: 441
startLine: 443
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -300,7 +300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenericPublicLot
path: ../TinyLife/World/Lot.cs
startLine: 445
startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/Lot.cs
startLine: 452
startLine: 454
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -370,7 +370,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/World/Lot.cs
startLine: 456
startLine: 458
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -405,7 +405,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential
path: ../TinyLife/World/Lot.cs
startLine: 461
startLine: 463
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -440,7 +440,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture
path: ../TinyLife/World/Lot.cs
startLine: 466
startLine: 468
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -475,7 +475,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 472
startLine: 474
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -510,7 +510,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments
path: ../TinyLife/World/Lot.cs
startLine: 477
startLine: 479
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -547,7 +547,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/World/Lot.cs
startLine: 482
startLine: 484
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -584,7 +584,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/World/Lot.cs
startLine: 487
startLine: 489
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -621,7 +621,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Lot.cs
startLine: 497
startLine: 499
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -672,7 +672,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/Lot.cs
startLine: 509
startLine: 511
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -712,7 +712,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGroupVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 522
startLine: 524
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -5,7 +5,7 @@ items:
id: OpeningType
parent: TinyLife.World
children:
- TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion)
- TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},MLEM.Textures.TextureRegion)
- TinyLife.World.OpeningType.Colors
- TinyLife.World.OpeningType.Construct(System.Int32[],TinyLife.World.Wall)
- TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},Microsoft.Xna.Framework.Point)
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/OpeningType.cs
startLine: 44
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -153,7 +153,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallMode
path: ../TinyLife/World/OpeningType.cs
startLine: 48
startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -188,7 +188,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: ../TinyLife/World/OpeningType.cs
startLine: 52
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: ../TinyLife/World/OpeningType.cs
startLine: 56
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -258,7 +258,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/World/OpeningType.cs
startLine: 61
startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -275,16 +275,16 @@ items:
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion)
commentId: M:TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion)'
- uid: TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},MLEM.Textures.TextureRegion)
commentId: M:TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},MLEM.Textures.TextureRegion)
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening},MLEM.Textures.TextureRegion)'
parent: TinyLife.World.OpeningType
langs:
- csharp
- vb
name: OpeningType(String, TextureRegion, WallMode, Int32, Func<OpeningType, Int32[], Wall, Opening>, ColorScheme[], TextureRegion)
nameWithType: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, Func<OpeningType, Int32[], Wall, Opening>, ColorScheme[], TextureRegion)
fullName: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, System.Func<TinyLife.World.OpeningType, System.Int32[], TinyLife.World.Wall, TinyLife.World.Opening>, TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion)
name: OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme[], Func<OpeningType, Int32[], Wall, Opening>, TextureRegion)
nameWithType: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme[], Func<OpeningType, Int32[], Wall, Opening>, TextureRegion)
fullName: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, TinyLife.Utilities.ColorScheme[], System.Func<TinyLife.World.OpeningType, System.Int32[], TinyLife.World.Wall, TinyLife.World.Opening>, MLEM.Textures.TextureRegion)
type: Constructor
source:
remote:
@ -293,14 +293,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/OpeningType.cs
startLine: 76
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nCreates a new opening type with the given settings\n"
example: []
syntax:
content: public OpeningType(string name, TextureRegion textureRegion, WallMode wallMode, int price, Func<OpeningType, int[], Wall, Opening> construct, ColorScheme[] colors, TextureRegion icon = null)
content: public OpeningType(string name, TextureRegion textureRegion, WallMode wallMode, int price, ColorScheme[] colors, Func<OpeningType, int[], Wall, Opening> construct = null, TextureRegion icon = null)
parameters:
- id: name
type: System.String
@ -314,24 +314,24 @@ items:
- id: price
type: System.Int32
description: The price
- id: construct
type: System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening}
description: The function that is used for constructing an <xref href="TinyLife.World.Opening" data-throw-if-not-resolved="false"></xref> from this opening type
- id: colors
type: TinyLife.Utilities.ColorScheme[]
description: The color schemes for this opening
- id: construct
type: System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.World.Wall,TinyLife.World.Opening}
description: The function that is used for constructing an <xref href="TinyLife.World.Opening" data-throw-if-not-resolved="false"></xref> from this opening type
- id: icon
type: MLEM.Textures.TextureRegion
description: The build mode category icon of this object
content.vb: Public Sub New(name As String, textureRegion As TextureRegion, wallMode As WallMode, price As Integer, construct As Func(Of OpeningType, Integer(), Wall, Opening), colors As ColorScheme(), icon As TextureRegion = Nothing)
content.vb: Public Sub New(name As String, textureRegion As TextureRegion, wallMode As WallMode, price As Integer, colors As ColorScheme(), construct As Func(Of OpeningType, Integer(), Wall, Opening) = Nothing, icon As TextureRegion = Nothing)
overload: TinyLife.World.OpeningType.#ctor*
nameWithType.vb: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, Func(Of OpeningType, Int32(), Wall, Opening), ColorScheme(), TextureRegion)
nameWithType.vb: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme(), Func(Of OpeningType, Int32(), Wall, Opening), TextureRegion)
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, System.Func(Of TinyLife.World.OpeningType, System.Int32(), TinyLife.World.Wall, TinyLife.World.Opening), TinyLife.Utilities.ColorScheme(), MLEM.Textures.TextureRegion)
name.vb: OpeningType(String, TextureRegion, WallMode, Int32, Func(Of OpeningType, Int32(), Wall, Opening), ColorScheme(), TextureRegion)
fullName.vb: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, TinyLife.Utilities.ColorScheme(), System.Func(Of TinyLife.World.OpeningType, System.Int32(), TinyLife.World.Wall, TinyLife.World.Opening), MLEM.Textures.TextureRegion)
name.vb: OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme(), Func(Of OpeningType, Int32(), Wall, Opening), TextureRegion)
- uid: TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},Microsoft.Xna.Framework.Point)
commentId: M:TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},Microsoft.Xna.Framework.Point)
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},Microsoft.Xna.Framework.Point)
@ -350,7 +350,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/World/OpeningType.cs
startLine: 98
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -413,7 +413,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: ../TinyLife/World/OpeningType.cs
startLine: 121
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: ../TinyLife/World/OpeningType.cs
startLine: 134
startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -509,7 +509,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/OpeningType.cs
startLine: 142
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -31,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Room
path: ../TinyLife/World/Room.cs
startLine: 11
startLine: 12
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -76,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/World/Room.cs
startLine: 16
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Center
path: ../TinyLife/World/Room.cs
startLine: 21
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tiles
path: ../TinyLife/World/Room.cs
startLine: 25
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -181,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoveredSections
path: ../TinyLife/World/Room.cs
startLine: 29
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -216,7 +216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyRoofed
path: ../TinyLife/World/Room.cs
startLine: 35
startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -253,7 +253,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsSameRoom
path: ../TinyLife/World/Room.cs
startLine: 52
startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -295,7 +295,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Room.cs
startLine: 62
startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -330,7 +330,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls
path: ../TinyLife/World/Room.cs
startLine: 98
startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -369,7 +369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObjects
path: ../TinyLife/World/Room.cs
startLine: 122
startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -411,7 +411,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLights
path: ../TinyLife/World/Room.cs
startLine: 141
startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -446,7 +446,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: ../TinyLife/World/Room.cs
startLine: 157
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -481,7 +481,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetConnectedRooms
path: ../TinyLife/World/Room.cs
startLine: 174
startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -7,6 +7,7 @@ items:
children:
- TinyLife.World.Wall.#ctor(Microsoft.Xna.Framework.Point[])
- TinyLife.World.Wall.Draw(TinyLife.World.Map,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.World.Wall.GetCenterBottomPos
- TinyLife.World.Wall.GetDepth(TinyLife.World.Map,System.Single)
- TinyLife.World.Wall.GetDisplayMode
- TinyLife.World.Wall.GetFreeActionSpotInfo(TinyLife.Objects.Person)
@ -650,6 +651,38 @@ items:
- public
modifiers.vb:
- Public
- uid: TinyLife.World.Wall.GetCenterBottomPos
commentId: M:TinyLife.World.Wall.GetCenterBottomPos
id: GetCenterBottomPos
parent: TinyLife.World.Wall
langs:
- csharp
- vb
name: GetCenterBottomPos()
nameWithType: Wall.GetCenterBottomPos()
fullName: TinyLife.World.Wall.GetCenterBottomPos()
type: Method
source:
remote:
path: TinyLife/World/Wall.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCenterBottomPos
path: ../TinyLife/World/Wall.cs
startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife.World
syntax:
content: public Vector2 GetCenterBottomPos()
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Public Function GetCenterBottomPos As Vector2
overload: TinyLife.World.Wall.GetCenterBottomPos*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.World.Wall.IsVerticalForCamera
commentId: M:TinyLife.World.Wall.IsVerticalForCamera
id: IsVerticalForCamera
@ -668,7 +701,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsVerticalForCamera
path: ../TinyLife/World/Wall.cs
startLine: 165
startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -703,7 +736,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: ../TinyLife/World/Wall.cs
startLine: 173
startLine: 185
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -740,7 +773,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Wall.cs
startLine: 181
startLine: 193
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -778,7 +811,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: ../TinyLife/World/Wall.cs
startLine: 196
startLine: 208
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1641,6 +1674,11 @@ references:
name: Point
nameWithType: Point
fullName: Microsoft.Xna.Framework.Point
- uid: TinyLife.World.Wall.GetCenterBottomPos*
commentId: Overload:TinyLife.World.Wall.GetCenterBottomPos
name: GetCenterBottomPos
nameWithType: Wall.GetCenterBottomPos
fullName: TinyLife.World.Wall.GetCenterBottomPos
- uid: TinyLife.Options.CameraRotation
commentId: F:TinyLife.Options.CameraRotation
isExternal: true

View file

@ -13,6 +13,8 @@ items:
- TinyLife.World.WallMode.MaskPosition
- TinyLife.World.WallMode.MaskTexture
- TinyLife.World.WallMode.Modes
- TinyLife.World.WallMode.NarrowLong
- TinyLife.World.WallMode.NarrowWideTop
- TinyLife.World.WallMode.OffsetTextureRegion(Microsoft.Xna.Framework.Point,System.Boolean,System.Boolean)
- TinyLife.World.WallMode.Register(TinyLife.World.WallMode)
- TinyLife.World.WallMode.Roof
@ -356,6 +358,76 @@ items:
- Public
- Shared
- ReadOnly
- uid: TinyLife.World.WallMode.NarrowWideTop
commentId: F:TinyLife.World.WallMode.NarrowWideTop
id: NarrowWideTop
parent: TinyLife.World.WallMode
langs:
- csharp
- vb
name: NarrowWideTop
nameWithType: WallMode.NarrowWideTop
fullName: TinyLife.World.WallMode.NarrowWideTop
type: Field
source:
remote:
path: TinyLife/World/WallMode.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NarrowWideTop
path: ../TinyLife/World/WallMode.cs
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.World
syntax:
content: public static readonly WallMode NarrowWideTop
return:
type: TinyLife.World.WallMode
content.vb: Public Shared ReadOnly NarrowWideTop As WallMode
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.World.WallMode.NarrowLong
commentId: F:TinyLife.World.WallMode.NarrowLong
id: NarrowLong
parent: TinyLife.World.WallMode
langs:
- csharp
- vb
name: NarrowLong
nameWithType: WallMode.NarrowLong
fullName: TinyLife.World.WallMode.NarrowLong
type: Field
source:
remote:
path: TinyLife/World/WallMode.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NarrowLong
path: ../TinyLife/World/WallMode.cs
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.World
syntax:
content: public static readonly WallMode NarrowLong
return:
type: TinyLife.World.WallMode
content.vb: Public Shared ReadOnly NarrowLong As WallMode
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.World.WallMode.MaskTexture
commentId: F:TinyLife.World.WallMode.MaskTexture
id: MaskTexture
@ -374,7 +446,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaskTexture
path: ../TinyLife/World/WallMode.cs
startLine: 59
startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -409,7 +481,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaskPosition
path: ../TinyLife/World/WallMode.cs
startLine: 64
startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -444,7 +516,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/WallMode.cs
startLine: 73
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -483,7 +555,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffsetTextureRegion
path: ../TinyLife/World/WallMode.cs
startLine: 85
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -528,7 +600,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/WallMode.cs
startLine: 99
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -569,7 +641,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyMasks
path: ../TinyLife/World/WallMode.cs
startLine: 114
startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.World

Some files were not shown because too many files have changed in this diff Show more