diff --git a/Changelog.md b/Changelog.md index a7e1288..8c6f27b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/docs/api/.manifest b/docs/api/.manifest index ec68e3c..b976b58 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -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", diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index 84be2ac..715c191 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index b94b536..980c395 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml index a069169..fa4f2ae 100644 --- a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml +++ b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml index 1c11632..acc1193 100644 --- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -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 's using .\nTo access an action's icon name, including automatically set icon names, use 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 's using .\nTo access an action's icon name, including automatically set icon names, use instead.\n" example: [] syntax: - content: public string IconName + content: public Func 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 + nameWithType: Func + fullName: System.Func + 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 diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index 88558cc..f434fe6 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -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 texture should be included at the start of the name + description: Whether the texture should be included at the start of the name return: type: System.String description: This action type'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's icon, which is either the manually assigned icon (), or an automatically assigned icon based on this action type's requirements, including , and .\nThe icon name can be used in a as a as follows: <c IconName> \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'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 diff --git a/docs/api/TinyLife.Actions.BehaviorAction-1.yml b/docs/api/TinyLife.Actions.BehaviorAction-1.yml index 49589a2..4215ce6 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction-1.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction-1.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.BehaviorMultiAction-1.yml b/docs/api/TinyLife.Actions.BehaviorMultiAction-1.yml index 2dbebf9..4d7c077 100644 --- a/docs/api/TinyLife.Actions.BehaviorMultiAction-1.yml +++ b/docs/api/TinyLife.Actions.BehaviorMultiAction-1.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml index 8ad2c92..1d29ce1 100644 --- a/docs/api/TinyLife.Actions.DieAction.yml +++ b/docs/api/TinyLife.Actions.DieAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.GoHereAction.yml b/docs/api/TinyLife.Actions.GoHereAction.yml index 687e659..67a9de2 100644 --- a/docs/api/TinyLife.Actions.GoHereAction.yml +++ b/docs/api/TinyLife.Actions.GoHereAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.IdleAroundObjectAction.yml b/docs/api/TinyLife.Actions.IdleAroundObjectAction.yml deleted file mode 100644 index f2b485c..0000000 --- a/docs/api/TinyLife.Actions.IdleAroundObjectAction.yml +++ /dev/null @@ -1,4248 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: TinyLife.Actions.IdleAroundObjectAction - commentId: T:TinyLife.Actions.IdleAroundObjectAction - id: IdleAroundObjectAction - parent: TinyLife.Actions - children: - - TinyLife.Actions.IdleAroundObjectAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - - TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted - - TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions - langs: - - csharp - - vb - name: IdleAroundObjectAction - nameWithType: IdleAroundObjectAction - fullName: TinyLife.Actions.IdleAroundObjectAction - type: Class - source: - remote: - path: TinyLife/Actions/IdleAroundObjectAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IdleAroundObjectAction - path: ../TinyLife/Actions/IdleAroundObjectAction.cs - startLine: 11 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - summary: "\nA simple action that causes a person to walk to the 's action location using and then stands there until there is another action in their queue.\nThis action is useful for people with a and for actions like .\n" - example: [] - syntax: - content: 'public class IdleAroundObjectAction : MultiAction, IGenericDataHolder' - content.vb: >- - Public Class IdleAroundObjectAction - Inherits MultiAction - Implements IGenericDataHolder - inheritance: - - System.Object - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - - TinyLife.Actions.Typeless.TypelessAction - - TinyLife.Actions.Action - - TinyLife.Actions.MultiAction - implements: - - MLEM.Misc.IGenericDataHolder - inheritedMembers: - - TinyLife.Actions.MultiAction.Handler - - TinyLife.Actions.MultiAction.MainElapsedTime - - TinyLife.Actions.MultiAction.InProgressTime - - TinyLife.Actions.MultiAction.AndThenInitialize - - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.MultiAction.PreInitialize - - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Actions.MultiAction.Initialize - - TinyLife.Actions.MultiAction.IsCompleted - - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - - TinyLife.Actions.Action.Type - - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - - TinyLife.Actions.Action.GetIconObject - - TinyLife.Actions.Action.CausesExtremelyFastSpeed - - TinyLife.Actions.Action.GetDisplayName - - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - - TinyLife.Actions.Typeless.TypelessAction.Random - - TinyLife.Actions.Typeless.TypelessAction.Info - - TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically - - TinyLife.Actions.Typeless.TypelessAction.Parent - - TinyLife.Actions.Typeless.TypelessAction.Map - - TinyLife.Actions.Typeless.TypelessAction.Person - - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress - - TinyLife.Actions.Typeless.TypelessAction.ForceResult - - TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}) - - TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - - TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) - - 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.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - - 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.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) - - TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - - TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - - TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - - TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - - TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - - TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - - TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - - TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - - 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.Actions.IdleAroundObjectAction.TinyLife.Utilities.Extensions.JsonCopy``1 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: TinyLife.Actions.IdleAroundObjectAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - commentId: M:TinyLife.Actions.IdleAroundObjectAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' - parent: TinyLife.Actions.IdleAroundObjectAction - langs: - - csharp - - vb - name: IdleAroundObjectAction(ActionType, ActionInfo) - nameWithType: IdleAroundObjectAction.IdleAroundObjectAction(ActionType, ActionInfo) - fullName: TinyLife.Actions.IdleAroundObjectAction.IdleAroundObjectAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) - type: Constructor - source: - remote: - path: TinyLife/Actions/IdleAroundObjectAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/IdleAroundObjectAction.cs - startLine: 14 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - summary: "\nCreates a new action from the given \n" - example: [] - syntax: - content: public IdleAroundObjectAction(ActionType type, ActionInfo info) - parameters: - - id: type - type: TinyLife.Actions.ActionType - description: The type to create this action from - - id: info - type: TinyLife.Actions.ActionInfo - description: The information for this action - content.vb: Public Sub New(type As ActionType, info As ActionInfo) - overload: TinyLife.Actions.IdleAroundObjectAction.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions - commentId: M:TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions - id: CreateFirstActions - parent: TinyLife.Actions.IdleAroundObjectAction - langs: - - csharp - - vb - name: CreateFirstActions() - nameWithType: IdleAroundObjectAction.CreateFirstActions() - fullName: TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions() - type: Method - source: - remote: - path: TinyLife/Actions/IdleAroundObjectAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/IdleAroundObjectAction.cs - startLine: 17 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.\nIf no action gets returned in this function, this action fails.\nIf a null action is returned as the first item, no first actions will be executed.\n" - example: [] - syntax: - content: protected override IEnumerable CreateFirstActions() - return: - type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - description: A set of actions that sohuld run before this action - content.vb: Protected Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction) - overridden: TinyLife.Actions.MultiAction.CreateFirstActions - overload: TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -- uid: TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted - commentId: M:TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted - id: AndThenIsCompleted - parent: TinyLife.Actions.IdleAroundObjectAction - langs: - - csharp - - vb - name: AndThenIsCompleted() - nameWithType: IdleAroundObjectAction.AndThenIsCompleted() - fullName: TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted() - type: Method - source: - remote: - path: TinyLife/Actions/IdleAroundObjectAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AndThenIsCompleted - path: ../TinyLife/Actions/IdleAroundObjectAction.cs - startLine: 22 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - summary: "\nMultiAction version of .\nThis method returns whether or not the main action is completed.\n" - example: [] - syntax: - content: protected override CompletionType AndThenIsCompleted() - return: - type: TinyLife.Actions.CompletionType - description: Whether the main action is completed - content.vb: Protected Overrides Function AndThenIsCompleted As CompletionType - overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted - overload: TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted* - modifiers.csharp: - - protected - - override - modifiers.vb: - - Protected - - Overrides -references: -- uid: TinyLife.Actions.ActionInfo - commentId: T:TinyLife.Actions.ActionInfo - parent: TinyLife.Actions - name: ActionInfo - nameWithType: ActionInfo - fullName: TinyLife.Actions.ActionInfo -- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - parent: TinyLife.Actions.MultiAction - name: GoToActionLocation(ObjectCategory) - nameWithType: MultiAction.GoToActionLocation(ObjectCategory) - fullName: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - name: GoToActionLocation - nameWithType: MultiAction.GoToActionLocation - fullName: TinyLife.Actions.MultiAction.GoToActionLocation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - name: GoToActionLocation - nameWithType: MultiAction.GoToActionLocation - fullName: TinyLife.Actions.MultiAction.GoToActionLocation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.World.LotEmployment - commentId: T:TinyLife.World.LotEmployment - parent: TinyLife.World - name: LotEmployment - nameWithType: LotEmployment - fullName: TinyLife.World.LotEmployment -- uid: TinyLife.Actions.ActionType.BaristaIdle - commentId: F:TinyLife.Actions.ActionType.BaristaIdle - isExternal: true -- uid: TinyLife.Actions - commentId: N:TinyLife.Actions - name: TinyLife.Actions - nameWithType: TinyLife.Actions - fullName: TinyLife.Actions -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder - parent: MLEM.Data.Json - isExternal: true - name: JsonTypeSafeGenericDataHolder - nameWithType: JsonTypeSafeGenericDataHolder - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder -- uid: TinyLife.Actions.Typeless.TypelessAction - commentId: T:TinyLife.Actions.Typeless.TypelessAction - parent: TinyLife.Actions.Typeless - name: TypelessAction - nameWithType: TypelessAction - fullName: TinyLife.Actions.Typeless.TypelessAction -- uid: TinyLife.Actions.Action - commentId: T:TinyLife.Actions.Action - parent: TinyLife.Actions - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action -- uid: TinyLife.Actions.MultiAction - commentId: T:TinyLife.Actions.MultiAction - parent: TinyLife.Actions - name: MultiAction - nameWithType: MultiAction - fullName: TinyLife.Actions.MultiAction -- uid: MLEM.Misc.IGenericDataHolder - commentId: T:MLEM.Misc.IGenericDataHolder - parent: MLEM.Misc - isExternal: true - name: IGenericDataHolder - nameWithType: IGenericDataHolder - fullName: MLEM.Misc.IGenericDataHolder -- uid: TinyLife.Actions.MultiAction.Handler - commentId: F:TinyLife.Actions.MultiAction.Handler - parent: TinyLife.Actions.MultiAction - name: Handler - nameWithType: MultiAction.Handler - fullName: TinyLife.Actions.MultiAction.Handler -- uid: TinyLife.Actions.MultiAction.MainElapsedTime - commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime - parent: TinyLife.Actions.MultiAction - name: MainElapsedTime - nameWithType: MultiAction.MainElapsedTime - fullName: TinyLife.Actions.MultiAction.MainElapsedTime -- uid: TinyLife.Actions.MultiAction.InProgressTime - commentId: P:TinyLife.Actions.MultiAction.InProgressTime - parent: TinyLife.Actions.MultiAction - name: InProgressTime - nameWithType: MultiAction.InProgressTime - fullName: TinyLife.Actions.MultiAction.InProgressTime -- uid: TinyLife.Actions.MultiAction.AndThenInitialize - commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize - parent: TinyLife.Actions.MultiAction - name: AndThenInitialize() - nameWithType: MultiAction.AndThenInitialize() - fullName: TinyLife.Actions.MultiAction.AndThenInitialize() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.AndThenInitialize - name: AndThenInitialize - nameWithType: MultiAction.AndThenInitialize - fullName: TinyLife.Actions.MultiAction.AndThenInitialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.AndThenInitialize - name: AndThenInitialize - nameWithType: MultiAction.AndThenInitialize - fullName: TinyLife.Actions.MultiAction.AndThenInitialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - parent: TinyLife.Actions.MultiAction - isExternal: true - name: AndThenUpdate(GameTime, TimeSpan, Single) - nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single) - fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: AndThenUpdate - nameWithType: MultiAction.AndThenUpdate - fullName: TinyLife.Actions.MultiAction.AndThenUpdate - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: AndThenUpdate - nameWithType: MultiAction.AndThenUpdate - fullName: TinyLife.Actions.MultiAction.AndThenUpdate - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.MultiAction - name: AndThenOnCompleted(CompletionType) - nameWithType: MultiAction.AndThenOnCompleted(CompletionType) - fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - name: AndThenOnCompleted - nameWithType: MultiAction.AndThenOnCompleted - fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - name: AndThenOnCompleted - nameWithType: MultiAction.AndThenOnCompleted - fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.PreInitialize - commentId: M:TinyLife.Actions.MultiAction.PreInitialize - parent: TinyLife.Actions.MultiAction - name: PreInitialize() - nameWithType: MultiAction.PreInitialize() - fullName: TinyLife.Actions.MultiAction.PreInitialize() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.PreInitialize - name: PreInitialize - nameWithType: MultiAction.PreInitialize - fullName: TinyLife.Actions.MultiAction.PreInitialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.PreInitialize - name: PreInitialize - nameWithType: MultiAction.PreInitialize - fullName: TinyLife.Actions.MultiAction.PreInitialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - parent: TinyLife.Actions.MultiAction - isExternal: true - name: Update(GameTime, TimeSpan, Single) - nameWithType: MultiAction.Update(GameTime, TimeSpan, Single) - fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: Update - nameWithType: MultiAction.Update - fullName: TinyLife.Actions.MultiAction.Update - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: Update - nameWithType: MultiAction.Update - fullName: TinyLife.Actions.MultiAction.Update - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.Initialize - commentId: M:TinyLife.Actions.MultiAction.Initialize - parent: TinyLife.Actions.MultiAction - name: Initialize() - nameWithType: MultiAction.Initialize() - fullName: TinyLife.Actions.MultiAction.Initialize() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Initialize - name: Initialize - nameWithType: MultiAction.Initialize - fullName: TinyLife.Actions.MultiAction.Initialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Initialize - name: Initialize - nameWithType: MultiAction.Initialize - fullName: TinyLife.Actions.MultiAction.Initialize - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.IsCompleted - commentId: M:TinyLife.Actions.MultiAction.IsCompleted - parent: TinyLife.Actions.MultiAction - name: IsCompleted() - nameWithType: MultiAction.IsCompleted() - fullName: TinyLife.Actions.MultiAction.IsCompleted() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.IsCompleted - name: IsCompleted - nameWithType: MultiAction.IsCompleted - fullName: TinyLife.Actions.MultiAction.IsCompleted - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.IsCompleted - name: IsCompleted - nameWithType: MultiAction.IsCompleted - fullName: TinyLife.Actions.MultiAction.IsCompleted - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.MultiAction - name: OnCompleted(CompletionType) - nameWithType: MultiAction.OnCompleted(CompletionType) - fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - name: OnCompleted - nameWithType: MultiAction.OnCompleted - fullName: TinyLife.Actions.MultiAction.OnCompleted - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - name: OnCompleted - nameWithType: MultiAction.OnCompleted - fullName: TinyLife.Actions.MultiAction.OnCompleted - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - parent: TinyLife.Actions.MultiAction - name: Validate(Person) - nameWithType: MultiAction.Validate(Person) - fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - name: Validate - nameWithType: MultiAction.Validate - fullName: TinyLife.Actions.MultiAction.Validate - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - name: Validate - nameWithType: MultiAction.Validate - fullName: TinyLife.Actions.MultiAction.Validate - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - parent: TinyLife.Actions.MultiAction - name: CanCancel(Action) - nameWithType: MultiAction.CanCancel(Action) - fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - name: CanCancel - nameWithType: MultiAction.CanCancel - fullName: TinyLife.Actions.MultiAction.CanCancel - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - name: CanCancel - nameWithType: MultiAction.CanCancel - fullName: TinyLife.Actions.MultiAction.CanCancel - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.Type - commentId: F:TinyLife.Actions.Action.Type - parent: TinyLife.Actions.Action - name: Type - nameWithType: Action.Type - fullName: TinyLife.Actions.Action.Type -- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - parent: TinyLife.Actions.Action - name: CanMultitask(Action) - nameWithType: Action.CanMultitask(Action) - fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - name: CanMultitask - nameWithType: Action.CanMultitask - fullName: TinyLife.Actions.Action.CanMultitask - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - name: CanMultitask - nameWithType: Action.CanMultitask - fullName: TinyLife.Actions.Action.CanMultitask - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.Action - name: GetNextAction(CompletionType) - nameWithType: Action.GetNextAction(CompletionType) - fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - name: GetNextAction - nameWithType: Action.GetNextAction - fullName: TinyLife.Actions.Action.GetNextAction - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - name: GetNextAction - nameWithType: Action.GetNextAction - fullName: TinyLife.Actions.Action.GetNextAction - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.GetIconObject - commentId: M:TinyLife.Actions.Action.GetIconObject - parent: TinyLife.Actions.Action - name: GetIconObject() - nameWithType: Action.GetIconObject() - fullName: TinyLife.Actions.Action.GetIconObject() - spec.csharp: - - uid: TinyLife.Actions.Action.GetIconObject - name: GetIconObject - nameWithType: Action.GetIconObject - fullName: TinyLife.Actions.Action.GetIconObject - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetIconObject - name: GetIconObject - nameWithType: Action.GetIconObject - fullName: TinyLife.Actions.Action.GetIconObject - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed - parent: TinyLife.Actions.Action - name: CausesExtremelyFastSpeed() - nameWithType: Action.CausesExtremelyFastSpeed() - fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() - spec.csharp: - - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: CausesExtremelyFastSpeed - nameWithType: Action.CausesExtremelyFastSpeed - fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: CausesExtremelyFastSpeed - nameWithType: Action.CausesExtremelyFastSpeed - fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.GetDisplayName - commentId: M:TinyLife.Actions.Action.GetDisplayName - parent: TinyLife.Actions.Action - name: GetDisplayName() - nameWithType: Action.GetDisplayName() - fullName: TinyLife.Actions.Action.GetDisplayName() - spec.csharp: - - uid: TinyLife.Actions.Action.GetDisplayName - name: GetDisplayName - nameWithType: Action.GetDisplayName - fullName: TinyLife.Actions.Action.GetDisplayName - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetDisplayName - name: GetDisplayName - nameWithType: Action.GetDisplayName - fullName: TinyLife.Actions.Action.GetDisplayName - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - parent: TinyLife.Actions.Action - name: TryForceResult(CompletionType, CanExecuteResult, MapObject) - nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject) - fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject) - spec.csharp: - - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - name: TryForceResult - nameWithType: Action.TryForceResult - fullName: TinyLife.Actions.Action.TryForceResult - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - nameWithType: CanExecuteResult - fullName: TinyLife.Actions.CanExecuteResult - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.MapObject - name: MapObject - nameWithType: MapObject - fullName: TinyLife.Objects.MapObject - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - name: TryForceResult - nameWithType: Action.TryForceResult - fullName: TinyLife.Actions.Action.TryForceResult - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - nameWithType: CanExecuteResult - fullName: TinyLife.Actions.CanExecuteResult - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.MapObject - name: MapObject - nameWithType: MapObject - fullName: TinyLife.Objects.MapObject - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - parent: TinyLife.Actions.Action - name: CanEnqueueConversation(Person, ActionType) - nameWithType: Action.CanEnqueueConversation(Person, ActionType) - fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) - spec.csharp: - - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - name: CanEnqueueConversation - nameWithType: Action.CanEnqueueConversation - fullName: TinyLife.Actions.Action.CanEnqueueConversation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - name: CanEnqueueConversation - nameWithType: Action.CanEnqueueConversation - fullName: TinyLife.Actions.Action.CanEnqueueConversation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - parent: TinyLife.Actions.Action - name: CanMultitask(Action, Action) - nameWithType: Action.CanMultitask(Action, Action) - fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - name: CanMultitask - nameWithType: Action.CanMultitask - fullName: TinyLife.Actions.Action.CanMultitask - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - name: CanMultitask - nameWithType: Action.CanMultitask - fullName: TinyLife.Actions.Action.CanMultitask - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.Random - commentId: F:TinyLife.Actions.Typeless.TypelessAction.Random - parent: TinyLife.Actions.Typeless.TypelessAction - name: Random - nameWithType: TypelessAction.Random - fullName: TinyLife.Actions.Typeless.TypelessAction.Random -- uid: TinyLife.Actions.Typeless.TypelessAction.Info - commentId: F:TinyLife.Actions.Typeless.TypelessAction.Info - parent: TinyLife.Actions.Typeless.TypelessAction - name: Info - nameWithType: TypelessAction.Info - fullName: TinyLife.Actions.Typeless.TypelessAction.Info -- uid: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically - commentId: P:TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically - parent: TinyLife.Actions.Typeless.TypelessAction - name: StartedAutomatically - nameWithType: TypelessAction.StartedAutomatically - fullName: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically -- uid: TinyLife.Actions.Typeless.TypelessAction.Parent - commentId: P:TinyLife.Actions.Typeless.TypelessAction.Parent - parent: TinyLife.Actions.Typeless.TypelessAction - name: Parent - nameWithType: TypelessAction.Parent - fullName: TinyLife.Actions.Typeless.TypelessAction.Parent -- uid: TinyLife.Actions.Typeless.TypelessAction.Map - commentId: P:TinyLife.Actions.Typeless.TypelessAction.Map - parent: TinyLife.Actions.Typeless.TypelessAction - name: Map - nameWithType: TypelessAction.Map - fullName: TinyLife.Actions.Typeless.TypelessAction.Map -- uid: TinyLife.Actions.Typeless.TypelessAction.Person - commentId: P:TinyLife.Actions.Typeless.TypelessAction.Person - parent: TinyLife.Actions.Typeless.TypelessAction - name: Person - nameWithType: TypelessAction.Person - fullName: TinyLife.Actions.Typeless.TypelessAction.Person -- uid: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - commentId: P:TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - parent: TinyLife.Actions.Typeless.TypelessAction - name: ElapsedTime - nameWithType: TypelessAction.ElapsedTime - fullName: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime -- uid: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - commentId: P:TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - parent: TinyLife.Actions.Typeless.TypelessAction - name: PlayerPromptOpen - nameWithType: TypelessAction.PlayerPromptOpen - fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen -- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress - commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress - parent: TinyLife.Actions.Typeless.TypelessAction - name: FullyInProgress - nameWithType: TypelessAction.FullyInProgress - fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress -- uid: TinyLife.Actions.Typeless.TypelessAction.ForceResult - commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceResult - parent: TinyLife.Actions.Typeless.TypelessAction - name: ForceResult - nameWithType: TypelessAction.ForceResult - fullName: TinyLife.Actions.Typeless.TypelessAction.ForceResult -- uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>) - nameWithType: TypelessAction.OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>) - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, System.Func>) - nameWithType.vb: TypelessAction.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element))) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element))) - name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element))) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}) - name: OpenPlayerPrompt - nameWithType: TypelessAction.OpenPlayerPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Predicate`1 - name: Predicate - nameWithType: Predicate - fullName: System.Predicate - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: MLEM.Ui.Elements.Panel - name: Panel - nameWithType: Panel - fullName: MLEM.Ui.Elements.Panel - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: MLEM.Ui.Elements.Panel - name: Panel - nameWithType: Panel - fullName: MLEM.Ui.Elements.Panel - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Func`2 - name: Func - nameWithType: Func - fullName: System.Func - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Uis.CoveringGroup - name: CoveringGroup - nameWithType: CoveringGroup - fullName: TinyLife.Uis.CoveringGroup - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: MLEM.Ui.Elements.Element - name: Element - nameWithType: Element - fullName: MLEM.Ui.Elements.Element - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}}) - name: OpenPlayerPrompt - nameWithType: TypelessAction.OpenPlayerPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Predicate`1 - name: Predicate - nameWithType: Predicate - fullName: System.Predicate - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: MLEM.Ui.Elements.Panel - name: Panel - nameWithType: Panel - fullName: MLEM.Ui.Elements.Panel - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: MLEM.Ui.Elements.Panel - name: Panel - nameWithType: Panel - fullName: MLEM.Ui.Elements.Panel - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Func`2 - name: Func - nameWithType: Func - fullName: System.Func - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Uis.CoveringGroup - name: CoveringGroup - nameWithType: CoveringGroup - fullName: TinyLife.Uis.CoveringGroup - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: MLEM.Ui.Elements.Element - name: Element - nameWithType: Element - fullName: MLEM.Ui.Elements.Element - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: OpenYesNoPrompt(String, Action, Action) - nameWithType: TypelessAction.OpenYesNoPrompt(String, Action, Action) - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String, System.Action, System.Action) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - name: OpenYesNoPrompt - nameWithType: TypelessAction.OpenYesNoPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - name: OpenYesNoPrompt - nameWithType: TypelessAction.OpenYesNoPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: OpenTextPrompt(String, Action, Predicate, TextField.Rule, String) - nameWithType: TypelessAction.OpenTextPrompt(String, Action, Predicate, TextField.Rule, String) - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, System.String) - nameWithType.vb: TypelessAction.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String) - name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) - name: OpenTextPrompt - nameWithType: TypelessAction.OpenTextPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Predicate`1 - name: Predicate - nameWithType: Predicate - fullName: System.Predicate - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: MLEM.Ui.Elements.TextField.Rule - name: TextField.Rule - nameWithType: TextField.Rule - fullName: MLEM.Ui.Elements.TextField.Rule - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) - name: OpenTextPrompt - nameWithType: TypelessAction.OpenTextPrompt - fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Predicate`1 - name: Predicate - nameWithType: Predicate - fullName: System.Predicate - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: MLEM.Ui.Elements.TextField.Rule - name: TextField.Rule - nameWithType: TextField.Rule - fullName: MLEM.Ui.Elements.TextField.Rule - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) - nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - name: SpeakAlone - nameWithType: TypelessAction.SpeakAlone - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - name: SpeakAlone - nameWithType: TypelessAction.SpeakAlone - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone - - name: ( - nameWithType: ( - fullName: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: 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) - commentId: M: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) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) - nameWithType: TypelessAction.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32) - nameWithType.vb: TypelessAction.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32) - name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) - spec.csharp: - - uid: 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) - name: SpeakInConversation - nameWithType: TypelessAction.SpeakInConversation - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: 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) - name: SpeakInConversation - nameWithType: TypelessAction.SpeakInConversation - fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - nameWithType: GameTime - fullName: Microsoft.Xna.Framework.GameTime - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - nameWithType: EmoteCategory - fullName: TinyLife.Actions.EmoteCategory - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - nameWithType: SpeakStyle - fullName: TinyLife.Objects.SpeakStyle - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: CompleteInTime(TimeSpan, Boolean, SkillType, Single, Boolean) - nameWithType: TypelessAction.CompleteInTime(TimeSpan, Boolean, SkillType, Single, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan, System.Boolean, TinyLife.Skills.SkillType, System.Single, System.Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - name: CompleteInTime - nameWithType: TypelessAction.CompleteInTime - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime - - name: ( - nameWithType: ( - fullName: ( - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Skills.SkillType - name: SkillType - nameWithType: SkillType - fullName: TinyLife.Skills.SkillType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - name: CompleteInTime - nameWithType: TypelessAction.CompleteInTime - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime - - name: ( - nameWithType: ( - fullName: ( - - uid: System.TimeSpan - name: TimeSpan - nameWithType: TimeSpan - fullName: System.TimeSpan - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Skills.SkillType - name: SkillType - nameWithType: SkillType - fullName: TinyLife.Skills.SkillType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.Typeless.TypelessAction - name: CompleteIfNeedFull(Person, NeedType, CompletionType) - nameWithType: TypelessAction.CompleteIfNeedFull(Person, NeedType, CompletionType) - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person, TinyLife.NeedType, TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType) - name: CompleteIfNeedFull - nameWithType: TypelessAction.CompleteIfNeedFull - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.NeedType - name: NeedType - nameWithType: NeedType - fullName: TinyLife.NeedType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType) - name: CompleteIfNeedFull - nameWithType: TypelessAction.CompleteIfNeedFull - fullName: TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.NeedType - name: NeedType - nameWithType: NeedType - fullName: TinyLife.NeedType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.CompletionType - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - parent: TinyLife.Actions.Typeless.TypelessAction - name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[]) - nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[]) - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[]) - nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType()) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType()) - name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType()) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - name: PutDownOrGoTo - nameWithType: TypelessAction.PutDownOrGoTo - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - nameWithType: ActionInfo - fullName: TinyLife.Actions.ActionInfo - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: '[]' - nameWithType: '[]' - fullName: '[]' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - name: PutDownOrGoTo - nameWithType: TypelessAction.PutDownOrGoTo - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - nameWithType: ActionInfo - fullName: TinyLife.Actions.ActionInfo - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: () - nameWithType: () - fullName: () - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - parent: TinyLife.Actions.Typeless.TypelessAction - name: GetPlaceDirection(Person, FurnitureType) - nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - name: GetPlaceDirection - nameWithType: TypelessAction.GetPlaceDirection - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - name: GetPlaceDirection - nameWithType: TypelessAction.GetPlaceDirection - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - 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) - 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) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,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 - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - nameWithType: ActionSpot - fullName: TinyLife.Objects.ActionSpot - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,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 - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - nameWithType: ActionSpot - fullName: TinyLife.Objects.ActionSpot - - name: ) - nameWithType: ) - fullName: ) -- 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) - parent: TinyLife.Actions.Typeless.TypelessAction - name: GetFreeChair(Person, Furniture) - nameWithType: TypelessAction.GetFreeChair(Person, Furniture) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - name: GetFreeChair - nameWithType: TypelessAction.GetFreeChair - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair - - 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 - fullName: TinyLife.Objects.Furniture - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - name: GetFreeChair - nameWithType: TypelessAction.GetFreeChair - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChair - - 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 - fullName: TinyLife.Objects.Furniture - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: GetFreeChairs(Person, Furniture, Func) - nameWithType: TypelessAction.GetFreeChairs(Person, Furniture, Func) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) - nameWithType.vb: TypelessAction.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, System.Boolean)) - name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - name: GetFreeChairs - nameWithType: TypelessAction.GetFreeChairs - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs - - 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 - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Func`2 - name: Func - nameWithType: Func - fullName: System.Func - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: MLEM.Misc.Direction2 - name: Direction2 - nameWithType: Direction2 - fullName: MLEM.Misc.Direction2 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - name: GetFreeChairs - nameWithType: TypelessAction.GetFreeChairs - fullName: TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs - - 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 - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Func`2 - name: Func - nameWithType: Func - fullName: System.Func - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: MLEM.Misc.Direction2 - name: Direction2 - nameWithType: Direction2 - fullName: MLEM.Misc.Direction2 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) - nameWithType: TypelessAction.FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable, System.Nullable, System.Boolean) - nameWithType.vb: TypelessAction.FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) - name.vb: FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreePeople - nameWithType: TypelessAction.FindAllFreePeople - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreePeople - nameWithType: TypelessAction.FindAllFreePeople - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) - nameWithType: TypelessAction.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable, System.Nullable, System.Boolean, System.Boolean) - nameWithType.vb: TypelessAction.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean, System.Boolean) - name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - name: FindAllFreeFurniture - nameWithType: TypelessAction.FindAllFreeFurniture - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - name: FindAllFreeFurniture - nameWithType: TypelessAction.FindAllFreeFurniture - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindAllFreeWalls(Person, Nullable, Nullable, Boolean) - nameWithType: TypelessAction.FindAllFreeWalls(Person, Nullable, Nullable, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) - nameWithType.vb: TypelessAction.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) - name.vb: FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeWalls - nameWithType: TypelessAction.FindAllFreeWalls - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeWalls - nameWithType: TypelessAction.FindAllFreeWalls - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindAllFreeGround(Person, Nullable, Nullable, Boolean) - nameWithType: TypelessAction.FindAllFreeGround(Person, Nullable, Nullable, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) - nameWithType.vb: TypelessAction.FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) - name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeGround - nameWithType: TypelessAction.FindAllFreeGround - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeGround - nameWithType: TypelessAction.FindAllFreeGround - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.Single - name: Single - nameWithType: Single - fullName: System.Single - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) - nameWithType: TypelessAction.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean, System.Boolean) - nameWithType.vb: TypelessAction.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) - name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindFreeFurniture - nameWithType: TypelessAction.FindFreeFurniture - fullName: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindFreeFurniture - nameWithType: TypelessAction.FindFreeFurniture - fullName: TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - nameWithType: ObjectCategory - fullName: TinyLife.Objects.ObjectCategory - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindAllActionObjects(Person, ActionType, Nullable) - nameWithType: TypelessAction.FindAllActionObjects(Person, ActionType, Nullable) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable) - nameWithType.vb: TypelessAction.FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) - name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - name: FindAllActionObjects - nameWithType: TypelessAction.FindAllActionObjects - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - name: FindAllActionObjects - nameWithType: TypelessAction.FindAllActionObjects - fullName: TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: TypelessAction.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: TypelessAction.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - name: FindValidActionObjects - nameWithType: TypelessAction.FindValidActionObjects - fullName: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - name: FindValidActionObjects - nameWithType: TypelessAction.FindValidActionObjects - fullName: TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionType - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Nullable`1 - name: Nullable - nameWithType: Nullable - fullName: System.Nullable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - nameWithType: Vector2 - fullName: Microsoft.Xna.Framework.Vector2 - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Boolean - name: Boolean - nameWithType: Boolean - fullName: System.Boolean - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: GetRandomVariety(IEnumerable, ActionInfo) - nameWithType: TypelessAction.GetRandomVariety(IEnumerable, ActionInfo) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) - nameWithType.vb: TypelessAction.GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo) - name.vb: GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - name: GetRandomVariety - nameWithType: TypelessAction.GetRandomVariety - fullName: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Actions.ActionVariety - name: ActionVariety - nameWithType: ActionVariety - fullName: TinyLife.Actions.ActionVariety - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - nameWithType: ActionInfo - fullName: TinyLife.Actions.ActionInfo - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - name: GetRandomVariety - nameWithType: TypelessAction.GetRandomVariety - fullName: TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Actions.ActionVariety - name: ActionVariety - nameWithType: ActionVariety - fullName: TinyLife.Actions.ActionVariety - - name: ) - nameWithType: ) - fullName: ) - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - nameWithType: ActionInfo - fullName: TinyLife.Actions.ActionInfo - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - parent: TinyLife.Actions.Typeless.TypelessAction - name: GetTableSpot(Furniture, ActionSpot) - nameWithType: TypelessAction.GetTableSpot(Furniture, ActionSpot) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - name: GetTableSpot - nameWithType: TypelessAction.GetTableSpot - fullName: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - nameWithType: Furniture - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - nameWithType: ActionSpot - fullName: TinyLife.Objects.ActionSpot - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - name: GetTableSpot - nameWithType: TypelessAction.GetTableSpot - fullName: TinyLife.Actions.Typeless.TypelessAction.GetTableSpot - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - nameWithType: Furniture - fullName: TinyLife.Objects.Furniture - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - nameWithType: ActionSpot - fullName: TinyLife.Objects.ActionSpot - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - parent: TinyLife.Actions.Typeless.TypelessAction - isExternal: true - name: InvokeForBoth(Person, Person, Action) - nameWithType: TypelessAction.InvokeForBoth(Person, Person, Action) - fullName: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) - nameWithType.vb: TypelessAction.InvokeForBoth(Person, Person, Action(Of Person, Person)) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) - name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person)) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - nameWithType: TypelessAction.InvokeForBoth - fullName: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`2 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - nameWithType: TypelessAction.InvokeForBoth - fullName: TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Action`2 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - name: SetData(String, Object) - nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - name: SetData - nameWithType: JsonTypeSafeGenericDataHolder.SetData - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - name: SetData - nameWithType: JsonTypeSafeGenericDataHolder.SetData - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - name: GetData(String) - nameWithType: JsonTypeSafeGenericDataHolder.GetData(String) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(System.String) - nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) - fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String) - name.vb: GetData(Of T)(String) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - name: GetData - nameWithType: JsonTypeSafeGenericDataHolder.GetData - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - name: GetData(Of T) - nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T) - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - name: GetDataKeys() - nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - name: GetDataKeys - nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - name: GetDataKeys - nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- 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.Actions.IdleAroundObjectAction.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() - nameWithType: Extensions.JsonCopy() - fullName: TinyLife.Utilities.Extensions.JsonCopy() - nameWithType.vb: Extensions.JsonCopy(Of IdleAroundObjectAction)() - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.IdleAroundObjectAction)() - name.vb: JsonCopy(Of IdleAroundObjectAction)() - spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy - nameWithType: Extensions.JsonCopy - fullName: TinyLife.Utilities.Extensions.JsonCopy - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy(Of IdleAroundObjectAction) - nameWithType: Extensions.JsonCopy(Of IdleAroundObjectAction) - fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.IdleAroundObjectAction) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.World - commentId: N:TinyLife.World - name: TinyLife.World - nameWithType: TinyLife.World - fullName: TinyLife.World -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: MLEM.Data.Json - commentId: N:MLEM.Data.Json - isExternal: true - name: MLEM.Data.Json - nameWithType: MLEM.Data.Json - fullName: MLEM.Data.Json -- uid: TinyLife.Actions.Typeless - commentId: N:TinyLife.Actions.Typeless - name: TinyLife.Actions.Typeless - nameWithType: TinyLife.Actions.Typeless - fullName: TinyLife.Actions.Typeless -- uid: MLEM.Misc - commentId: N:MLEM.Misc - isExternal: true - name: MLEM.Misc - nameWithType: MLEM.Misc - fullName: MLEM.Misc -- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy(T) - nameWithType: Extensions.JsonCopy(T) - fullName: TinyLife.Utilities.Extensions.JsonCopy(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 - nameWithType: Extensions.JsonCopy - fullName: TinyLife.Utilities.Extensions.JsonCopy - - 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.Actions.IdleAroundObjectAction.#ctor* - commentId: Overload:TinyLife.Actions.IdleAroundObjectAction.#ctor - name: IdleAroundObjectAction - nameWithType: IdleAroundObjectAction.IdleAroundObjectAction - fullName: TinyLife.Actions.IdleAroundObjectAction.IdleAroundObjectAction -- uid: TinyLife.Actions.ActionType - commentId: T:TinyLife.Actions.ActionType - parent: TinyLife.Actions - name: ActionType - nameWithType: ActionType - fullName: TinyLife.Actions.ActionType -- uid: TinyLife.Actions.MultiAction.CreateFirstActions - commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions - parent: TinyLife.Actions.MultiAction - name: CreateFirstActions() - nameWithType: MultiAction.CreateFirstActions() - fullName: TinyLife.Actions.MultiAction.CreateFirstActions() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.CreateFirstActions - name: CreateFirstActions - nameWithType: MultiAction.CreateFirstActions - fullName: TinyLife.Actions.MultiAction.CreateFirstActions - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.CreateFirstActions - name: CreateFirstActions - nameWithType: MultiAction.CreateFirstActions - fullName: TinyLife.Actions.MultiAction.CreateFirstActions - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions* - commentId: Overload:TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions - name: CreateFirstActions - nameWithType: IdleAroundObjectAction.CreateFirstActions - fullName: TinyLife.Actions.IdleAroundObjectAction.CreateFirstActions -- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of TypelessAction) - fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction) - name.vb: IEnumerable(Of TypelessAction) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Actions.Typeless.TypelessAction - name: TypelessAction - nameWithType: TypelessAction - fullName: TinyLife.Actions.Typeless.TypelessAction - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Actions.Typeless.TypelessAction - name: TypelessAction - nameWithType: TypelessAction - fullName: TinyLife.Actions.Typeless.TypelessAction - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted - commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted - parent: TinyLife.Actions.MultiAction - name: AndThenIsCompleted() - nameWithType: MultiAction.AndThenIsCompleted() - fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted - name: AndThenIsCompleted - nameWithType: MultiAction.AndThenIsCompleted - fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted - name: AndThenIsCompleted - nameWithType: MultiAction.AndThenIsCompleted - fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted* - commentId: Overload:TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted - name: AndThenIsCompleted - nameWithType: IdleAroundObjectAction.AndThenIsCompleted - fullName: TinyLife.Actions.IdleAroundObjectAction.AndThenIsCompleted -- uid: TinyLife.Actions.CompletionType - commentId: T:TinyLife.Actions.CompletionType - parent: TinyLife.Actions - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType diff --git a/docs/api/TinyLife.Actions.MultiAction.yml b/docs/api/TinyLife.Actions.MultiAction.yml index c21ec31..5297029 100644 --- a/docs/api/TinyLife.Actions.MultiAction.yml +++ b/docs/api/TinyLife.Actions.MultiAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml index 18561b8..3a9602e 100644 --- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml +++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml index b93c53b..5ec5479 100644 --- a/docs/api/TinyLife.Actions.OutOfTownAction.yml +++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.PathfindAction.yml b/docs/api/TinyLife.Actions.PathfindAction.yml index 6f86a9c..3771197 100644 --- a/docs/api/TinyLife.Actions.PathfindAction.yml +++ b/docs/api/TinyLife.Actions.PathfindAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.PickUpOrSpawnAction.yml b/docs/api/TinyLife.Actions.PickUpOrSpawnAction.yml index 0404244..5e41de2 100644 --- a/docs/api/TinyLife.Actions.PickUpOrSpawnAction.yml +++ b/docs/api/TinyLife.Actions.PickUpOrSpawnAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.PutAwayAction.yml b/docs/api/TinyLife.Actions.PutAwayAction.yml index f18e40c..cbdea64 100644 --- a/docs/api/TinyLife.Actions.PutAwayAction.yml +++ b/docs/api/TinyLife.Actions.PutAwayAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.SellAction.yml b/docs/api/TinyLife.Actions.SellAction.yml index b9efd67..8f1fb5d 100644 --- a/docs/api/TinyLife.Actions.SellAction.yml +++ b/docs/api/TinyLife.Actions.SellAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.SitAction.yml b/docs/api/TinyLife.Actions.SitAction.yml index e393207..69a90b6 100644 --- a/docs/api/TinyLife.Actions.SitAction.yml +++ b/docs/api/TinyLife.Actions.SitAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml index 150daaa..3956e1c 100644 --- a/docs/api/TinyLife.Actions.SocialAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.StoreAction.yml b/docs/api/TinyLife.Actions.StoreAction.yml index 4a802ca..1e86781 100644 --- a/docs/api/TinyLife.Actions.StoreAction.yml +++ b/docs/api/TinyLife.Actions.StoreAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml index c9b6d05..a7a8172 100644 --- a/docs/api/TinyLife.Actions.TalkAction.yml +++ b/docs/api/TinyLife.Actions.TalkAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml b/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml index 01074bb..93bbe0e 100644 --- a/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml index 8c5afbe..e7f3cc9 100644 --- a/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml b/docs/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml index 0f55254..866f633 100644 --- a/docs/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml b/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml index 63605f3..51e45e0 100644 --- a/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml b/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml index f495923..5fbe308 100644 --- a/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.Typeless.TypelessAction.yml b/docs/api/TinyLife.Actions.Typeless.TypelessAction.yml index 0ff5dee..4937335 100644 --- a/docs/api/TinyLife.Actions.Typeless.TypelessAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.TypelessAction.yml @@ -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 to sit on the given object.\nThis method causes the action spot to be occupied and the person's to be changed to .\nAdditionally, the need is restored a little bit.\nNote that this method has to be called every 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 for a on a with the 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 on when interacting with the passed deskObject.\nThis method will return the deskObject'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 for a on a with the 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 on when interacting with the passed deskObject.\nThis method will return the deskObject'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 diff --git a/docs/api/TinyLife.Actions.WalkAction.yml b/docs/api/TinyLife.Actions.WalkAction.yml index c510315..6bde96b 100644 --- a/docs/api/TinyLife.Actions.WalkAction.yml +++ b/docs/api/TinyLife.Actions.WalkAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.WatchTvAction.yml b/docs/api/TinyLife.Actions.WatchTvAction.yml index 4ab7841..5e065e6 100644 --- a/docs/api/TinyLife.Actions.WatchTvAction.yml +++ b/docs/api/TinyLife.Actions.WatchTvAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.WorkAction.yml b/docs/api/TinyLife.Actions.WorkAction.yml index 9813896..cee1461 100644 --- a/docs/api/TinyLife.Actions.WorkAction.yml +++ b/docs/api/TinyLife.Actions.WorkAction.yml @@ -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 diff --git a/docs/api/TinyLife.Actions.yml b/docs/api/TinyLife.Actions.yml index 1cdaee9..25e192e 100644 --- a/docs/api/TinyLife.Actions.yml +++ b/docs/api/TinyLife.Actions.yml @@ -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 diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml index 8f7919e..bf22ad1 100644 --- a/docs/api/TinyLife.Debug.CheatDelegate.yml +++ b/docs/api/TinyLife.Debug.CheatDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml index 12ecf9f..2852561 100644 --- a/docs/api/TinyLife.Debug.DebugDelegate.yml +++ b/docs/api/TinyLife.Debug.DebugDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Debug.yml b/docs/api/TinyLife.Debug.yml index 566fd96..8d836a5 100644 --- a/docs/api/TinyLife.Debug.yml +++ b/docs/api/TinyLife.Debug.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml new file mode 100644 index 0000000..60925a0 --- /dev/null +++ b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml @@ -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: >- + + + 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 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() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + 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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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: () diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml index db198e0..c57fcd9 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.yml b/docs/api/TinyLife.Emotions.EmotionModifier.yml index a8e704e..9ab90b0 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml b/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml index c681d3c..551f3fb 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.EmotionType.yml b/docs/api/TinyLife.Emotions.EmotionType.yml index 1b9fdfb..0770b83 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.IEmotionSource.yml b/docs/api/TinyLife.Emotions.IEmotionSource.yml index d3e57cd..d4a75ff 100644 --- a/docs/api/TinyLife.Emotions.IEmotionSource.yml +++ b/docs/api/TinyLife.Emotions.IEmotionSource.yml @@ -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 diff --git a/docs/api/TinyLife.Emotions.yml b/docs/api/TinyLife.Emotions.yml index 92bd68d..760b0fb 100644 --- a/docs/api/TinyLife.Emotions.yml +++ b/docs/api/TinyLife.Emotions.yml @@ -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 diff --git a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml index dee42d4..48af818 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml @@ -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 diff --git a/docs/api/TinyLife.Goals.LifeGoal.yml b/docs/api/TinyLife.Goals.LifeGoal.yml index 63fe780..2d5774c 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.AbstractSpot.yml b/docs/api/TinyLife.Objects.AbstractSpot.yml index 6e19a7b..0a48409 100644 --- a/docs/api/TinyLife.Objects.AbstractSpot.yml +++ b/docs/api/TinyLife.Objects.AbstractSpot.yml @@ -187,7 +187,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nThe values that this spot can be accessed from.\nThese directions are relative to the owning 's direction.\nNote that, for a lot of actions, including , the first entry in this array will be chosen as the 's rotation.\n" + summary: "\nThe values that this spot can be accessed from.\nThese directions are relative to the owning 's direction.\nNote that, for a lot of actions, including , the first entry in this array will be chosen as the '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 diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index 2d9c1bd..6cc6c47 100644 --- a/docs/api/TinyLife.Objects.AgeGroup.yml +++ b/docs/api/TinyLife.Objects.AgeGroup.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.AutoLightFurniture.yml b/docs/api/TinyLife.Objects.AutoLightFurniture.yml index f9b8cb3..8686f96 100644 --- a/docs/api/TinyLife.Objects.AutoLightFurniture.yml +++ b/docs/api/TinyLife.Objects.AutoLightFurniture.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.yml b/docs/api/TinyLife.Objects.BreakableFurniture.yml index 02c8238..c64117a 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Chimney.yml b/docs/api/TinyLife.Objects.Chimney.yml index 48211d9..b343363 100644 --- a/docs/api/TinyLife.Objects.Chimney.yml +++ b/docs/api/TinyLife.Objects.Chimney.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml b/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml index 9b4a1d8..005ccbc 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.CornerFurniture.yml b/docs/api/TinyLife.Objects.CornerFurniture.yml index 110e7a4..1dc7dc6 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Fence.yml b/docs/api/TinyLife.Objects.Fence.yml index b41fe91..cd6a212 100644 --- a/docs/api/TinyLife.Objects.Fence.yml +++ b/docs/api/TinyLife.Objects.Fence.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Fireplace.yml b/docs/api/TinyLife.Objects.Fireplace.yml index 52ea976..c55937f 100644 --- a/docs/api/TinyLife.Objects.Fireplace.yml +++ b/docs/api/TinyLife.Objects.Fireplace.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Food.yml b/docs/api/TinyLife.Objects.Food.yml index b514999..2b3bbec 100644 --- a/docs/api/TinyLife.Objects.Food.yml +++ b/docs/api/TinyLife.Objects.Food.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.FoodTypedItem.yml b/docs/api/TinyLife.Objects.FoodTypedItem.yml index 51bb15f..6281aed 100644 --- a/docs/api/TinyLife.Objects.FoodTypedItem.yml +++ b/docs/api/TinyLife.Objects.FoodTypedItem.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Furniture.yml b/docs/api/TinyLife.Objects.Furniture.yml index d4c5071..321e018 100644 --- a/docs/api/TinyLife.Objects.Furniture.yml +++ b/docs/api/TinyLife.Objects.Furniture.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.FurnitureType.yml b/docs/api/TinyLife.Objects.FurnitureType.yml index 99e9e2a..011f216 100644 --- a/docs/api/TinyLife.Objects.FurnitureType.yml +++ b/docs/api/TinyLife.Objects.FurnitureType.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Gravestone.yml b/docs/api/TinyLife.Objects.Gravestone.yml index 83f2d7d..086c961 100644 --- a/docs/api/TinyLife.Objects.Gravestone.yml +++ b/docs/api/TinyLife.Objects.Gravestone.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Light.yml b/docs/api/TinyLife.Objects.Light.yml index b149568..0388e55 100644 --- a/docs/api/TinyLife.Objects.Light.yml +++ b/docs/api/TinyLife.Objects.Light.yml @@ -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's , in world space, that is vertical-only (and transformed using ).\n" + summary: "\nThe offset from this light's that is added in visual space only, using .\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 \n" + summary: "\nThe size, in world space, of this light, centered on its .\nThis value is multiplied with and .\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 diff --git a/docs/api/TinyLife.Objects.LightFurniture.yml b/docs/api/TinyLife.Objects.LightFurniture.yml index 4f929b1..b7ad077 100644 --- a/docs/api/TinyLife.Objects.LightFurniture.yml +++ b/docs/api/TinyLife.Objects.LightFurniture.yml @@ -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'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 diff --git a/docs/api/TinyLife.Objects.MapObject.yml b/docs/api/TinyLife.Objects.MapObject.yml index c4cbe6f..615b94a 100644 --- a/docs/api/TinyLife.Objects.MapObject.yml +++ b/docs/api/TinyLife.Objects.MapObject.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Newspaper.yml b/docs/api/TinyLife.Objects.Newspaper.yml index 9d43bb6..669ebac 100644 --- a/docs/api/TinyLife.Objects.Newspaper.yml +++ b/docs/api/TinyLife.Objects.Newspaper.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.ObjectCategory.yml b/docs/api/TinyLife.Objects.ObjectCategory.yml index 5122254..7524715 100644 --- a/docs/api/TinyLife.Objects.ObjectCategory.yml +++ b/docs/api/TinyLife.Objects.ObjectCategory.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.OverlayWallHanging.yml b/docs/api/TinyLife.Objects.OverlayWallHanging.yml index 2279b70..f6ceb0c 100644 --- a/docs/api/TinyLife.Objects.OverlayWallHanging.yml +++ b/docs/api/TinyLife.Objects.OverlayWallHanging.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Painting.yml b/docs/api/TinyLife.Objects.Painting.yml index 74683d9..5c905f9 100644 --- a/docs/api/TinyLife.Objects.Painting.yml +++ b/docs/api/TinyLife.Objects.Painting.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.ParentInfo.yml b/docs/api/TinyLife.Objects.ParentInfo.yml index 1c1b142..456bc12 100644 --- a/docs/api/TinyLife.Objects.ParentInfo.yml +++ b/docs/api/TinyLife.Objects.ParentInfo.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml index 8cb65e3..a9daea7 100644 --- a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.DeathReason.yml b/docs/api/TinyLife.Objects.Person.DeathReason.yml index af411c2..9367d42 100644 --- a/docs/api/TinyLife.Objects.Person.DeathReason.yml +++ b/docs/api/TinyLife.Objects.Person.DeathReason.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml index 3f15804..bfa4dce 100644 --- a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml index 2d81273..ac146ae 100644 --- a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.Pose.yml b/docs/api/TinyLife.Objects.Person.Pose.yml index 1b6a8b2..773d29d 100644 --- a/docs/api/TinyLife.Objects.Person.Pose.yml +++ b/docs/api/TinyLife.Objects.Person.Pose.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml new file mode 100644 index 0000000..204f192 --- /dev/null +++ b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml @@ -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() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + 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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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 diff --git a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml index 07ff82a..2cd14de 100644 --- a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index 7585b60..6592380 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -113,6 +113,7 @@ items: - TinyLife.Objects.Person.OnLifeGoalChanged - TinyLife.Objects.Person.OnNewSkillLearned - TinyLife.Objects.Person.OnOutfitChanged + - TinyLife.Objects.Person.OnRestoreNeed - TinyLife.Objects.Person.Outfits - TinyLife.Objects.Person.ParentInfo - TinyLife.Objects.Person.PersonalityTypes @@ -123,8 +124,8 @@ items: - TinyLife.Objects.Person.Relationships - TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier) - TinyLife.Objects.Person.ResetToStatic(System.Boolean) - - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single) - - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Skills.SkillType,System.Single) + - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) + - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Person.Rotation - TinyLife.Objects.Person.SetCurrentOutfit(System.Int32) - TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) @@ -161,7 +162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Objects/Person.cs - startLine: 45 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -202,6 +203,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) @@ -240,7 +242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRecentActionsAmount path: ../TinyLife/Objects/Person.cs - startLine: 50 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -275,7 +277,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentInfo path: ../TinyLife/Objects/Person.cs - startLine: 64 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -315,7 +317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentActions path: ../TinyLife/Objects/Person.cs - startLine: 71 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -360,7 +362,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionQueue path: ../TinyLife/Objects/Person.cs - startLine: 78 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -405,7 +407,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllActions path: ../TinyLife/Objects/Person.cs - startLine: 82 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -442,7 +444,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Needs path: ../TinyLife/Objects/Person.cs - startLine: 88 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -487,7 +489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Objects/Person.cs - startLine: 94 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -532,7 +534,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationships path: ../TinyLife/Objects/Person.cs - startLine: 100 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -577,7 +579,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outfits path: ../TinyLife/Objects/Person.cs - startLine: 106 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -626,7 +628,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonalityTypes path: ../TinyLife/Objects/Person.cs - startLine: 112 + startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -671,7 +673,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiers path: ../TinyLife/Objects/Person.cs - startLine: 118 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -716,7 +718,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Projects path: ../TinyLife/Objects/Person.cs - startLine: 124 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -761,7 +763,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Portrait path: ../TinyLife/Objects/Person.cs - startLine: 129 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -796,7 +798,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RecentActions path: ../TinyLife/Objects/Person.cs - startLine: 136 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -841,7 +843,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupiedFurniture path: ../TinyLife/Objects/Person.cs - startLine: 142 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -876,7 +878,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Memories path: ../TinyLife/Objects/Person.cs - startLine: 148 + startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -921,7 +923,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FirstName path: ../TinyLife/Objects/Person.cs - startLine: 154 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -964,7 +966,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastName path: ../TinyLife/Objects/Person.cs - startLine: 159 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1007,7 +1009,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullName path: ../TinyLife/Objects/Person.cs - startLine: 163 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1044,7 +1046,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 169 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1087,7 +1089,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoicePitch path: ../TinyLife/Objects/Person.cs - startLine: 175 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1130,7 +1132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/Objects/Person.cs - startLine: 179 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1167,7 +1169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/Objects/Person.cs - startLine: 190 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1204,7 +1206,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentEmote path: ../TinyLife/Objects/Person.cs - startLine: 195 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1241,7 +1243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentSpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 200 + startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1278,7 +1280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawSize path: ../TinyLife/Objects/Person.cs - startLine: 205 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1315,7 +1317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastVisitedLot path: ../TinyLife/Objects/Person.cs - startLine: 211 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1352,7 +1354,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotVisitCooldown path: ../TinyLife/Objects/Person.cs - startLine: 216 + startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1403,7 +1405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Objects/Person.cs - startLine: 222 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1450,7 +1452,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Objects/Person.cs - startLine: 227 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1487,7 +1489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoom path: ../TinyLife/Objects/Person.cs - startLine: 237 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1524,7 +1526,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoomDecorativeRating path: ../TinyLife/Objects/Person.cs - startLine: 241 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1561,7 +1563,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastBedSleptIn path: ../TinyLife/Objects/Person.cs - startLine: 246 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1608,7 +1610,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMoving path: ../TinyLife/Objects/Person.cs - startLine: 251 + startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1645,7 +1647,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/Objects/Person.cs - startLine: 257 + startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1692,7 +1694,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfitIndex path: ../TinyLife/Objects/Person.cs - startLine: 262 + startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1739,7 +1741,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 267 + startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1776,7 +1778,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCurrentHousehold path: ../TinyLife/Objects/Person.cs - startLine: 269 + startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1813,7 +1815,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeLot path: ../TinyLife/Objects/Person.cs - startLine: 271 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1850,7 +1852,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/Objects/Person.cs - startLine: 273 + startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1887,7 +1889,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRegularVisitor path: ../TinyLife/Objects/Person.cs - startLine: 284 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1924,7 +1926,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Age path: ../TinyLife/Objects/Person.cs - startLine: 288 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1961,7 +1963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Objects/Person.cs - startLine: 301 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1998,7 +2000,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Objects/Person.cs - startLine: 314 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2041,7 +2043,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDead path: ../TinyLife/Objects/Person.cs - startLine: 319 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2078,7 +2080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentPose path: ../TinyLife/Objects/Person.cs - startLine: 326 + startLine: 327 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2121,7 +2123,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WornLayers path: ../TinyLife/Objects/Person.cs - startLine: 333 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2164,7 +2166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimateHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 338 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2197,7 +2199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HeldObjectRotation path: ../TinyLife/Objects/Person.cs - startLine: 344 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2230,7 +2232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisuallyOccupiedSpot path: ../TinyLife/Objects/Person.cs - startLine: 351 + startLine: 352 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2267,7 +2269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimationSpeed path: ../TinyLife/Objects/Person.cs - startLine: 356 + startLine: 357 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2300,7 +2302,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tint path: ../TinyLife/Objects/Person.cs - startLine: 361 + startLine: 362 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2333,7 +2335,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisualPosition path: ../TinyLife/Objects/Person.cs - startLine: 367 + startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2370,7 +2372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsChanged path: ../TinyLife/Objects/Person.cs - startLine: 373 + startLine: 374 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2403,7 +2405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNewSkillLearned path: ../TinyLife/Objects/Person.cs - startLine: 378 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2436,7 +2438,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnJobChanged path: ../TinyLife/Objects/Person.cs - startLine: 383 + startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2469,7 +2471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionModifiersChanged path: ../TinyLife/Objects/Person.cs - startLine: 388 + startLine: 389 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2502,7 +2504,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionChanged path: ../TinyLife/Objects/Person.cs - startLine: 393 + startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2535,7 +2537,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 399 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2568,7 +2570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 405 + startLine: 406 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2601,7 +2603,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 411 + startLine: 412 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2634,7 +2636,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionInitialized path: ../TinyLife/Objects/Person.cs - startLine: 416 + startLine: 417 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2667,7 +2669,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsCompleted path: ../TinyLife/Objects/Person.cs - startLine: 421 + startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2700,7 +2702,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionUpdated path: ../TinyLife/Objects/Person.cs - startLine: 426 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2733,7 +2735,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnOutfitChanged path: ../TinyLife/Objects/Person.cs - startLine: 431 + startLine: 432 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2766,7 +2768,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 437 + startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2799,7 +2801,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLifeGoalChanged path: ../TinyLife/Objects/Person.cs - startLine: 442 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2814,6 +2816,37 @@ items: - public modifiers.vb: - Public +- uid: TinyLife.Objects.Person.OnRestoreNeed + commentId: E:TinyLife.Objects.Person.OnRestoreNeed + id: OnRestoreNeed + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: OnRestoreNeed + nameWithType: Person.OnRestoreNeed + fullName: TinyLife.Objects.Person.OnRestoreNeed + type: Event + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OnRestoreNeed + path: ../TinyLife/Objects/Person.cs + startLine: 444 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public event Person.RestoreNeedDelegate OnRestoreNeed + return: + type: TinyLife.Objects.Person.RestoreNeedDelegate + content.vb: Public Event OnRestoreNeed As Person.RestoreNeedDelegate + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' @@ -2832,7 +2865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Person.cs - startLine: 481 + startLine: 483 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2871,7 +2904,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/Objects/Person.cs - startLine: 498 + startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2902,7 +2935,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Person.cs - startLine: 503 + startLine: 505 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2946,7 +2979,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Person.cs - startLine: 732 + startLine: 745 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2996,7 +3029,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Person.cs - startLine: 797 + startLine: 810 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3034,7 +3067,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCategories path: ../TinyLife/Objects/Person.cs - startLine: 832 + startLine: 845 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3076,7 +3109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intersects path: ../TinyLife/Objects/Person.cs - startLine: 837 + startLine: 850 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3118,7 +3151,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Person.cs - startLine: 842 + startLine: 855 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3157,7 +3190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/Objects/Person.cs - startLine: 862 + startLine: 875 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3202,7 +3235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/Objects/Person.cs - startLine: 875 + startLine: 888 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3244,7 +3277,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FocusCameraOnEvent path: ../TinyLife/Objects/Person.cs - startLine: 883 + startLine: 896 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3276,7 +3309,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetJob path: ../TinyLife/Objects/Person.cs - startLine: 897 + startLine: 910 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3315,7 +3348,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Objects/Person.cs - startLine: 908 + startLine: 921 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3351,7 +3384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareForPermanentRemoval path: ../TinyLife/Objects/Person.cs - startLine: 958 + startLine: 971 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3383,7 +3416,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitLot path: ../TinyLife/Objects/Person.cs - startLine: 972 + startLine: 985 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3419,7 +3452,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/Objects/Person.cs - startLine: 988 + startLine: 1001 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3464,7 +3497,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHomeLocation path: ../TinyLife/Objects/Person.cs - startLine: 996 + startLine: 1009 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3499,7 +3532,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRelationship path: ../TinyLife/Objects/Person.cs - startLine: 1007 + startLine: 1020 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3541,7 +3574,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeFriendship path: ../TinyLife/Objects/Person.cs - startLine: 1030 + startLine: 1043 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3580,7 +3613,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeRomance path: ../TinyLife/Objects/Person.cs - startLine: 1074 + startLine: 1087 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3619,7 +3652,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmote path: ../TinyLife/Objects/Person.cs - startLine: 1098 + startLine: 1111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3661,7 +3694,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopEmoting path: ../TinyLife/Objects/Person.cs - startLine: 1108 + startLine: 1121 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3693,7 +3726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Speak path: ../TinyLife/Objects/Person.cs - startLine: 1119 + startLine: 1132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3735,7 +3768,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopSpeaking path: ../TinyLife/Objects/Person.cs - startLine: 1129 + startLine: 1142 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3767,7 +3800,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmoteAndSpeak path: ../TinyLife/Objects/Person.cs - startLine: 1146 + startLine: 1159 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3812,7 +3845,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeTalkingSpots path: ../TinyLife/Objects/Person.cs - startLine: 1155 + startLine: 1168 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3850,7 +3883,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1173 + startLine: 1186 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3898,7 +3931,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1191 + startLine: 1204 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3949,7 +3982,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1208 + startLine: 1221 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4000,7 +4033,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCloseForTalking path: ../TinyLife/Objects/Person.cs - startLine: 1219 + startLine: 1232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4039,7 +4072,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeed path: ../TinyLife/Objects/Person.cs - startLine: 1231 + startLine: 1244 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4078,7 +4111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeedPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1240 + startLine: 1253 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4099,16 +4132,16 @@ items: - public modifiers.vb: - Public -- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single) - commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single) - id: RestoreNeed(TinyLife.NeedType,System.Single,System.Single) +- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) + commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) + id: RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) parent: TinyLife.Objects.Person langs: - csharp - vb - name: RestoreNeed(NeedType, Single, Single) - nameWithType: Person.RestoreNeed(NeedType, Single, Single) - fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, System.Single) + name: RestoreNeed(NeedType, Single, ActionInfo, Single) + nameWithType: Person.RestoreNeed(NeedType, Single, ActionInfo, Single) + fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, TinyLife.Actions.ActionInfo, System.Single) type: Method source: remote: @@ -4117,14 +4150,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1250 + startLine: 1264 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nRestores this person's of the given type by the given amount\n" + summary: "\nRestores this person's of the given type by the given amount.\nAlso invokes and modifies the restored amount by the person's current .\n" example: [] syntax: - content: public void RestoreNeed(NeedType type, float amount, float speedMultiplier) + content: public void RestoreNeed(NeedType type, float amount, ActionInfo info, float speedMultiplier) parameters: - id: type type: TinyLife.NeedType @@ -4132,25 +4165,27 @@ items: - id: amount type: System.Single description: The amount to restore this need by + - id: info + type: TinyLife.Actions.ActionInfo - id: speedMultiplier type: System.Single description: The game speed multiplier, which represents how fast things should happen, which is usually determined by - content.vb: Public Sub RestoreNeed(type As NeedType, amount As Single, speedMultiplier As Single) + content.vb: Public Sub RestoreNeed(type As NeedType, amount As Single, info As ActionInfo, speedMultiplier As Single) overload: TinyLife.Objects.Person.RestoreNeed* modifiers.csharp: - public modifiers.vb: - Public -- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Skills.SkillType,System.Single) - commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Skills.SkillType,System.Single) - id: RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Skills.SkillType,System.Single) +- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) + commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) + id: RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Person langs: - csharp - vb - name: RestoreNeed(NeedType, Single, SkillType, Single) - nameWithType: Person.RestoreNeed(NeedType, Single, SkillType, Single) - fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, TinyLife.Skills.SkillType, System.Single) + name: RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single) + nameWithType: Person.RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single) + fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single) type: Method source: remote: @@ -4159,14 +4194,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1263 + startLine: 1297 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nRestores this person's of the given type by the given amount, additionally taking into account the person's level at the given .\nThe higher the level of the given skill is, the higher the percentage of maxAmount that the will be restored with.\nThis is useful for rewarding based on the level in a skill that is currently being built.\n" example: [] syntax: - content: public void RestoreNeed(NeedType type, float maxAmount, SkillType requiredSkill, float speedMultiplier) + content: public void RestoreNeed(NeedType type, float maxAmount, ActionInfo info, SkillType requiredSkill, float speedMultiplier) parameters: - id: type type: TinyLife.NeedType @@ -4174,13 +4209,15 @@ items: - id: maxAmount type: System.Single description: The maximum amount to restore this need by. + - id: info + type: TinyLife.Actions.ActionInfo - id: requiredSkill type: TinyLife.Skills.SkillType description: The skill required to restore the given need. - id: speedMultiplier type: System.Single description: The game speed multiplier, which represents how fast things should happen, which is usually determined by - content.vb: Public Sub RestoreNeed(type As NeedType, maxAmount As Single, requiredSkill As SkillType, speedMultiplier As Single) + content.vb: Public Sub RestoreNeed(type As NeedType, maxAmount As Single, info As ActionInfo, requiredSkill As SkillType, speedMultiplier As Single) overload: TinyLife.Objects.Person.RestoreNeed* modifiers.csharp: - public @@ -4204,7 +4241,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1274 + startLine: 1308 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4243,7 +4280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1284 + startLine: 1318 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4282,7 +4319,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1294 + startLine: 1328 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4324,14 +4361,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GainSkill path: ../TinyLife/Objects/Person.cs - startLine: 1306 + startLine: 1340 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCauses this person to gain the skill with the given and raises it by the given amount.\nNote that influence the skinn gain automatically.\n" example: [] syntax: - content: public void GainSkill(SkillType type, float amount, ActionInfo info = null, float speedMultiplier = 1F) + content: public void GainSkill(SkillType type, float amount, ActionInfo info, float speedMultiplier) parameters: - id: type type: TinyLife.Skills.SkillType @@ -4345,7 +4382,7 @@ items: - id: speedMultiplier type: System.Single description: The game speed multiplier, which represents how fast things should happen, which is usually determined by - content.vb: Public Sub GainSkill(type As SkillType, amount As Single, info As ActionInfo = Nothing, speedMultiplier As Single = 1F) + content.vb: Public Sub GainSkill(type As SkillType, amount As Single, info As ActionInfo, speedMultiplier As Single) overload: TinyLife.Objects.Person.GainSkill* modifiers.csharp: - public @@ -4369,7 +4406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DepleteNeed path: ../TinyLife/Objects/Person.cs - startLine: 1322 + startLine: 1356 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4411,7 +4448,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasPersonality path: ../TinyLife/Objects/Person.cs - startLine: 1332 + startLine: 1367 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4450,7 +4487,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnqueueAction path: ../TinyLife/Objects/Person.cs - startLine: 1346 + startLine: 1381 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4504,7 +4541,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelAction path: ../TinyLife/Objects/Person.cs - startLine: 1381 + startLine: 1416 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4549,7 +4586,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPathAsync path: ../TinyLife/Objects/Person.cs - startLine: 1401 + startLine: 1436 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4600,7 +4637,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1411 + startLine: 1446 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4643,7 +4680,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1423 + startLine: 1458 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4696,7 +4733,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1437 + startLine: 1472 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4732,7 +4769,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldActionInfo path: ../TinyLife/Objects/Person.cs - startLine: 1450 + startLine: 1485 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4767,7 +4804,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToCreatedByString path: ../TinyLife/Objects/Person.cs - startLine: 1458 + startLine: 1493 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4802,7 +4839,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Die path: ../TinyLife/Objects/Person.cs - startLine: 1468 + startLine: 1503 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4841,7 +4878,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1531 + startLine: 1567 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4892,7 +4929,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1553 + startLine: 1589 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4931,7 +4968,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1574 + startLine: 1610 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4976,7 +5013,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1593 + startLine: 1629 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5021,7 +5058,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1609 + startLine: 1645 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5060,7 +5097,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 1618 + startLine: 1654 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5095,7 +5132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 1642 + startLine: 1680 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5143,7 +5180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1684 + startLine: 1728 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5182,7 +5219,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1689 + startLine: 1733 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5220,7 +5257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProjects path: ../TinyLife/Objects/Person.cs - startLine: 1699 + startLine: 1743 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5259,7 +5296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProject path: ../TinyLife/Objects/Person.cs - startLine: 1709 + startLine: 1753 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5301,7 +5338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartProject path: ../TinyLife/Objects/Person.cs - startLine: 1718 + startLine: 1762 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5340,7 +5377,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 1730 + startLine: 1774 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5379,7 +5416,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1750 + startLine: 1796 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5418,7 +5455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1762 + startLine: 1808 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5457,7 +5494,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1778 + startLine: 1824 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5493,7 +5530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Person.cs - startLine: 1794 + startLine: 1840 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5538,7 +5575,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 1835 + startLine: 1881 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5577,7 +5614,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 1845 + startLine: 1891 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5616,7 +5653,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPersonalitySkillBoost path: ../TinyLife/Objects/Person.cs - startLine: 1855 + startLine: 1901 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5655,7 +5692,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 1876 + startLine: 1922 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5690,7 +5727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EarnMoney path: ../TinyLife/Objects/Person.cs - startLine: 1892 + startLine: 1938 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5729,7 +5766,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddMemory path: ../TinyLife/Objects/Person.cs - startLine: 1904 + startLine: 1950 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5777,7 +5814,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Objects/Person.cs - startLine: 1917 + startLine: 1963 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5816,7 +5853,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 1927 + startLine: 1973 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5855,7 +5892,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomSpeakSound path: ../TinyLife/Objects/Person.cs - startLine: 2282 + startLine: 2328 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6569,6 +6606,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 @@ -9622,6 +9740,12 @@ references: - name: ) nameWithType: ) fullName: ) +- 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.#ctor* commentId: Overload:TinyLife.Objects.Person.#ctor name: Person @@ -10435,6 +10559,9 @@ references: name: GetNeedPercentage nameWithType: Person.GetNeedPercentage fullName: TinyLife.Objects.Person.GetNeedPercentage +- uid: TinyLife.Objects.Person.OnRestoreNeed + commentId: E:TinyLife.Objects.Person.OnRestoreNeed + isExternal: true - uid: TinyLife.GameImpl.Speed commentId: P:TinyLife.GameImpl.Speed isExternal: true diff --git a/docs/api/TinyLife.Objects.PersonAi.yml b/docs/api/TinyLife.Objects.PersonAi.yml index cb31055..6fcacf9 100644 --- a/docs/api/TinyLife.Objects.PersonAi.yml +++ b/docs/api/TinyLife.Objects.PersonAi.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.ScreenObject.yml b/docs/api/TinyLife.Objects.ScreenObject.yml index b15b92c..67c224b 100644 --- a/docs/api/TinyLife.Objects.ScreenObject.yml +++ b/docs/api/TinyLife.Objects.ScreenObject.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index d703f6e..fa5a75f 100644 --- a/docs/api/TinyLife.Objects.SpeakStyle.yml +++ b/docs/api/TinyLife.Objects.SpeakStyle.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml index 4ce007f..5fe476a 100644 --- a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml +++ b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Vehicle.yml b/docs/api/TinyLife.Objects.Vehicle.yml index 5c3ddf0..461fa58 100644 --- a/docs/api/TinyLife.Objects.Vehicle.yml +++ b/docs/api/TinyLife.Objects.Vehicle.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.Visibility.yml b/docs/api/TinyLife.Objects.Visibility.yml index 8ff58f4..7a49ce5 100644 --- a/docs/api/TinyLife.Objects.Visibility.yml +++ b/docs/api/TinyLife.Objects.Visibility.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index f0d377b..9f852cd 100644 --- a/docs/api/TinyLife.Objects.VoiceStyle.yml +++ b/docs/api/TinyLife.Objects.VoiceStyle.yml @@ -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 diff --git a/docs/api/TinyLife.Objects.yml b/docs/api/TinyLife.Objects.yml index f46741d..099f903 100644 --- a/docs/api/TinyLife.Objects.yml +++ b/docs/api/TinyLife.Objects.yml @@ -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 diff --git a/docs/api/TinyLife.PersonalityType.TypeCategory.yml b/docs/api/TinyLife.PersonalityType.TypeCategory.yml index f7ec3f5..58388cb 100644 --- a/docs/api/TinyLife.PersonalityType.TypeCategory.yml +++ b/docs/api/TinyLife.PersonalityType.TypeCategory.yml @@ -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 diff --git a/docs/api/TinyLife.PersonalityType.yml b/docs/api/TinyLife.PersonalityType.yml index 8c65f22..67d4195 100644 --- a/docs/api/TinyLife.PersonalityType.yml +++ b/docs/api/TinyLife.PersonalityType.yml @@ -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 diff --git a/docs/api/TinyLife.Skills.FoodType.ContainerType.yml b/docs/api/TinyLife.Skills.FoodType.ContainerType.yml index 802d87e..48ad4d9 100644 --- a/docs/api/TinyLife.Skills.FoodType.ContainerType.yml +++ b/docs/api/TinyLife.Skills.FoodType.ContainerType.yml @@ -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 diff --git a/docs/api/TinyLife.Skills.FoodType.FoodIntolerance.yml b/docs/api/TinyLife.Skills.FoodType.FoodIntolerance.yml new file mode 100644 index 0000000..a82a0bc --- /dev/null +++ b/docs/api/TinyLife.Skills.FoodType.FoodIntolerance.yml @@ -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() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + 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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - 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 diff --git a/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml b/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml index 0a90a4f..eb7cce1 100644 --- a/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml +++ b/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml @@ -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 , but for any .\nThis action is invoked in .\n" example: [] syntax: - content: public Action OnEaten { get; set; } + content: public Action 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 - nameWithType: Action - fullName: System.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 + nameWithType: Action + fullName: System.Action + 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 - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T) - fullName.vb: System.Action(Of T) - name.vb: Action(Of T) + name: Action + nameWithType: Action + fullName: System.Action + 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: ) diff --git a/docs/api/TinyLife.Skills.FoodType.yml b/docs/api/TinyLife.Skills.FoodType.yml index 0d0eebc..393a358 100644 --- a/docs/api/TinyLife.Skills.FoodType.yml +++ b/docs/api/TinyLife.Skills.FoodType.yml @@ -5,8 +5,12 @@ items: id: FoodType parent: TinyLife.Skills children: - - 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.CanEat + - 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.AllIntolerances + - TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single) + - TinyLife.Skills.FoodType.CanCreateFunc + - TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + - TinyLife.Skills.FoodType.CanEatFunc - TinyLife.Skills.FoodType.Color - 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.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean) @@ -15,7 +19,10 @@ items: - TinyLife.Skills.FoodType.FoodAmount - TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single) - TinyLife.Skills.FoodType.GetAllContainers(System.Int32) + - TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean) - TinyLife.Skills.FoodType.GetPrice(System.Int32) + - TinyLife.Skills.FoodType.Intolerances + - TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) - TinyLife.Skills.FoodType.Name - TinyLife.Skills.FoodType.NeedsCooking - TinyLife.Skills.FoodType.OnEaten @@ -40,7 +47,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodType path: ../TinyLife/Skills/FoodType.cs - startLine: 35 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -91,7 +98,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Skills/FoodType.cs - startLine: 42 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -110,6 +117,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Skills.FoodType.AllIntolerances + commentId: F:TinyLife.Skills.FoodType.AllIntolerances + id: AllIntolerances + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: AllIntolerances + nameWithType: FoodType.AllIntolerances + fullName: TinyLife.Skills.FoodType.AllIntolerances + type: Field + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AllIntolerances + path: ../TinyLife/Skills/FoodType.cs + startLine: 46 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public static readonly FoodType.FoodIntolerance[] AllIntolerances + return: + type: TinyLife.Skills.FoodType.FoodIntolerance[] + content.vb: Public Shared ReadOnly AllIntolerances As FoodType.FoodIntolerance() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Skills.FoodType.OnFoodEaten commentId: E:TinyLife.Skills.FoodType.OnFoodEaten id: OnFoodEaten @@ -128,17 +170,17 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnFoodEaten path: ../TinyLife/Skills/FoodType.cs - startLine: 49 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Skills - summary: "\nAn event that is invoked after a given 's food type is eaten as part of the given .\nThis event is invoked at the same time as , but for any .\n" + summary: "\nAn event that is invoked after a given 's food type is eaten as part of the given .\nThis event is invoked at the same time as , but for any .\nThis action is invoked in .\n" example: [] syntax: - content: public static event Action OnFoodEaten + content: public static event Action OnFoodEaten return: - type: System.Action{TinyLife.Actions.Action,TinyLife.Skills.FoodType} - content.vb: Public Shared Event OnFoodEaten As Action(Of Action, FoodType) + type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType} + content.vb: Public Shared Event OnFoodEaten As Action(Of Action, FoodTypedItem, FoodType) modifiers.csharp: - public - static @@ -163,7 +205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Skills/FoodType.cs - startLine: 115 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -198,7 +240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredCookingLevel path: ../TinyLife/Skills/FoodType.cs - startLine: 119 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -233,7 +275,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/Skills/FoodType.cs - startLine: 123 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -268,7 +310,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodAmount path: ../TinyLife/Skills/FoodType.cs - startLine: 129 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -303,7 +345,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Color path: ../TinyLife/Skills/FoodType.cs - startLine: 133 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -338,17 +380,50 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sources path: ../TinyLife/Skills/FoodType.cs - startLine: 137 + startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Skills summary: "\nA set of objects that determine where this food type can be created.\n" example: [] syntax: - content: public readonly List Sources + content: public readonly ISet Sources return: - type: System.Collections.Generic.List{TinyLife.Skills.FoodType.IngredientSource} - content.vb: Public ReadOnly Sources As List(Of FoodType.IngredientSource) + type: System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource} + content.vb: Public ReadOnly Sources As ISet(Of FoodType.IngredientSource) + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: TinyLife.Skills.FoodType.Intolerances + commentId: F:TinyLife.Skills.FoodType.Intolerances + id: Intolerances + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: Intolerances + nameWithType: FoodType.Intolerances + fullName: TinyLife.Skills.FoodType.Intolerances + type: Field + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Intolerances + path: ../TinyLife/Skills/FoodType.cs + startLine: 152 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public readonly FoodType.FoodIntolerance Intolerances + return: + type: TinyLife.Skills.FoodType.FoodIntolerance + content.vb: Public ReadOnly Intolerances As FoodType.FoodIntolerance modifiers.csharp: - public - readonly @@ -373,7 +448,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedsCooking path: ../TinyLife/Skills/FoodType.cs - startLine: 143 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -410,7 +485,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Container path: ../TinyLife/Skills/FoodType.cs - startLine: 147 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -447,18 +522,18 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEaten path: ../TinyLife/Skills/FoodType.cs - startLine: 152 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Skills - summary: "\nAn optional action that is invoked when this food object has been eaten.\nThis method is called if the underlying is completed after a sufficient amount of time, so the food item has not necessarily been fully finished when this action is invoked.\n" + summary: "\nAn optional action that is invoked when this food object has been eaten.\nThis method is called if the underlying is completed after a sufficient amount of time, so the food item has not necessarily been fully finished when this action is invoked.\nThis action is invoked in .\n" example: [] syntax: - content: public Action OnEaten { get; set; } + content: public Action 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.OnEaten* modifiers.csharp: - public @@ -466,37 +541,72 @@ items: - set modifiers.vb: - Public -- uid: TinyLife.Skills.FoodType.CanEat - commentId: P:TinyLife.Skills.FoodType.CanEat - id: CanEat +- uid: TinyLife.Skills.FoodType.CanEatFunc + commentId: P:TinyLife.Skills.FoodType.CanEatFunc + id: CanEatFunc parent: TinyLife.Skills.FoodType langs: - csharp - vb - name: CanEat - nameWithType: FoodType.CanEat - fullName: TinyLife.Skills.FoodType.CanEat + name: CanEatFunc + nameWithType: FoodType.CanEatFunc + fullName: TinyLife.Skills.FoodType.CanEatFunc type: Property source: remote: path: TinyLife/Skills/FoodType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CanEat + id: CanEatFunc path: ../TinyLife/Skills/FoodType.cs - startLine: 157 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Skills - summary: "\nAn optional that determines whether this food item can be eaten.\nIf this is null, which is also the default value, this food item can always be eaten.\n" + summary: "\nAn optional that allows passing additional conditions to .\nIf this is null, which is also the default value, no additional checks are done in .\n" example: [] syntax: - content: public ActionType.CanExecuteDelegate CanEat { get; set; } + content: public Func<(Person Person, FoodTypedItem Food, bool Automatic), CanExecuteResult> CanEatFunc { get; set; } parameters: [] return: - type: TinyLife.Actions.ActionType.CanExecuteDelegate - content.vb: Public Property CanEat As ActionType.CanExecuteDelegate - overload: TinyLife.Skills.FoodType.CanEat* + type: System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult} + content.vb: Public Property CanEatFunc As Func(Of(Person As Person, Food As FoodTypedItem, Automatic As Boolean)(Of Person , FoodTypedItem, Boolean), CanExecuteResult) + overload: TinyLife.Skills.FoodType.CanEatFunc* + modifiers.csharp: + - public + - get + - set + modifiers.vb: + - Public +- uid: TinyLife.Skills.FoodType.CanCreateFunc + commentId: P:TinyLife.Skills.FoodType.CanCreateFunc + id: CanCreateFunc + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: CanCreateFunc + nameWithType: FoodType.CanCreateFunc + fullName: TinyLife.Skills.FoodType.CanCreateFunc + type: Property + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanCreateFunc + path: ../TinyLife/Skills/FoodType.cs + startLine: 174 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public Func<(ActionInfo Info, bool Automatic, int ServingSize, float PriceMarkup), CanExecuteResult> CanCreateFunc { get; set; } + parameters: [] + return: + type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult} + content.vb: Public Property CanCreateFunc As Func(Of(Info As ActionInfo, Automatic As Boolean, ServingSize As Integer, PriceMarkup As Single)(Of ActionInfo , Boolean, Integer, Single), CanExecuteResult) + overload: TinyLife.Skills.FoodType.CanCreateFunc* modifiers.csharp: - public - get @@ -521,7 +631,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/Skills/FoodType.cs - startLine: 161 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -558,7 +668,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Skills/FoodType.cs - startLine: 165 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -577,16 +687,16 @@ items: modifiers.vb: - Public - ReadOnly -- uid: TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color}) - commentId: M:TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color}) - id: '#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})' +- uid: 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}) + commentId: M: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}) + id: '#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})' parent: TinyLife.Skills.FoodType langs: - csharp - vb - name: FoodType(String, Int32, Int32, Int32, FoodType.IngredientSource, Nullable) - nameWithType: FoodType.FoodType(String, Int32, Int32, Int32, FoodType.IngredientSource, Nullable) - fullName: TinyLife.Skills.FoodType.FoodType(System.String, System.Int32, System.Int32, System.Int32, TinyLife.Skills.FoodType.IngredientSource, System.Nullable) + name: FoodType(String, Int32, Int32, Int32, FoodType.FoodIntolerance, FoodType.IngredientSource, Nullable) + nameWithType: FoodType.FoodType(String, Int32, Int32, Int32, FoodType.FoodIntolerance, FoodType.IngredientSource, Nullable) + fullName: TinyLife.Skills.FoodType.FoodType(System.String, System.Int32, System.Int32, System.Int32, TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Skills.FoodType.IngredientSource, System.Nullable) type: Constructor source: remote: @@ -595,14 +705,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Skills/FoodType.cs - startLine: 176 + startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Skills summary: "\nCreates a new food type with the given settings\n" example: [] syntax: - content: public FoodType(string name, int requiredCookingLevel, int price, int foodAmount, FoodType.IngredientSource source = null, Color? color = null) + content: public FoodType(string name, int requiredCookingLevel, int price, int foodAmount, FoodType.FoodIntolerance intolerances, FoodType.IngredientSource source = null, Color? color = null) parameters: - id: name type: System.String @@ -616,21 +726,23 @@ items: - id: foodAmount type: System.Int32 description: The amount of food points that this food gives + - id: intolerances + type: TinyLife.Skills.FoodType.FoodIntolerance - id: source type: TinyLife.Skills.FoodType.IngredientSource description: The that this food type can be created in, defaults to - id: color type: System.Nullable{Microsoft.Xna.Framework.Color} description: The color that this food type should display with, or to use . - content.vb: Public Sub New(name As String, requiredCookingLevel As Integer, price As Integer, foodAmount As Integer, source As FoodType.IngredientSource = Nothing, color As Color? = Nothing) + content.vb: Public Sub New(name As String, requiredCookingLevel As Integer, price As Integer, foodAmount As Integer, intolerances As FoodType.FoodIntolerance, source As FoodType.IngredientSource = Nothing, color As Color? = Nothing) overload: TinyLife.Skills.FoodType.#ctor* - nameWithType.vb: FoodType.FoodType(String, Int32, Int32, Int32, FoodType.IngredientSource, Nullable(Of Color)) + nameWithType.vb: FoodType.FoodType(String, Int32, Int32, Int32, FoodType.FoodIntolerance, FoodType.IngredientSource, Nullable(Of Color)) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.Skills.FoodType.FoodType(System.String, System.Int32, System.Int32, System.Int32, TinyLife.Skills.FoodType.IngredientSource, System.Nullable(Of Microsoft.Xna.Framework.Color)) - name.vb: FoodType(String, Int32, Int32, Int32, FoodType.IngredientSource, Nullable(Of Color)) + fullName.vb: TinyLife.Skills.FoodType.FoodType(System.String, System.Int32, System.Int32, System.Int32, TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Skills.FoodType.IngredientSource, System.Nullable(Of Microsoft.Xna.Framework.Color)) + name.vb: FoodType(String, Int32, Int32, Int32, FoodType.FoodIntolerance, FoodType.IngredientSource, Nullable(Of Color)) - uid: TinyLife.Skills.FoodType.GetPrice(System.Int32) commentId: M:TinyLife.Skills.FoodType.GetPrice(System.Int32) id: GetPrice(System.Int32) @@ -649,7 +761,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Skills/FoodType.cs - startLine: 191 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -688,7 +800,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Skills/FoodType.cs - startLine: 206 + startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -748,7 +860,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructUnfinished path: ../TinyLife/Skills/FoodType.cs - startLine: 226 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -790,6 +902,156 @@ items: - Public fullName.vb: TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType, TinyLife.World.Map, System.TimeSpan, System.Int32, TinyLife.Objects.Person, System.Nullable(Of System.Guid), System.Boolean) name.vb: ConstructUnfinished(FurnitureType, Map, TimeSpan, Int32, Person, Nullable(Of Guid), Boolean) +- uid: TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + commentId: M:TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + id: CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: CanEat(Person, FoodTypedItem, Boolean) + nameWithType: FoodType.CanEat(Person, FoodTypedItem, Boolean) + fullName: TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person, TinyLife.Objects.FoodTypedItem, System.Boolean) + type: Method + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanEat + path: ../TinyLife/Skills/FoodType.cs + startLine: 253 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public CanExecuteResult CanEat(Person person, FoodTypedItem food, bool automatic) + parameters: + - id: person + type: TinyLife.Objects.Person + - id: food + type: TinyLife.Objects.FoodTypedItem + - id: automatic + type: System.Boolean + return: + type: TinyLife.Actions.CanExecuteResult + content.vb: Public Function CanEat(person As Person, food As FoodTypedItem, automatic As Boolean) As CanExecuteResult + overload: TinyLife.Skills.FoodType.CanEat* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single) + commentId: M:TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single) + id: CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single) + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: CanCreate(ActionInfo, Boolean, Int32, Single) + nameWithType: FoodType.CanCreate(ActionInfo, Boolean, Int32, Single) + fullName: TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, System.Boolean, System.Int32, System.Single) + type: Method + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanCreate + path: ../TinyLife/Skills/FoodType.cs + startLine: 263 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public CanExecuteResult CanCreate(ActionInfo info, bool automatic, int servingSize, float priceMarkup) + parameters: + - id: info + type: TinyLife.Actions.ActionInfo + - id: automatic + type: System.Boolean + - id: servingSize + type: System.Int32 + - id: priceMarkup + type: System.Single + return: + type: TinyLife.Actions.CanExecuteResult + content.vb: Public Function CanCreate(info As ActionInfo, automatic As Boolean, servingSize As Integer, priceMarkup As Single) As CanExecuteResult + overload: TinyLife.Skills.FoodType.CanCreate* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean) + commentId: M:TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean) + id: GetIntolerancesDescription(System.Boolean) + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: GetIntolerancesDescription(Boolean) + nameWithType: FoodType.GetIntolerancesDescription(Boolean) + fullName: TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean) + type: Method + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetIntolerancesDescription + path: ../TinyLife/Skills/FoodType.cs + startLine: 277 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public IEnumerable GetIntolerancesDescription(bool includeIcon = true) + parameters: + - id: includeIcon + type: System.Boolean + return: + type: System.Collections.Generic.IEnumerable{System.String} + content.vb: Public Function GetIntolerancesDescription(includeIcon As Boolean = True) As IEnumerable(Of String) + overload: TinyLife.Skills.FoodType.GetIntolerancesDescription* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) + commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) + id: InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) + parent: TinyLife.Skills.FoodType + langs: + - csharp + - vb + name: InvokeOnEaten(Action, FoodTypedItem) + nameWithType: FoodType.InvokeOnEaten(Action, FoodTypedItem) + fullName: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem) + type: Method + source: + remote: + path: TinyLife/Skills/FoodType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: InvokeOnEaten + path: ../TinyLife/Skills/FoodType.cs + startLine: 286 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public void InvokeOnEaten(Action action, FoodTypedItem food) + parameters: + - id: action + type: TinyLife.Actions.Action + - id: food + type: TinyLife.Objects.FoodTypedItem + content.vb: Public Sub InvokeOnEaten(action As Action, food As FoodTypedItem) + overload: TinyLife.Skills.FoodType.InvokeOnEaten* + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType) commentId: M:TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType) id: Register(TinyLife.Skills.FoodType) @@ -808,7 +1070,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Skills/FoodType.cs - startLine: 246 + startLine: 309 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -846,7 +1108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetActions path: ../TinyLife/Skills/FoodType.cs - startLine: 259 + startLine: 322 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -896,7 +1158,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAllContainers path: ../TinyLife/Skills/FoodType.cs - startLine: 291 + startLine: 347 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -1438,6 +1700,30 @@ references: name: System.Collections.ObjectModel nameWithType: System.Collections.ObjectModel fullName: System.Collections.ObjectModel +- uid: TinyLife.Skills.FoodType.FoodIntolerance[] + isExternal: true + name: FoodType.FoodIntolerance[] + nameWithType: FoodType.FoodIntolerance[] + fullName: TinyLife.Skills.FoodType.FoodIntolerance[] + nameWithType.vb: FoodType.FoodIntolerance() + fullName.vb: TinyLife.Skills.FoodType.FoodIntolerance() + name.vb: FoodType.FoodIntolerance() + spec.csharp: + - uid: TinyLife.Skills.FoodType.FoodIntolerance + name: FoodType.FoodIntolerance + nameWithType: FoodType.FoodIntolerance + fullName: TinyLife.Skills.FoodType.FoodIntolerance + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: TinyLife.Skills.FoodType.FoodIntolerance + name: FoodType.FoodIntolerance + nameWithType: FoodType.FoodIntolerance + fullName: TinyLife.Skills.FoodType.FoodIntolerance + - name: () + nameWithType: () + fullName: () - uid: TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action parent: TinyLife.Actions @@ -1447,16 +1733,317 @@ references: - uid: TinyLife.Skills.FoodType.OnEaten commentId: P:TinyLife.Skills.FoodType.OnEaten isExternal: true -- uid: System.Action{TinyLife.Actions.Action,TinyLife.Skills.FoodType} - commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Skills.FoodType} +- 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: System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType} + commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType} + parent: System + definition: System.Action`3 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Action, FoodTypedItem, FoodType) + fullName.vb: System.Action(Of TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem, TinyLife.Skills.FoodType) + name.vb: Action(Of Action, FoodTypedItem, FoodType) + spec.csharp: + - uid: System.Action`3 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.Action + 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: TinyLife.Skills.FoodType + name: FoodType + nameWithType: FoodType + fullName: TinyLife.Skills.FoodType + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`3 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.Action + 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: TinyLife.Skills.FoodType + name: FoodType + nameWithType: FoodType + fullName: TinyLife.Skills.FoodType + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions +- uid: System.Action`3 + commentId: T:System.Action`3 + isExternal: true + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2, T3) + fullName.vb: System.Action(Of T1, T2, T3) + name.vb: Action(Of T1, T2, T3) + spec.csharp: + - uid: System.Action`3 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T3 + nameWithType: T3 + fullName: T3 + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`3 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T3 + nameWithType: T3 + fullName: T3 + - name: ) + nameWithType: ) + fullName: ) +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: TinyLife.Skills.SkillType.Cooking + commentId: F:TinyLife.Skills.SkillType.Cooking + isExternal: true +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 +- uid: TinyLife.Objects.Food.FoodLeft + commentId: F:TinyLife.Objects.Food.FoodLeft + isExternal: true +- uid: Microsoft.Xna.Framework.Color + commentId: T:Microsoft.Xna.Framework.Color + parent: Microsoft.Xna.Framework + isExternal: true + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: TinyLife.Skills.FoodType.IngredientSource + commentId: T:TinyLife.Skills.FoodType.IngredientSource + parent: TinyLife.Skills + name: FoodType.IngredientSource + nameWithType: FoodType.IngredientSource + fullName: TinyLife.Skills.FoodType.IngredientSource +- uid: System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource} + commentId: T:System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource} + parent: System.Collections.Generic + definition: System.Collections.Generic.ISet`1 + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + nameWithType.vb: ISet(Of FoodType.IngredientSource) + fullName.vb: System.Collections.Generic.ISet(Of TinyLife.Skills.FoodType.IngredientSource) + name.vb: ISet(Of FoodType.IngredientSource) + spec.csharp: + - uid: System.Collections.Generic.ISet`1 + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Skills.FoodType.IngredientSource + name: FoodType.IngredientSource + nameWithType: FoodType.IngredientSource + fullName: TinyLife.Skills.FoodType.IngredientSource + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.ISet`1 + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Skills.FoodType.IngredientSource + name: FoodType.IngredientSource + nameWithType: FoodType.IngredientSource + fullName: TinyLife.Skills.FoodType.IngredientSource + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.ISet`1 + commentId: T:System.Collections.Generic.ISet`1 + isExternal: true + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + nameWithType.vb: ISet(Of T) + fullName.vb: System.Collections.Generic.ISet(Of T) + name.vb: ISet(Of T) + spec.csharp: + - uid: System.Collections.Generic.ISet`1 + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.ISet`1 + name: ISet + nameWithType: ISet + fullName: System.Collections.Generic.ISet + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic +- 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.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single) + commentId: M:TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single) + isExternal: true +- uid: TinyLife.Objects.ObjectCategory.Stove + commentId: F:TinyLife.Objects.ObjectCategory.Stove + isExternal: true +- uid: TinyLife.Skills.FoodType.NeedsCooking* + commentId: Overload:TinyLife.Skills.FoodType.NeedsCooking + name: NeedsCooking + nameWithType: FoodType.NeedsCooking + fullName: TinyLife.Skills.FoodType.NeedsCooking +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: TinyLife.Skills.FoodType.Container* + commentId: Overload:TinyLife.Skills.FoodType.Container + name: Container + nameWithType: FoodType.Container + fullName: TinyLife.Skills.FoodType.Container +- uid: TinyLife.Skills.FoodType.OnEaten* + commentId: Overload:TinyLife.Skills.FoodType.OnEaten + name: OnEaten + nameWithType: FoodType.OnEaten + fullName: TinyLife.Skills.FoodType.OnEaten +- uid: System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem} + commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem} parent: System definition: System.Action`2 - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of Action, FoodType) - fullName.vb: System.Action(Of TinyLife.Actions.Action, TinyLife.Skills.FoodType) - name.vb: Action(Of Action, FoodType) + name: Action + nameWithType: Action + fullName: System.Action + 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`2 name: Action @@ -1473,10 +2060,10 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Skills.FoodType - name: FoodType - nameWithType: FoodType - fullName: TinyLife.Skills.FoodType + - uid: TinyLife.Objects.FoodTypedItem + name: FoodTypedItem + nameWithType: FoodTypedItem + fullName: TinyLife.Objects.FoodTypedItem - name: '>' nameWithType: '>' fullName: '>' @@ -1496,18 +2083,13 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Skills.FoodType - name: FoodType - nameWithType: FoodType - fullName: TinyLife.Skills.FoodType + - uid: TinyLife.Objects.FoodTypedItem + name: FoodTypedItem + nameWithType: FoodTypedItem + fullName: TinyLife.Objects.FoodTypedItem - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions - commentId: N:TinyLife.Actions - name: TinyLife.Actions - nameWithType: TinyLife.Actions - fullName: TinyLife.Actions - uid: System.Action`2 commentId: T:System.Action`2 isExternal: true @@ -1559,252 +2141,310 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: System.String - commentId: T:System.String - parent: System - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: TinyLife.Skills.SkillType.Cooking - commentId: F:TinyLife.Skills.SkillType.Cooking - isExternal: true -- uid: System.Int32 - commentId: T:System.Int32 - parent: System - isExternal: true - name: Int32 - nameWithType: Int32 - fullName: System.Int32 -- uid: TinyLife.Objects.Food.FoodLeft - commentId: F:TinyLife.Objects.Food.FoodLeft - isExternal: true -- uid: Microsoft.Xna.Framework.Color - commentId: T:Microsoft.Xna.Framework.Color - parent: Microsoft.Xna.Framework - isExternal: true - name: Color - nameWithType: Color - fullName: Microsoft.Xna.Framework.Color -- uid: Microsoft.Xna.Framework - commentId: N:Microsoft.Xna.Framework - isExternal: true - name: Microsoft.Xna.Framework - nameWithType: Microsoft.Xna.Framework - fullName: Microsoft.Xna.Framework -- uid: TinyLife.Skills.FoodType.IngredientSource - commentId: T:TinyLife.Skills.FoodType.IngredientSource - parent: TinyLife.Skills - name: FoodType.IngredientSource - nameWithType: FoodType.IngredientSource - fullName: TinyLife.Skills.FoodType.IngredientSource -- uid: System.Collections.Generic.List{TinyLife.Skills.FoodType.IngredientSource} - commentId: T:System.Collections.Generic.List{TinyLife.Skills.FoodType.IngredientSource} - parent: System.Collections.Generic - definition: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of FoodType.IngredientSource) - fullName.vb: System.Collections.Generic.List(Of TinyLife.Skills.FoodType.IngredientSource) - name.vb: List(Of FoodType.IngredientSource) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Skills.FoodType.IngredientSource - name: FoodType.IngredientSource - nameWithType: FoodType.IngredientSource - fullName: TinyLife.Skills.FoodType.IngredientSource - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Skills.FoodType.IngredientSource - name: FoodType.IngredientSource - nameWithType: FoodType.IngredientSource - fullName: TinyLife.Skills.FoodType.IngredientSource - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic.List`1 - commentId: T:System.Collections.Generic.List`1 - isExternal: true - name: List - nameWithType: List - fullName: System.Collections.Generic.List - nameWithType.vb: List(Of T) - fullName.vb: System.Collections.Generic.List(Of T) - name.vb: List(Of T) - spec.csharp: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic -- uid: TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single) - commentId: M:TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single) - isExternal: true -- uid: TinyLife.Objects.ObjectCategory.Stove - commentId: F:TinyLife.Objects.ObjectCategory.Stove - isExternal: true -- uid: TinyLife.Skills.FoodType.NeedsCooking* - commentId: Overload:TinyLife.Skills.FoodType.NeedsCooking - name: NeedsCooking - nameWithType: FoodType.NeedsCooking - fullName: TinyLife.Skills.FoodType.NeedsCooking -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - name: Boolean - nameWithType: Boolean - fullName: System.Boolean -- uid: TinyLife.Skills.FoodType.Container* - commentId: Overload:TinyLife.Skills.FoodType.Container - name: Container - nameWithType: FoodType.Container - fullName: TinyLife.Skills.FoodType.Container -- uid: TinyLife.Skills.FoodType.OnEaten* - commentId: Overload:TinyLife.Skills.FoodType.OnEaten - name: OnEaten - nameWithType: FoodType.OnEaten - fullName: TinyLife.Skills.FoodType.OnEaten -- uid: System.Action{TinyLife.Actions.Action} - commentId: T:System.Action{TinyLife.Actions.Action} - parent: System - definition: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of Action) - fullName.vb: System.Action(Of TinyLife.Actions.Action) - name.vb: Action(Of Action) - spec.csharp: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Actions.Action - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Action`1 - commentId: T:System.Action`1 - isExternal: true - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T) - fullName.vb: System.Action(Of T) - name.vb: Action(Of T) - spec.csharp: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Action`1 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Actions.ActionType.CanExecuteDelegate commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate parent: TinyLife.Actions name: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate -- uid: TinyLife.Skills.FoodType.CanEat* - commentId: Overload:TinyLife.Skills.FoodType.CanEat - name: CanEat - nameWithType: FoodType.CanEat - fullName: TinyLife.Skills.FoodType.CanEat +- uid: TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + commentId: M:TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean) + isExternal: true +- uid: TinyLife.Skills.FoodType.CanEatFunc* + commentId: Overload:TinyLife.Skills.FoodType.CanEatFunc + name: CanEatFunc + nameWithType: FoodType.CanEatFunc + fullName: TinyLife.Skills.FoodType.CanEatFunc +- uid: System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult} + commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult} + parent: System + definition: System.Func`2 + name: Func<(T1, T2, T3), CanExecuteResult> + nameWithType: Func<(T1, T2, T3), CanExecuteResult> + fullName: System.Func, TinyLife.Actions.CanExecuteResult> + nameWithType.vb: Func(Of (T1, T2, T3)(Of Person, FoodTypedItem, Boolean), CanExecuteResult) + fullName.vb: System.Func(Of System.ValueTuple(Of TinyLife.Objects.Person, TinyLife.Objects.FoodTypedItem, System.Boolean), TinyLife.Actions.CanExecuteResult) + name.vb: Func(Of (T1, T2, T3)(Of Person, FoodTypedItem, Boolean), CanExecuteResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.ValueTuple`3 + name: (T1, T2, T3) + nameWithType: (T1, T2, T3) + fullName: System.ValueTuple + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FoodTypedItem + name: FoodTypedItem + nameWithType: FoodTypedItem + fullName: TinyLife.Objects.FoodTypedItem + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - 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: System.ValueTuple`3 + name: (T1, T2, T3) + nameWithType: (T1, T2, T3) + fullName: System.ValueTuple + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FoodTypedItem + name: FoodTypedItem + nameWithType: FoodTypedItem + fullName: TinyLife.Objects.FoodTypedItem + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func`2 + commentId: T:System.Func`2 + isExternal: true + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of T, TResult) + fullName.vb: System.Func(Of T, TResult) + name.vb: Func(Of T, TResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TResult + nameWithType: TResult + fullName: TResult + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Skills.FoodType.CanCreateFunc* + commentId: Overload:TinyLife.Skills.FoodType.CanCreateFunc + name: CanCreateFunc + nameWithType: FoodType.CanCreateFunc + fullName: TinyLife.Skills.FoodType.CanCreateFunc +- uid: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult} + commentId: T:System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult} + parent: System + definition: System.Func`2 + name: Func<(T1, T2, T3, T4), CanExecuteResult> + nameWithType: Func<(T1, T2, T3, T4), CanExecuteResult> + fullName: System.Func, TinyLife.Actions.CanExecuteResult> + nameWithType.vb: Func(Of (T1, T2, T3, T4)(Of ActionInfo, Boolean, Int32, Single), CanExecuteResult) + fullName.vb: System.Func(Of System.ValueTuple(Of TinyLife.Actions.ActionInfo, System.Boolean, System.Int32, System.Single), TinyLife.Actions.CanExecuteResult) + name.vb: Func(Of (T1, T2, T3, T4)(Of ActionInfo, Boolean, Int32, Single), CanExecuteResult) + spec.csharp: + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.ValueTuple`4 + name: (T1, T2, T3, T4) + nameWithType: (T1, T2, T3, T4) + fullName: System.ValueTuple + isExternal: true + - 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: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - 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: System.ValueTuple`4 + name: (T1, T2, T3, T4) + nameWithType: (T1, T2, T3, T4) + fullName: System.ValueTuple + 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.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.LnCategory.Food commentId: F:TinyLife.LnCategory.Food isExternal: true @@ -2123,6 +2763,121 @@ references: name: ConstructUnfinished nameWithType: FoodType.ConstructUnfinished fullName: TinyLife.Skills.FoodType.ConstructUnfinished +- uid: TinyLife.Skills.FoodType.CanEat* + commentId: Overload:TinyLife.Skills.FoodType.CanEat + name: CanEat + nameWithType: FoodType.CanEat + fullName: TinyLife.Skills.FoodType.CanEat +- uid: TinyLife.Actions.CanExecuteResult + commentId: T:TinyLife.Actions.CanExecuteResult + parent: TinyLife.Actions + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult +- uid: TinyLife.Skills.FoodType.CanCreate* + commentId: Overload:TinyLife.Skills.FoodType.CanCreate + name: CanCreate + nameWithType: FoodType.CanCreate + fullName: TinyLife.Skills.FoodType.CanCreate +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Skills.FoodType.GetIntolerancesDescription* + commentId: Overload:TinyLife.Skills.FoodType.GetIntolerancesDescription + name: GetIntolerancesDescription + nameWithType: FoodType.GetIntolerancesDescription + fullName: TinyLife.Skills.FoodType.GetIntolerancesDescription +- uid: System.Collections.Generic.IEnumerable{System.String} + commentId: T:System.Collections.Generic.IEnumerable{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of String) + fullName.vb: System.Collections.Generic.IEnumerable(Of System.String) + name.vb: IEnumerable(Of String) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Skills.FoodType.InvokeOnEaten* + commentId: Overload:TinyLife.Skills.FoodType.InvokeOnEaten + name: InvokeOnEaten + nameWithType: FoodType.InvokeOnEaten + fullName: TinyLife.Skills.FoodType.InvokeOnEaten - uid: TinyLife.Skills.FoodType.Register* commentId: Overload:TinyLife.Skills.FoodType.Register name: Register @@ -2181,45 +2936,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Skills.FoodType.Types commentId: F:TinyLife.Skills.FoodType.Types isExternal: true diff --git a/docs/api/TinyLife.Skills.yml b/docs/api/TinyLife.Skills.yml index 4d1e552..2724ba2 100644 --- a/docs/api/TinyLife.Skills.yml +++ b/docs/api/TinyLife.Skills.yml @@ -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 diff --git a/docs/api/TinyLife.Uis.InGameHint.yml b/docs/api/TinyLife.Uis.InGameHint.yml index ad32b2d..fd364f4 100644 --- a/docs/api/TinyLife.Uis.InGameHint.yml +++ b/docs/api/TinyLife.Uis.InGameHint.yml @@ -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 diff --git a/docs/api/TinyLife.Uis.Menus.TransitionType.yml b/docs/api/TinyLife.Uis.Menus.TransitionType.yml index 6ebaf00..c541e70 100644 --- a/docs/api/TinyLife.Uis.Menus.TransitionType.yml +++ b/docs/api/TinyLife.Uis.Menus.TransitionType.yml @@ -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 diff --git a/docs/api/TinyLife.Utilities.Extensions.yml b/docs/api/TinyLife.Utilities.Extensions.yml index 6032f2e..1ae85c4 100644 --- a/docs/api/TinyLife.Utilities.Extensions.yml +++ b/docs/api/TinyLife.Utilities.Extensions.yml @@ -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: >- + + + 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 diff --git a/docs/api/TinyLife.World.LotEmployment.Instance.yml b/docs/api/TinyLife.World.LotEmployment.Instance.yml index cec6de3..59c925a 100644 --- a/docs/api/TinyLife.World.LotEmployment.Instance.yml +++ b/docs/api/TinyLife.World.LotEmployment.Instance.yml @@ -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 diff --git a/docs/api/TinyLife.World.LotEmployment.yml b/docs/api/TinyLife.World.LotEmployment.yml index e2a7f94..05d0002 100644 --- a/docs/api/TinyLife.World.LotEmployment.yml +++ b/docs/api/TinyLife.World.LotEmployment.yml @@ -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 diff --git a/docs/api/TinyLife.World.LotType.yml b/docs/api/TinyLife.World.LotType.yml index d621ab5..6543d55 100644 --- a/docs/api/TinyLife.World.LotType.yml +++ b/docs/api/TinyLife.World.LotType.yml @@ -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 diff --git a/docs/api/TinyLife.World.OpeningType.yml b/docs/api/TinyLife.World.OpeningType.yml index d13fdf1..be41227 100644 --- a/docs/api/TinyLife.World.OpeningType.yml +++ b/docs/api/TinyLife.World.OpeningType.yml @@ -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, ColorScheme[], TextureRegion) - nameWithType: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, Func, ColorScheme[], TextureRegion) - fullName: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, System.Func, TinyLife.Utilities.ColorScheme[], MLEM.Textures.TextureRegion) + name: OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme[], Func, TextureRegion) + nameWithType: OpeningType.OpeningType(String, TextureRegion, WallMode, Int32, ColorScheme[], Func, TextureRegion) + fullName: TinyLife.World.OpeningType.OpeningType(System.String, MLEM.Textures.TextureRegion, TinyLife.World.WallMode, System.Int32, TinyLife.Utilities.ColorScheme[], System.Func, 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 construct, ColorScheme[] colors, TextureRegion icon = null) + content: public OpeningType(string name, TextureRegion textureRegion, WallMode wallMode, int price, ColorScheme[] colors, Func 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 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 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 diff --git a/docs/api/TinyLife.World.Room.yml b/docs/api/TinyLife.World.Room.yml index be87f17..4054d76 100644 --- a/docs/api/TinyLife.World.Room.yml +++ b/docs/api/TinyLife.World.Room.yml @@ -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 diff --git a/docs/api/TinyLife.World.Wall.yml b/docs/api/TinyLife.World.Wall.yml index fc037fc..bf89066 100644 --- a/docs/api/TinyLife.World.Wall.yml +++ b/docs/api/TinyLife.World.Wall.yml @@ -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 diff --git a/docs/api/TinyLife.World.WallMode.yml b/docs/api/TinyLife.World.WallMode.yml index d2e93ff..4745d89 100644 --- a/docs/api/TinyLife.World.WallMode.yml +++ b/docs/api/TinyLife.World.WallMode.yml @@ -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 diff --git a/docs/api/toc.yml b/docs/api/toc.yml index 886d547..fe3fa33 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -79,8 +79,6 @@ name: EmoteCategory - uid: TinyLife.Actions.GoHereAction name: GoHereAction - - uid: TinyLife.Actions.IdleAroundObjectAction - name: IdleAroundObjectAction - uid: TinyLife.Actions.MultiAction name: MultiAction - uid: TinyLife.Actions.OrderFromStaffAction @@ -155,6 +153,8 @@ - uid: TinyLife.Emotions name: TinyLife.Emotions items: + - uid: TinyLife.Emotions.CombinedEmotionSource + name: CombinedEmotionSource - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier - uid: TinyLife.Emotions.EmotionModifier.Instance @@ -301,6 +301,8 @@ name: Person.PassiveActionPriorityDelegate - uid: TinyLife.Objects.Person.Pose name: Person.Pose + - uid: TinyLife.Objects.Person.RestoreNeedDelegate + name: Person.RestoreNeedDelegate - uid: TinyLife.Objects.Person.WalkSpeedDelegate name: Person.WalkSpeedDelegate - uid: TinyLife.Objects.PersonAi @@ -328,6 +330,8 @@ name: FoodType - uid: TinyLife.Skills.FoodType.ContainerType name: FoodType.ContainerType + - uid: TinyLife.Skills.FoodType.FoodIntolerance + name: FoodType.FoodIntolerance - uid: TinyLife.Skills.FoodType.IngredientSource name: FoodType.IngredientSource - uid: TinyLife.Skills.PaintingType diff --git a/media/changelog/0.22.0.png b/media/changelog/0.22.0.png new file mode 100644 index 0000000..1f940c2 Binary files /dev/null and b/media/changelog/0.22.0.png differ