This commit is contained in:
Ell 2021-08-30 20:44:32 +02:00
parent db06d18105
commit e559460001
164 changed files with 25878 additions and 5279 deletions

View file

@ -1,3 +1,56 @@
# 0.16.0
This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors) or [on Steam](https://store.steampowered.com/news/app/1651490/view/2949282742498975401).
Additions
- Added the Woodlands Set with art by [faellynna](https://www.instagram.com/faellynna/), which includes a Woodworking skill and a large variety of new build mode items:
- 34 new furniture items, including the woodworking table and new types of decorative items
- 4 flooring tiles
- 5 wallpapers
- 2 roof styles
- 8 character creator items
- Added a large new forested area with dirt footpaths to the eastern part of town, along with some new houses and empty lots
- Added emotion sting sound effects by the lovely [Jamal Green](https://jamalgreenmusic.com)
- Added a regular visitors system that allows for people from exported households to visit and interact with the town without living there
- Added a few households that are exported by default to populate the visitors system
- Added the ability for furniture to get dirty and having to be cleaned
- Added an "Invite into Household" interaction
- Added a way to scrap other people's crafts on public lots
- Added italian translation ([SchiavoAnto](https://twitter.com/schiavoanto))
Improvements
- Improved the chatting interaction on the computer, now allowing people to chat with specific people
- Added more in-game hints for various build mode tools
- Added a configurable keybind for increasing and decreasing game speed
- Cleaned up the localization of money and always display money amounts with decimals
- Allow easily deleting items in the move tool by pressing the Del key when hovering over them
- Split the Import menu into custom and default content and improved the household import menu
- Move invalidly placed objects into the furniture storage instead of selling them
- Made people leave the room on their own if they see someone being inappropriate
- Rebalanced bills slightly
- Made people tell others to leave the room when they start fooling around
- Disallow trees from being placed below roofs
- Made trees have a minimum distance from walls
- More gracefully handle Steam cloud sync exceptions
- Color lots on the map based on whether people live there
- Added the ability to clone roofing, openings, wallpapers and tiles in build mode
Fixes
- Fixed paintings being placed on easels incorrectly at fast game speeds
- Fixed a crash when hovering over people with lot employments whose personality is known
- Fixed 3D sounds breaking on camera rotation
- Fixed depth calculations being incorrect for larger and oddly-shaped objects
- Fixed the ability to hack yourself
- Fixed roofing having incorrect display names
- Fixed a crash when exiting the move tool with an item from storage selected
- Fixed hidden (out of town) people still spawning particles and emotes
- Fixed the ability to ask lot employment people to leave not working
- Fixed furniture with parents sometimes not being imported correctly
- Fixed people turning around visually for a single frame when starting social actions while sitting
- Fixed roofs having incorrect depth calculations in some camera rotations
- Fixed people not leaving occasionally when being asked to leave
- Fixed money not being subtracted when importing new households
- Fixed practice speech and jokes actions going on forever if done automatically
# 0.15.0 # 0.15.0
This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning) or [on Steam](https://store.steampowered.com/news/app/1651490/view/2968419780808932932). This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning) or [on Steam](https://store.steampowered.com/news/app/1651490/view/2968419780808932932).

View file

@ -21,7 +21,7 @@
"TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.ForceFail": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ForceFail": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml",
@ -41,6 +41,7 @@
"TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Person": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Person": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.PlayerPromptOpen": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Random": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Random": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml",
@ -56,6 +57,7 @@
"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetActionObject``1": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetActionObject``1": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.ActionInfo.yml",
@ -115,6 +117,7 @@
"TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ChatWith": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CleanDish": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CleanDish": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.CleanEverything": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CleanEverything": "TinyLife.Actions.ActionType.yml",
@ -142,6 +145,7 @@
"TinyLife.Actions.ActionType.GetIngredientsSingle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetIngredientsSingle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetJob": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetJob": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GetWater": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetWater": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GoHere": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GoHere": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.GoHome": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GoHome": "TinyLife.Actions.ActionType.yml",
@ -154,6 +158,7 @@
"TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.InviteToHousehold": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsActionType(System.Type)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsActionType(System.Type)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsComfortable(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsComfortable(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
@ -173,6 +178,7 @@
"TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutWritingStyle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWritingStyle": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.LiftWeights": "TinyLife.Actions.ActionType.yml", "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.LockDoor": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml",
@ -205,6 +211,7 @@
"TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Repair": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Repair": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.RunOnTreadmill": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.RunOnTreadmill": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Scrap": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.SelfPublishBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.SelfPublishBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.SellPainting": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.SellPainting": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Settings": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Settings": "TinyLife.Actions.ActionType.yml",
@ -259,11 +266,13 @@
"TinyLife.Actions.ActionType.TypeSettings.Texture": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Texture": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.TypeSettings.Varieties": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Varieties": "TinyLife.Actions.ActionType.TypeSettings.yml",
"TinyLife.Actions.ActionType.VisitLot": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.VisitLot": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.VisitorGoHome": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WakeUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WakeUp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Walk": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Walk": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WashHands": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WashHands": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WatchTv": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WatchTv": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WatchWalkthroughs": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WatchWalkthroughs": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Woodworking": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Work": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Work": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.WriteBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WriteBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionVariety": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety": "TinyLife.Actions.ActionVariety.yml",
@ -280,6 +289,7 @@
"TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.Name": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.Name": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.PassivePriority": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.PassivePriority": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ComputerAction": "TinyLife.Actions.ComputerAction.yml", "TinyLife.Actions.ComputerAction": "TinyLife.Actions.ComputerAction.yml",
"TinyLife.Actions.ComputerAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ComputerAction.yml", "TinyLife.Actions.ComputerAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ComputerAction.yml",
@ -376,7 +386,7 @@
"TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml",
@ -450,9 +460,17 @@
"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.TalkAction.yml", "TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.Action.CompletionType)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.UnderlyingAction": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.Action": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Action": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.UnderlyingAction.yml",
"TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingAction.yml",
@ -488,6 +506,7 @@
"TinyLife.Emotions": "TinyLife.Emotions.yml", "TinyLife.Emotions": "TinyLife.Emotions.yml",
"TinyLife.Emotions.EmotionModifier": "TinyLife.Emotions.EmotionModifier.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.Int32})": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Asleep": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Asleep": "TinyLife.Emotions.EmotionModifier.yml",
@ -566,6 +585,8 @@
"TinyLife.Emotions.EmotionModifier.RepairFail": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.RepairFail": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.SawSomethingPersonal": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SawSomethingPersonal": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ScrappedBook": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ScrappedBook": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.SleptOutside": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SleptOutside": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.StandingDeskPositive": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StandingDeskPositive": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.StandingDeskSore": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StandingDeskSore": "TinyLife.Emotions.EmotionModifier.yml",
@ -579,7 +600,9 @@
"TinyLife.Emotions.EmotionModifier.TvRomantic": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TvRomantic": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.TvSaddenedByNews": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TvSaddenedByNews": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WoodworkingSplinter": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.WritersBlock": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.WritersBlock": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionType": "TinyLife.Emotions.EmotionType.yml", "TinyLife.Emotions.EmotionType": "TinyLife.Emotions.EmotionType.yml",
"TinyLife.Emotions.EmotionType.#ctor(System.String,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,TinyLife.Emotions.EmotionType.TypeCategory)": "TinyLife.Emotions.EmotionType.yml", "TinyLife.Emotions.EmotionType.#ctor(System.String,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,TinyLife.Emotions.EmotionType.TypeCategory)": "TinyLife.Emotions.EmotionType.yml",
@ -787,7 +810,7 @@
"TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.BedSpots(System.Boolean)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.BedSpots(System.Boolean)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.BenchSpots": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.CategoryRestriction": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.CategoryRestriction": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean)": "TinyLife.Objects.ActionSpot.yml",
@ -869,15 +892,20 @@
"TinyLife.Objects.Fence.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fireplace": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.CreateLights": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.IsElectrical": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.LightSize": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Food": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.GetHoverInfo": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.GetHoverInfo": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.Quality": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Creator": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Expired": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.Expired": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml",
@ -894,6 +922,8 @@
"TinyLife.Objects.Furniture.AreUtilitiesDisabled": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.AreUtilitiesDisabled": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.CanBeDirty": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.CanBeDirty": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Colors": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Colors": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Creator": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.CustomPrice": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.DevaluedThroughUse": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.DevaluedThroughUse": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Dirty": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Dirty": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml",
@ -918,25 +948,34 @@
"TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnAdded": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnAdded": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnGetDescription": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ParentFurniture": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ParentFurniture": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ParentObjectSpot": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ParentObjectSpot": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Quality": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Random": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Random": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Type": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Type": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.UnlinkParentsAndChildren": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Validate": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Validate": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.VisualPosition": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.VisualPosition": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.AreWallsInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CountryFence": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CountryFence": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CustomPainting": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CustomPainting": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Cypress": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.DecorativeLogPile": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.DirtyTextures": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DirtyTextures": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Doormat": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Doormat": "TinyLife.Objects.FurnitureType.yml",
"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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
@ -944,16 +983,22 @@
"TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Nullable{Microsoft.Xna.Framework.Color},System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Nullable{Microsoft.Xna.Framework.Color},System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.DumbbellRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DumbbellRack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EmptyGlass": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyGlass": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EmptyPlate": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyPlate": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EmptyPlatter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyPlatter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EvergreenTree": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FoodGlass": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodGlass": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FoodPlate": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodPlate": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FoodPlatter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodPlatter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FourPostBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetCoveredTiles(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetCoveredTiles(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetPrice": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetPrice": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetReferenceTexture(System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetReferenceTexture(System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetRoofingInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetRotatedOffset(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetSize(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetSize(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetTexture(System.String,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetTexture(System.String,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetTextures(System.String,System.Int32,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetTextures(System.String,System.Int32,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Objects.FurnitureType.yml",
@ -965,6 +1010,7 @@
"TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.LargeRectangleRug": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRectangleRug": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.LargeRoundRug": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRoundRug": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.LargeWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.LgbtFlags": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LgbtFlags": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.LongDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LongDinnerTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Mailbox": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Mailbox": "TinyLife.Objects.FurnitureType.yml",
@ -977,7 +1023,12 @@
"TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernStove": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernStove": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernTv": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernTv": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ModernWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Mop": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Mop": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.OakTree": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.OrnateBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.OrnateFlowerBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.OrnateSingleBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PaintBrush": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PaintBrush": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml",
@ -1007,14 +1058,22 @@
"TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallBush": "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.SmallMirror": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TraditionalBar": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TraditionalCounter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TraditionalFireplace": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TreeStumps": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Types": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Types": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TypeSettings": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
@ -1030,6 +1089,7 @@
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
@ -1046,8 +1106,15 @@
"TinyLife.Objects.FurnitureType.TypeSettings.TextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.TextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.Visibility": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Visibility": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.TypeSettings.WaterRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.WaterRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
"TinyLife.Objects.FurnitureType.UnfinishedWoodwork": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WoodworkingChair": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WoodworkingChairArmrests": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WoodworkingCloset": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WoodworkingTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WorkoutPosters": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WorkoutPosters": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.Gravestone": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Gravestone.yml",
@ -1069,7 +1136,9 @@
"TinyLife.Objects.Light.UpwardsOffset": "TinyLife.Objects.Light.yml", "TinyLife.Objects.Light.UpwardsOffset": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.LightFurniture": "TinyLife.Objects.LightFurniture.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.#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",
"TinyLife.Objects.LightFurniture.IsDisabled": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.IsDisabled": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.IsElectrical": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml",
@ -1080,7 +1149,7 @@
"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml",
"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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml", "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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
@ -1111,7 +1180,9 @@
"TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Bed": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Bed": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Bookshelf": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Bookshelf": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CanBeScrapped": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CanBeThrownAway": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CanBeThrownAway": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CanCoverDoor": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.CeilingHanging": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CeilingHanging": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Chair": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Chair": "TinyLife.Objects.ObjectCategory.yml",
@ -1122,6 +1193,7 @@
"TinyLife.Objects.ObjectCategory.DeskObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DeskObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.DisallowedOnGround": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DisallowedOnGround": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Easel": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Easel": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Fireplaces": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.ForceGridPlacement": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.ForceGridPlacement": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Fridge": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Fridge": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Gravestone": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Gravestone": "TinyLife.Objects.ObjectCategory.yml",
@ -1137,6 +1209,7 @@
"TinyLife.Objects.ObjectCategory.NonMovable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.NonMovable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.NonSellable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.NonSellable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Nothing": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Nothing": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.ObstructedByRoofs": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.op_BitwiseAnd(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_BitwiseAnd(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.op_BitwiseOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_BitwiseOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.op_ExclusiveOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_ExclusiveOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
@ -1146,10 +1219,12 @@
"TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Shower": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Shower": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Sink": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Sink": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.SmallObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.SmallObject": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.SpecialInteractable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.StandingDesk": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.StandingDesk": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Stove": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Stove": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Table": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Table": "TinyLife.Objects.ObjectCategory.yml",
@ -1177,12 +1252,11 @@
"TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.OverlayWallHanging.yml", "TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.OverlayWallHanging.yml",
"TinyLife.Objects.Painting": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.Creator": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.GetHoverInfo": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.GetHoverInfo": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.GetPrice": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.PaintingType": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.PaintingType": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.Progress": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Progress": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.Quality": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.Validate": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Validate": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Particle": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml",
@ -1259,6 +1333,7 @@
"TinyLife.Objects.Person.GetNeed(TinyLife.NeedType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetNeed(TinyLife.NeedType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetNeedPercentage(TinyLife.NeedType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetNeedPercentage(TinyLife.NeedType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetProject(System.String,System.String)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetProject(System.String,System.String)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetProjects(System.String)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetProjects(System.String)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})": "TinyLife.Objects.Person.yml",
@ -1280,8 +1355,10 @@
"TinyLife.Objects.Person.IsAsexual": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsAsexual": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsCurrentHousehold": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsCurrentHousehold": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsLotVisible(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Job": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Job": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LastBedSleptIn": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LastBedSleptIn": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LastName": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LastName": "TinyLife.Objects.Person.yml",
@ -1334,6 +1411,7 @@
"TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.Furniture)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.Furniture)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetNewId(TinyLife.World.Map,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Skills": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Skills": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
@ -1376,6 +1454,13 @@
"TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.Recipe": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.SelectedColors": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.TimeWorked": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.Validate": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.Visibility": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility": "TinyLife.Objects.Visibility.yml",
"TinyLife.Objects.Visibility.HideZoomedOut": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.HideZoomedOut": "TinyLife.Objects.Visibility.yml",
"TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml",
@ -1393,10 +1478,12 @@
"TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml", "TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml",
"TinyLife.Options.CameraRotation": "TinyLife.Options.yml", "TinyLife.Options.CameraRotation": "TinyLife.Options.yml",
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml", "TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
"TinyLife.Options.DisplayedHints": "TinyLife.Options.yml", "TinyLife.Options.DisplayedHints": "TinyLife.Options.yml",
"TinyLife.Options.Fullscreen": "TinyLife.Options.yml", "TinyLife.Options.Fullscreen": "TinyLife.Options.yml",
"TinyLife.Options.GameSpeeds": "TinyLife.Options.yml", "TinyLife.Options.GameSpeeds": "TinyLife.Options.yml",
"TinyLife.Options.HideHangingObjects": "TinyLife.Options.yml", "TinyLife.Options.HideHangingObjects": "TinyLife.Options.yml",
"TinyLife.Options.IncreaseSpeedKeybind": "TinyLife.Options.yml",
"TinyLife.Options.Instance": "TinyLife.Options.yml", "TinyLife.Options.Instance": "TinyLife.Options.yml",
"TinyLife.Options.InteractKeybind": "TinyLife.Options.yml", "TinyLife.Options.InteractKeybind": "TinyLife.Options.yml",
"TinyLife.Options.Keybinds": "TinyLife.Options.yml", "TinyLife.Options.Keybinds": "TinyLife.Options.yml",
@ -1407,13 +1494,13 @@
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
"TinyLife.Options.Save": "TinyLife.Options.yml", "TinyLife.Options.Save": "TinyLife.Options.yml",
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml", "TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SoundVolume": "TinyLife.Options.yml", "TinyLife.Options.SoundVolume": "TinyLife.Options.yml",
"TinyLife.Options.SpeechVolume": "TinyLife.Options.yml", "TinyLife.Options.SpeechVolume": "TinyLife.Options.yml",
"TinyLife.Options.StingVolume": "TinyLife.Options.yml", "TinyLife.Options.StingVolume": "TinyLife.Options.yml",
"TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml", "TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml",
"TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml", "TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml",
"TinyLife.Options.TakeScreenshotKeybind": "TinyLife.Options.yml",
"TinyLife.Options.UiScale": "TinyLife.Options.yml", "TinyLife.Options.UiScale": "TinyLife.Options.yml",
"TinyLife.Options.VSync": "TinyLife.Options.yml", "TinyLife.Options.VSync": "TinyLife.Options.yml",
"TinyLife.Options.WallDisplays": "TinyLife.Options.yml", "TinyLife.Options.WallDisplays": "TinyLife.Options.yml",
@ -1426,13 +1513,13 @@
"TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.Instance": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Instance": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.Load(System.String)": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Load(System.String)": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.MaxRegularVisitors": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.AmountPerPerson": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.AmountPerPerson": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.BoostedSkillsModifier": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.DisallowedOthers": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.DisallowedOthers": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml",
@ -1463,6 +1550,7 @@
"TinyLife.Relationship.Partner": "TinyLife.Relationship.yml", "TinyLife.Relationship.Partner": "TinyLife.Relationship.yml",
"TinyLife.Relationship.PassiveFriendReduction": "TinyLife.Relationship.yml", "TinyLife.Relationship.PassiveFriendReduction": "TinyLife.Relationship.yml",
"TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml", "TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml",
"TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml", "TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
@ -1474,6 +1562,7 @@
"TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml",
"TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml",
"TinyLife.Set": "TinyLife.Set.yml", "TinyLife.Set": "TinyLife.Set.yml",
"TinyLife.Set.Woodworking": "TinyLife.Set.yml",
"TinyLife.Set.Workout": "TinyLife.Set.yml", "TinyLife.Set.Workout": "TinyLife.Set.yml",
"TinyLife.Skills": "TinyLife.Skills.yml", "TinyLife.Skills": "TinyLife.Skills.yml",
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
@ -1551,7 +1640,17 @@
"TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Texture": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Texture": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Types": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Types": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Woodworking": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.SkillType.Writing": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Writing": "TinyLife.Skills.SkillType.yml",
"TinyLife.Skills.WoodworkingRecipe": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.#ctor(TinyLife.Objects.FurnitureType,System.Int32,System.Single,System.TimeSpan)": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.CraftingTime": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.Name": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.Output": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.PriceMultiplier": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.Recipes": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml",
"TinyLife.Tools": "TinyLife.Tools.yml", "TinyLife.Tools": "TinyLife.Tools.yml",
"TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture})": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture})": "TinyLife.Tools.FurniturePlacer.yml",
@ -1562,6 +1661,7 @@
"TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.UnselectFurniture": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.#ctor": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.#ctor": "TinyLife.Tools.FurnitureTool.yml",
@ -1606,6 +1706,7 @@
"TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml",
@ -1619,6 +1720,7 @@
"TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.Closed": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.Closed": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.Opened": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.Opened": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.Reload": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.SelectedPerson": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.SelectedPerson": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.SelectedStat": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.SelectedStat": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.StatType": "TinyLife.Tools.PlayModeTool.StatType.yml", "TinyLife.Tools.PlayModeTool.StatType": "TinyLife.Tools.PlayModeTool.StatType.yml",
@ -1638,6 +1740,7 @@
"TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RoofTool": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.#ctor": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.#ctor": "TinyLife.Tools.RoofTool.yml",
@ -1665,7 +1768,6 @@
"TinyLife.Tools.Tool.DisplayAsTab": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.DisplayAsTab": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.ForceWallsUp": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.ForceWallsUp": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.GetClosestWallDirection(Microsoft.Xna.Framework.Point)": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.GetMouseCursor": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.GetMouseCursor": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.Input": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Input": "TinyLife.Tools.Tool.yml",
@ -1807,8 +1909,8 @@
"TinyLife.World.BillsMail.OnReceived(TinyLife.World.Map)": "TinyLife.World.BillsMail.yml", "TinyLife.World.BillsMail.OnReceived(TinyLife.World.Map)": "TinyLife.World.BillsMail.yml",
"TinyLife.World.Door": "TinyLife.World.Door.yml", "TinyLife.World.Door": "TinyLife.World.Door.yml",
"TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Door.yml", "TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Door.yml",
"TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml",
"TinyLife.World.Door.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Door.yml", "TinyLife.World.Door.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Door.yml",
"TinyLife.World.Door.IsWindow": "TinyLife.World.Door.yml",
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml", "TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
"TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml",
@ -1829,11 +1931,12 @@
"TinyLife.World.Household.Add(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Add(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml", "TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml", "TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Export": "TinyLife.World.Household.yml", "TinyLife.World.Household.DefaultMoney": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Export(System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml", "TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", "TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml", "TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml", "TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml",
"TinyLife.World.Household.IsLotVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml", "TinyLife.World.Household.IsLotVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Lot": "TinyLife.World.Household.yml", "TinyLife.World.Household.Lot": "TinyLife.World.Household.yml",
@ -1842,7 +1945,7 @@
"TinyLife.World.Household.Members": "TinyLife.World.Household.yml", "TinyLife.World.Household.Members": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Money": "TinyLife.World.Household.yml", "TinyLife.World.Household.Money": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml", "TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Remove(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml", "TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml",
@ -1936,6 +2039,7 @@
"TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetPeople": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRegularVisitors": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoads": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoads": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
@ -1948,6 +2052,7 @@
"TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.LoadStaticMap(System.String)": "TinyLife.World.Map.yml", "TinyLife.World.Map.LoadStaticMap(System.String)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml", "TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml",
@ -1973,7 +2078,8 @@
"TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml", "TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml",
"TinyLife.World.Map.StaticVersion": "TinyLife.World.Map.yml", "TinyLife.World.Map.StaticVersion": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Map.yml", "TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String})": "TinyLife.World.Map.yml", "TinyLife.World.Map.UpdateRegularVisitors": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
"TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml",
"TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml",
@ -1986,11 +2092,11 @@
"TinyLife.World.MapSection.Validate": "TinyLife.World.MapSection.yml", "TinyLife.World.MapSection.Validate": "TinyLife.World.MapSection.yml",
"TinyLife.World.Opening": "TinyLife.World.Opening.yml", "TinyLife.World.Opening": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.Color": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Color": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.GetPrice": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.GetPrice": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.IsWindow": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.Type": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Type": "TinyLife.World.Opening.yml",
"TinyLife.World.OpeningType": "TinyLife.World.OpeningType.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,System.Func{TinyLife.World.OpeningType,System.Int32,TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
@ -2029,9 +2135,11 @@
"TinyLife.World.RoofType.Name": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Name": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Price": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Price": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Register(TinyLife.World.RoofType)": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Register(TinyLife.World.RoofType)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.RoundedShingles": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.SquareShingles": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.SquareShingles": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Style": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Style": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Texture": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Texture": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Thatch": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Types": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Types": "TinyLife.World.RoofType.yml",
"TinyLife.World.Room": "TinyLife.World.Room.yml", "TinyLife.World.Room": "TinyLife.World.Room.yml",
"TinyLife.World.Room.Center": "TinyLife.World.Room.yml", "TinyLife.World.Room.Center": "TinyLife.World.Room.yml",
@ -2050,7 +2158,7 @@
"TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.IsWindow": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.World.Wall)": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.Tile": "TinyLife.World.Tile.yml", "TinyLife.World.Tile": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",

View file

@ -20,10 +20,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CompletionType id: CompletionType
path: Actions/Action.cs path: Actions/Action.cs
startLine: 632 startLine: 644
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -57,10 +57,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Active id: Active
path: Actions/Action.cs path: Actions/Action.cs
startLine: 637 startLine: 649
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -91,10 +91,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Completed id: Completed
path: Actions/Action.cs path: Actions/Action.cs
startLine: 641 startLine: 653
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -125,10 +125,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Failed id: Failed
path: Actions/Action.cs path: Actions/Action.cs
startLine: 645 startLine: 657
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -159,10 +159,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Canceled id: Canceled
path: Actions/Action.cs path: Actions/Action.cs
startLine: 649 startLine: 661
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.GetDisplayName - TinyLife.Actions.Action.GetDisplayName
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
@ -39,6 +39,7 @@ items:
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule) - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action) - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Action.Random - TinyLife.Actions.Action.Random
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
@ -59,7 +60,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Action id: Action
path: Actions/Action.cs path: Actions/Action.cs
startLine: 26 startLine: 26
@ -87,6 +88,7 @@ items:
- TinyLife.Actions.MultiAction - TinyLife.Actions.MultiAction
- TinyLife.Actions.PathfindAction - TinyLife.Actions.PathfindAction
- TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction
- TinyLife.Actions.TellPeopleToLeaveRoomAction
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
@ -131,7 +133,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Random id: Random
path: Actions/Action.cs path: Actions/Action.cs
startLine: 33 startLine: 33
@ -168,10 +170,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Actions/Action.cs path: Actions/Action.cs
startLine: 38 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -213,10 +215,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Info id: Info
path: Actions/Action.cs path: Actions/Action.cs
startLine: 43 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -258,10 +260,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StartedAutomatically id: StartedAutomatically
path: Actions/Action.cs path: Actions/Action.cs
startLine: 47 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -305,10 +307,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsUnderlying id: IsUnderlying
path: Actions/Action.cs path: Actions/Action.cs
startLine: 52 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -342,10 +344,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: Actions/Action.cs path: Actions/Action.cs
startLine: 56 startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -379,10 +381,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person id: Person
path: Actions/Action.cs path: Actions/Action.cs
startLine: 60 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -416,10 +418,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ElapsedTime id: ElapsedTime
path: Actions/Action.cs path: Actions/Action.cs
startLine: 64 startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -450,6 +452,43 @@ items:
- Public - Public
- Get - Get
- Protected Set - Protected Set
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
id: PlayerPromptOpen
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
type: Property
source:
remote:
path: TinyLife/Actions/Action.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PlayerPromptOpen
path: Actions/Action.cs
startLine: 72
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA property that stores whether a player prompt is currently open. A prompt can be opened using <xref href=\"TinyLife.Actions.Action.OpenPlayerPrompt(System.String%2cSystem.Predicate%7bMLEM.Ui.Elements.Panel%7d%2cSystem.Action%7bMLEM.Ui.Elements.Panel%7d%2cSystem.Boolean%2cMLEM.Ui.Elements.Element%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis property can be used to ensure that an action is not paused or canceled while a player prompt is open, as, based on the implementation of the action, there might be certain update frames that still occur while the prompt is open.\n"
example: []
syntax:
content: public bool PlayerPromptOpen { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public ReadOnly Property PlayerPromptOpen As Boolean
overload: TinyLife.Actions.Action.PlayerPromptOpen*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
id: ForceFail id: ForceFail
@ -465,10 +504,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ForceFail id: ForceFail
path: Actions/Action.cs path: Actions/Action.cs
startLine: 70 startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -498,10 +537,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/Action.cs path: Actions/Action.cs
startLine: 80 startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -537,10 +576,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/Action.cs path: Actions/Action.cs
startLine: 89 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -571,10 +610,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/Action.cs path: Actions/Action.cs
startLine: 98 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -615,10 +654,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted id: IsCompleted
path: Actions/Action.cs path: Actions/Action.cs
startLine: 113 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -652,10 +691,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/Action.cs path: Actions/Action.cs
startLine: 122 startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -690,10 +729,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanMultitask id: CanMultitask
path: Actions/Action.cs path: Actions/Action.cs
startLine: 138 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -731,10 +770,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/Action.cs path: Actions/Action.cs
startLine: 149 startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -772,10 +811,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCancel id: CanCancel
path: Actions/Action.cs path: Actions/Action.cs
startLine: 161 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -813,10 +852,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetNextAction id: GetNextAction
path: Actions/Action.cs path: Actions/Action.cs
startLine: 172 startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -854,10 +893,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIconObject id: GetIconObject
path: Actions/Action.cs path: Actions/Action.cs
startLine: 182 startLine: 190
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -891,10 +930,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: Actions/Action.cs path: Actions/Action.cs
startLine: 191 startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -928,10 +967,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Actions/Action.cs path: Actions/Action.cs
startLine: 200 startLine: 208
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -965,10 +1004,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TryForceFail id: TryForceFail
path: Actions/Action.cs path: Actions/Action.cs
startLine: 211 startLine: 219
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1006,10 +1045,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsFullyInProgress id: IsFullyInProgress
path: Actions/Action.cs path: Actions/Action.cs
startLine: 222 startLine: 230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1043,10 +1082,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInProgressTime id: GetInProgressTime
path: Actions/Action.cs path: Actions/Action.cs
startLine: 232 startLine: 240
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1080,10 +1119,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ApplyVariety id: ApplyVariety
path: Actions/Action.cs path: Actions/Action.cs
startLine: 242 startLine: 250
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1118,10 +1157,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/Action.cs path: Actions/Action.cs
startLine: 253 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1162,10 +1201,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CompleteIfNeedFull id: CompleteIfNeedFull
path: Actions/Action.cs path: Actions/Action.cs
startLine: 263 startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1204,10 +1243,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PutDownOrGoTo id: PutDownOrGoTo
path: Actions/Action.cs path: Actions/Action.cs
startLine: 274 startLine: 282
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1249,10 +1288,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPlaceDirection id: GetPlaceDirection
path: Actions/Action.cs path: Actions/Action.cs
startLine: 301 startLine: 309
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1288,10 +1327,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sit id: Sit
path: Actions/Action.cs path: Actions/Action.cs
startLine: 317 startLine: 325
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1333,10 +1372,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CompleteInTime id: CompleteInTime
path: Actions/Action.cs path: Actions/Action.cs
startLine: 337 startLine: 345
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1384,14 +1423,14 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OpenPlayerPrompt id: OpenPlayerPrompt
path: Actions/Action.cs path: Actions/Action.cs
startLine: 355 startLine: 364
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nOpens a prompt for the player with the given elements, also pausing the game.\nThis behavior is used for things like the <xref href=\"TinyLife.Actions.ActionType.QuitJob\" data-throw-if-not-resolved=\"false\"></xref> action, where a confirmation panel pops up.\n" summary: "\nOpens a prompt for the player with the given elements, also pausing the game.\nThis behavior is used for things like the <xref href=\"TinyLife.Actions.ActionType.QuitJob\" data-throw-if-not-resolved=\"false\"></xref> action, where a confirmation panel pops up.\nTo check whether a player prompt is currently opened, see <xref href=\"TinyLife.Actions.Action.PlayerPromptOpen\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected Group OpenPlayerPrompt(string title, Predicate<Panel> canFinish, Action<Panel> onFinished, bool canExit, params Element[] children) content: protected Group OpenPlayerPrompt(string title, Predicate<Panel> canFinish, Action<Panel> onFinished, bool canExit, params Element[] children)
@ -1441,14 +1480,14 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OpenYesNoPrompt id: OpenYesNoPrompt
path: Actions/Action.cs path: Actions/Action.cs
startLine: 389 startLine: 400
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nOpens a prompt for the player that contains a yes and a no button along with some text.\nThis prompt can be used to ensure that a player selected the right option in an important decision.\nWhile the prompt is open, the game will be paused.\n" summary: "\nOpens a prompt for the player that contains a yes and a no button along with some text.\nThis prompt can be used to ensure that a player selected the right option in an important decision.\nTo check whether a player prompt is currently opened, see <xref href=\"TinyLife.Actions.Action.PlayerPromptOpen\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected void OpenYesNoPrompt(string title, Action onYes, Action onNo = null) content: protected void OpenYesNoPrompt(string title, Action onYes, Action onNo = null)
@ -1483,14 +1522,14 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OpenTextPrompt id: OpenTextPrompt
path: Actions/Action.cs path: Actions/Action.cs
startLine: 415 startLine: 426
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nOpens a prompt with a text box that allows the player to input a string.\nWhile the prompt is open, the game will be paused.\n" summary: "\nOpens a prompt with a text box that allows the player to input a string.\nTo check whether a player prompt is currently opened, see <xref href=\"TinyLife.Actions.Action.PlayerPromptOpen\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected void OpenTextPrompt(string title, Action<string> onFinished, Predicate<string> isNameValid = null, TextField.Rule rule = null) content: protected void OpenTextPrompt(string title, Action<string> onFinished, Predicate<string> isNameValid = null, TextField.Rule rule = null)
@ -1531,10 +1570,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakAlone id: SpeakAlone
path: Actions/Action.cs path: Actions/Action.cs
startLine: 433 startLine: 444
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1582,10 +1621,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetFreeChair id: GetFreeChair
path: Actions/Action.cs path: Actions/Action.cs
startLine: 470 startLine: 481
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1626,17 +1665,17 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindAllFreePeople id: FindAllFreePeople
path: Actions/Action.cs path: Actions/Action.cs
startLine: 500 startLine: 511
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) content: public static IEnumerable<Person> FindAllFreePeople(ActionType type, Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
parameters: parameters:
- id: type - id: type
type: TinyLife.Actions.ActionType type: TinyLife.Actions.ActionType
@ -1682,17 +1721,17 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindAllFreeFurniture id: FindAllFreeFurniture
path: Actions/Action.cs path: Actions/Action.cs
startLine: 525 startLine: 536
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA helper method to find a set of all <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false) content: public static IEnumerable<Furniture> FindAllFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
@ -1747,17 +1786,17 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindAllFreeWalls id: FindAllFreeWalls
path: Actions/Action.cs path: Actions/Action.cs
startLine: 543 startLine: 554
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA helper method to find a set of all <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> instances that are currently valid for interaction with the passed <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) content: public static IEnumerable<Wall> FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
@ -1800,17 +1839,17 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindAllFreeGround id: FindAllFreeGround
path: Actions/Action.cs path: Actions/Action.cs
startLine: 558 startLine: 569
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n" summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
example: [] example: []
syntax: syntax:
content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) content: public static IEnumerable<Point> FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
@ -1838,32 +1877,32 @@ items:
- Shared - Shared
fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean)
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
id: FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) id: FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
langs: langs:
- csharp - csharp
- vb - vb
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindFreeFurniture id: FindFreeFurniture
path: Actions/Action.cs path: Actions/Action.cs
startLine: 575 startLine: 587
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA helper method to find the best <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance to interact with based on the given data.\nNote that this method always returns a <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> related to the first result from <xref href=\"TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person%2cTinyLife.Objects.ObjectCategory%2cTinyLife.Objects.FurnitureType%2cSystem.Boolean%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bSystem.Single%7d%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false) content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
@ -1880,20 +1919,23 @@ items:
- id: allowBroken - id: allowBroken
type: System.Boolean type: System.Boolean
description: Whether furniture that is <xref href="TinyLife.Objects.BreakableFurniture.Broken" data-throw-if-not-resolved="false"></xref> can be returned description: Whether furniture that is <xref href="TinyLife.Objects.BreakableFurniture.Broken" data-throw-if-not-resolved="false"></xref> can be returned
- id: ignoreVisibility
type: System.Boolean
description: Whether the visibility (<xref href="TinyLife.World.Household.IsLotVisible(TinyLife.World.Lot)" data-throw-if-not-resolved="false"></xref>) of the object&apos;s lot should be ignored, or false by default
return: return:
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
description: An action info for the best furniture, or null if there is none description: An action info for the best furniture, or null if there is none
content.vb: Public Shared Function FindFreeFurniture(person As Person, categories As ObjectCategory, objectSpotType As FurnitureType = Nothing, position As Vector2? = Nothing, allowBroken As Boolean = False) As ActionInfo content.vb: Public Shared Function FindFreeFurniture(person As Person, categories As ObjectCategory, objectSpotType As FurnitureType = Nothing, position As Vector2? = Nothing, allowBroken As Boolean = False, ignoreVisibility As Boolean = False) As ActionInfo
overload: TinyLife.Actions.Action.FindFreeFurniture* overload: TinyLife.Actions.Action.FindFreeFurniture*
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
modifiers.csharp: modifiers.csharp:
- public - public
- static - static
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
id: CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) id: CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
@ -1909,10 +1951,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanMultitask id: CanMultitask
path: Actions/Action.cs path: Actions/Action.cs
startLine: 587 startLine: 599
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1953,10 +1995,10 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetTableSpot id: GetTableSpot
path: Actions/Action.cs path: Actions/Action.cs
startLine: 598 startLine: 610
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2858,6 +2900,167 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
parent: TinyLife.Actions.Action
isExternal: true
name: OpenPlayerPrompt(String, Predicate<Panel>, Action<Panel>, Boolean, Element[])
nameWithType: Action.OpenPlayerPrompt(String, Predicate<Panel>, Action<Panel>, Boolean, Element[])
fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, System.Boolean, MLEM.Ui.Elements.Element[])
nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element())
fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, MLEM.Ui.Elements.Element())
name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element())
spec.csharp:
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
name: OpenPlayerPrompt
nameWithType: Action.OpenPlayerPrompt
fullName: TinyLife.Actions.Action.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: MLEM.Ui.Elements.Element
name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: '[]'
nameWithType: '[]'
fullName: '[]'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[])
name: OpenPlayerPrompt
nameWithType: Action.OpenPlayerPrompt
fullName: TinyLife.Actions.Action.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: MLEM.Ui.Elements.Element
name: Element
nameWithType: Element
fullName: MLEM.Ui.Elements.Element
isExternal: true
- name: ()
nameWithType: ()
fullName: ()
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Action.PlayerPromptOpen*
commentId: Overload:TinyLife.Actions.Action.PlayerPromptOpen
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.IsCompleted - uid: TinyLife.Actions.Action.IsCompleted
commentId: M:TinyLife.Actions.Action.IsCompleted commentId: M:TinyLife.Actions.Action.IsCompleted
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -3588,6 +3791,12 @@ references:
- uid: TinyLife.Actions.ActionType.QuitJob - uid: TinyLife.Actions.ActionType.QuitJob
commentId: F:TinyLife.Actions.ActionType.QuitJob commentId: F:TinyLife.Actions.ActionType.QuitJob
isExternal: true isExternal: true
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: System.InvalidOperationException - uid: System.InvalidOperationException
commentId: T:System.InvalidOperationException commentId: T:System.InvalidOperationException
isExternal: true isExternal: true

View file

@ -10,6 +10,7 @@ items:
- TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) - TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2) - TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)
- TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject) - TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)
- TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)
- TinyLife.Actions.ActionInfo.GetActionObject``1 - TinyLife.Actions.ActionInfo.GetActionObject``1
- TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture) - TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
- TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
@ -30,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionInfo id: ActionInfo
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 14 startLine: 14
@ -95,7 +96,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person id: Person
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 20 startLine: 20
@ -132,7 +133,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionLocation id: ActionLocation
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 27 startLine: 27
@ -177,7 +178,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSpot id: ActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 31 startLine: 31
@ -217,7 +218,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 38 startLine: 38
@ -254,7 +255,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetActionObject id: GetActionObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 65 startLine: 65
@ -295,7 +296,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddAuxiliaryObject id: AddAuxiliaryObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 87 startLine: 87
@ -334,7 +335,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedObjects id: GetInvolvedObjects
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 105 startLine: 105
@ -382,7 +383,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedObject id: GetInvolvedObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 148 startLine: 148
@ -432,7 +433,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInvolvedActionSpot id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 159 startLine: 159
@ -471,7 +472,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ToFreeActionSpot id: ToFreeActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 175 startLine: 175
@ -510,7 +511,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OccupyFreeActionSpot id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 191 startLine: 191
@ -520,7 +521,7 @@ items:
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n" summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: [] example: []
syntax: syntax:
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? )) content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
parameters: parameters:
- id: context - id: context
type: TinyLife.Objects.ObjectCategory type: TinyLife.Objects.ObjectCategory
@ -558,7 +559,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 201 startLine: 201
@ -594,7 +595,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromLocation id: FromLocation
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 211 startLine: 211
@ -638,7 +639,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromObjectGeneric id: FromObjectGeneric
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 221 startLine: 221
@ -667,6 +668,47 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
- uid: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)
id: FromSelf(TinyLife.Objects.Person)
parent: TinyLife.Actions.ActionInfo
langs:
- csharp
- vb
name: FromSelf(Person)
nameWithType: ActionInfo.FromSelf(Person)
fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromSelf
path: Actions/ActionInfo.cs
startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns a new <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> based on the given person, with the action object also being the person\n"
example: []
syntax:
content: public static ActionInfo FromSelf(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to create an action info from
return:
type: TinyLife.Actions.ActionInfo
description: A new action info based on the person
content.vb: Public Shared Function FromSelf(person As Person) As ActionInfo
overload: TinyLife.Actions.ActionInfo.FromSelf*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references: references:
- uid: TinyLife.Actions - uid: TinyLife.Actions
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
@ -1904,3 +1946,8 @@ references:
name: FromObjectGeneric name: FromObjectGeneric
nameWithType: ActionInfo.FromObjectGeneric nameWithType: ActionInfo.FromObjectGeneric
fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric
- uid: TinyLife.Actions.ActionInfo.FromSelf*
commentId: Overload:TinyLife.Actions.ActionInfo.FromSelf
name: FromSelf
nameWithType: ActionInfo.FromSelf
fullName: TinyLife.Actions.ActionInfo.FromSelf

View file

@ -21,10 +21,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AiSettings id: AiSettings
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 290 startLine: 309
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -63,10 +63,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SolvedNeeds id: SolvedNeeds
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 297 startLine: 316
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -96,10 +96,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassivePriority id: PassivePriority
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 304 startLine: 323
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -129,10 +129,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanDoRandomly id: CanDoRandomly
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 311 startLine: 330
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -162,10 +162,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 318 startLine: 337
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -195,10 +195,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 324 startLine: 343
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecuteDelegate id: CanExecuteDelegate
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 157 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -36,10 +36,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecuteResult id: CanExecuteResult
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 331 startLine: 350
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -72,10 +72,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hidden id: Hidden
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 336 startLine: 355
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -106,10 +106,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Valid id: Valid
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 340 startLine: 359
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -140,10 +140,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HoldingItem id: HoldingItem
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 344 startLine: 363
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -174,10 +174,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoSpace id: NoSpace
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 348 startLine: 367
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -208,10 +208,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoChair id: NoChair
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 352 startLine: 371
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -242,10 +242,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotEnoughMoney id: NotEnoughMoney
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 356 startLine: 375
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -276,10 +276,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotEnoughSkill id: NotEnoughSkill
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 360 startLine: 379
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -310,10 +310,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooFar id: TooFar
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 364 startLine: 383
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -344,10 +344,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NotYours id: NotYours
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 368 startLine: 387
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -378,10 +378,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooUncomfortable id: TooUncomfortable
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 372 startLine: 391
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -412,10 +412,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooEmbarrassed id: TooEmbarrassed
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 376 startLine: 395
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -446,10 +446,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooSad id: TooSad
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 380 startLine: 399
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -480,10 +480,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WrongRelationshipType id: WrongRelationshipType
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 384 startLine: 403
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -514,10 +514,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObjectBroken id: ObjectBroken
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 388 startLine: 407
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -548,10 +548,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NoMatchingObjectAround id: NoMatchingObjectAround
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 392 startLine: 411
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -582,10 +582,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UtilitiesDisabled id: UtilitiesDisabled
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 396 startLine: 415
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -616,10 +616,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Expired id: Expired
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 400 startLine: 419
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -650,10 +650,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BlockedByEmotionModifier id: BlockedByEmotionModifier
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 404 startLine: 423
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -684,10 +684,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WaitingRequired id: WaitingRequired
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 408 startLine: 427
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -718,10 +718,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooStunned id: TooStunned
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 412 startLine: 431
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -36,10 +36,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TypeSettings id: TypeSettings
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 162 startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -84,10 +84,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 167 startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -117,10 +117,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NameWithoutCategory id: NameWithoutCategory
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 172 startLine: 189
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -155,10 +155,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Categories id: Categories
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 177 startLine: 194
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -193,10 +193,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture id: Texture
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 182 startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -226,10 +226,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Context id: Context
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 187 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -259,10 +259,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute id: CanExecute
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 193 startLine: 210
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -292,10 +292,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedType id: ConstructedType
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 198 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -325,10 +325,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructorArguments id: ConstructorArguments
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 203 startLine: 220
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -358,14 +358,14 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Varieties id: Varieties
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 209 startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA set of <xref href=\"TinyLife.Actions.ActionVariety\" data-throw-if-not-resolved=\"false\"></xref> instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user. If the returned collection is empty, the action is treated the same as if its <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref> function returned <xref href=\"TinyLife.Actions.ActionType.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> invokes an action with a variety, it chooses a variety randomly based on its <xref href=\"TinyLife.Actions.ActionVariety.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nA set of <xref href=\"TinyLife.Actions.ActionVariety\" data-throw-if-not-resolved=\"false\"></xref> instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its <xref href=\"TinyLife.Actions.ActionType.TypeSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref> function returned <xref href=\"TinyLife.Actions.ActionType.CanExecuteResult.Hidden\" data-throw-if-not-resolved=\"false\"></xref>.\nWhen the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref> invokes an action with a variety, it chooses a variety randomly based on its <xref href=\"TinyLife.Actions.ActionVariety.PassivePriority\" data-throw-if-not-resolved=\"false\"></xref>.\nTo query this function and do all of the appropriate error handling, use <xref href=\"TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Func<ActionInfo, IEnumerable<ActionVariety>> Varieties content: public Func<ActionInfo, IEnumerable<ActionVariety>> Varieties
@ -391,10 +391,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ai id: Ai
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 214 startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -424,10 +424,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsInappropriateElsewhere id: IsInappropriateElsewhere
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 219 startLine: 238
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -457,10 +457,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IconName id: IconName
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 225 startLine: 244
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -490,10 +490,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 231 startLine: 250
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -523,10 +523,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill id: RequiredSkill
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 237 startLine: 256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -556,10 +556,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredEmotion id: RequiredEmotion
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 242 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -589,10 +589,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPersonality id: RequiredPersonality
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 247 startLine: 266
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -622,10 +622,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 257 startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -664,10 +664,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetData id: SetData
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 268 startLine: 287
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -702,10 +702,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetData id: GetData
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 274 startLine: 293
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -745,10 +745,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDataKeys id: GetDataKeys
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 279 startLine: 298
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1697,6 +1697,9 @@ references:
- uid: TinyLife.Actions.ActionVariety.PassivePriority - uid: TinyLife.Actions.ActionVariety.PassivePriority
commentId: F:TinyLife.Actions.ActionVariety.PassivePriority commentId: F:TinyLife.Actions.ActionVariety.PassivePriority
isExternal: true isExternal: true
- uid: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)
isExternal: true
- uid: System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} - uid: System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}}
commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}}
parent: System parent: System

File diff suppressed because it is too large Load diff

View file

@ -18,6 +18,7 @@ items:
- TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding) - TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
- TinyLife.Actions.ActionVariety.Name - TinyLife.Actions.ActionVariety.Name
- TinyLife.Actions.ActionVariety.PassivePriority - TinyLife.Actions.ActionVariety.PassivePriority
- TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
- TinyLife.Actions.ActionVariety.SetData(System.String,System.Object) - TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)
langs: langs:
- csharp - csharp
@ -30,10 +31,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionVariety id: ActionVariety
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 14 startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -78,10 +79,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 19 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -111,10 +112,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassivePriority id: PassivePriority
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 24 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -144,10 +145,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute id: CanExecute
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 30 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -177,10 +178,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisplayName id: DisplayName
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 35 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -210,10 +211,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Description id: Description
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 40 startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -243,14 +244,14 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CustomLayout id: CustomLayout
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 46 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nAn action that is invoked when this action variety is added to a play mode ui.\nIf this action is set, the <xref href=\"MLEM.Ui.Elements.Button\" data-throw-if-not-resolved=\"false\"></xref> that is passed can be modified to look different based on this variety.\nPredefined custom layouts such as <xref href=\"TinyLife.Actions.ActionVariety.ImageLayout(System.Single%2cMLEM.Ui.Elements.Element.DrawCallback%2cMLEM.Misc.Padding)\" data-throw-if-not-resolved=\"false\"></xref> can be found statically in this class.\n" summary: "\nAn action that is invoked when this action variety is added to a play mode ui.\nIf this action is set, the <xref href=\"MLEM.Ui.Elements.Button\" data-throw-if-not-resolved=\"false\"></xref> that is passed can be modified to look different based on this variety.\nPredefined custom layouts such as <xref href=\"TinyLife.Actions.ActionVariety.ImageLayout(System.Single%2cMLEM.Ui.Elements.Element.DrawCallback%2cMLEM.Misc.Padding)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> can be found statically in this class.\n"
example: [] example: []
syntax: syntax:
content: public Action<Button> CustomLayout content: public Action<Button> CustomLayout
@ -276,10 +277,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 54 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -312,10 +313,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 62 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -347,10 +348,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeExecuted id: CanBeExecuted
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 73 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -389,10 +390,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPassivePriority id: GetPassivePriority
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 89 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -428,10 +429,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetData id: SetData
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 94 startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -466,10 +467,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetData id: GetData
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 100 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -509,10 +510,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDataKeys id: GetDataKeys
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 105 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -544,10 +545,10 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ImageLayout id: ImageLayout
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 119 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -576,6 +577,47 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
- uid: TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
id: PortraitLayout(TinyLife.Objects.Person)
parent: TinyLife.Actions.ActionVariety
langs:
- csharp
- vb
name: PortraitLayout(Person)
nameWithType: ActionVariety.PortraitLayout(Person)
fullName: TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PortraitLayout
path: Actions/ActionVariety.cs
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA helper method intended to be used with <xref href=\"TinyLife.Actions.ActionVariety.CustomLayout\" data-throw-if-not-resolved=\"false\"></xref> that creates a layout with the same, rectangular buttons as the default layout, but with the <xref href=\"TinyLife.Objects.Person.Portrait\" data-throw-if-not-resolved=\"false\"></xref> of the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> on the left\n"
example: []
syntax:
content: public static Action<Button> PortraitLayout(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to create the portrait layout for
return:
type: System.Action{MLEM.Ui.Elements.Button}
description: An action that can be fed into <xref href="TinyLife.Actions.ActionVariety.CustomLayout" data-throw-if-not-resolved="false"></xref>
content.vb: Public Shared Function PortraitLayout(person As Person) As Action(Of Button)
overload: TinyLife.Actions.ActionVariety.PortraitLayout*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references: references:
- uid: TinyLife.Actions.ActionType - uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType commentId: T:TinyLife.Actions.ActionType
@ -1393,6 +1435,9 @@ references:
- uid: TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding) - uid: TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
commentId: M:TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding) commentId: M:TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
isExternal: true isExternal: true
- uid: TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
isExternal: true
- uid: System.Action{MLEM.Ui.Elements.Button} - uid: System.Action{MLEM.Ui.Elements.Button}
commentId: T:System.Action{MLEM.Ui.Elements.Button} commentId: T:System.Action{MLEM.Ui.Elements.Button}
parent: System parent: System
@ -1832,3 +1877,11 @@ references:
name: Padding name: Padding
nameWithType: Padding nameWithType: Padding
fullName: MLEM.Misc.Padding fullName: MLEM.Misc.Padding
- uid: TinyLife.Objects.Person.Portrait
commentId: F:TinyLife.Objects.Person.Portrait
isExternal: true
- uid: TinyLife.Actions.ActionVariety.PortraitLayout*
commentId: Overload:TinyLife.Actions.ActionVariety.PortraitLayout
name: PortraitLayout
nameWithType: ActionVariety.PortraitLayout
fullName: TinyLife.Actions.ActionVariety.PortraitLayout

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ComputerAction id: ComputerAction
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 10 startLine: 10
@ -70,6 +70,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -93,7 +94,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -133,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScreenContent id: ScreenContent
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 16 startLine: 16
@ -172,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 20 startLine: 20
@ -211,7 +212,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 24 startLine: 24
@ -246,7 +247,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 29 startLine: 29
@ -291,7 +292,7 @@ items:
remote: remote:
path: TinyLife/Actions/ComputerAction.cs path: TinyLife/Actions/ComputerAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/ComputerAction.cs path: Actions/ComputerAction.cs
startLine: 37 startLine: 37
@ -1001,6 +1002,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2697,18 +2704,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2760,11 +2767,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2816,6 +2831,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DieAction id: DieAction
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 20 startLine: 20
@ -56,6 +56,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) - TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
@ -80,7 +81,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -118,7 +119,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reason id: Reason
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 26 startLine: 26
@ -161,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 29 startLine: 29
@ -200,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 33 startLine: 33
@ -235,7 +236,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 38 startLine: 38
@ -273,7 +274,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCancel id: CanCancel
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 43 startLine: 43
@ -315,7 +316,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 48 startLine: 48
@ -360,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 53 startLine: 53
@ -405,7 +406,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted id: IsCompleted
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 86 startLine: 86
@ -443,7 +444,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 91 startLine: 91
@ -482,7 +483,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Enqueue id: Enqueue
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 103 startLine: 103
@ -607,6 +608,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2325,18 +2332,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2388,11 +2395,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2444,6 +2459,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -23,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Emote id: Emote
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 14 startLine: 14
@ -68,7 +68,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllCategories id: AllCategories
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 19 startLine: 19
@ -105,7 +105,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture id: Texture
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 55 startLine: 55
@ -140,7 +140,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Categories id: Categories
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 59 startLine: 59
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 66 startLine: 66
@ -214,7 +214,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetRandomEmote id: GetRandomEmote
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 76 startLine: 76
@ -255,7 +255,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetEmotes id: GetEmotes
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 85 startLine: 85
@ -296,7 +296,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 100 startLine: 100

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmoteCategory id: EmoteCategory
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 117 startLine: 117
@ -66,7 +66,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: General id: General
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 123 startLine: 123
@ -100,7 +100,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Travel id: Travel
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 127 startLine: 127
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Negative id: Negative
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 131 startLine: 131
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Flirty id: Flirty
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 135 startLine: 135
@ -202,7 +202,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Unable id: Unable
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 139 startLine: 139

View file

@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetAndSitDownAction id: GetAndSitDownAction
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 13 startLine: 13
@ -74,6 +74,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CausesExtremelyFastSpeed - TinyLife.Actions.Action.CausesExtremelyFastSpeed
@ -96,7 +97,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -136,7 +137,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkItems id: WorkItems
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 19 startLine: 19
@ -175,7 +176,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ForceTable id: ForceTable
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 24 startLine: 24
@ -214,7 +215,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllowStandingDesk id: AllowStandingDesk
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 28 startLine: 28
@ -253,7 +254,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 31 startLine: 31
@ -292,7 +293,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 35 startLine: 35
@ -330,7 +331,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 92 startLine: 92
@ -365,7 +366,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 105 startLine: 105
@ -410,7 +411,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIconObject id: GetIconObject
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 124 startLine: 124
@ -448,7 +449,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetNextAction id: GetNextAction
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 129 startLine: 129
@ -490,7 +491,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInteractingItem id: GetInteractingItem
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 143 startLine: 143
@ -533,7 +534,7 @@ items:
remote: remote:
path: TinyLife/Actions/GetAndSitDownAction.cs path: TinyLife/Actions/GetAndSitDownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInteractingItemForAction id: GetInteractingItemForAction
path: Actions/GetAndSitDownAction.cs path: Actions/GetAndSitDownAction.cs
startLine: 169 startLine: 169
@ -1220,6 +1221,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2888,18 +2895,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2951,11 +2958,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -3007,6 +3022,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -22,10 +22,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoHereAction id: GoHereAction
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 10 startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -67,6 +67,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
@ -91,7 +92,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -129,10 +130,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 13 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,10 +169,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 17 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,10 +207,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldFail id: ShouldFail
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 45 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -251,10 +252,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 51 startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -286,10 +287,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 55 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -324,10 +325,10 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCancel id: CanCancel
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 60 startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -958,6 +959,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2690,18 +2697,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2753,11 +2760,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2809,6 +2824,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -36,7 +36,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MultiAction id: MultiAction
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 11 startLine: 11
@ -75,6 +75,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
@ -99,7 +100,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -139,7 +140,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FirstActions id: FirstActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 16 startLine: 16
@ -186,7 +187,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MainElapsedTime id: MainElapsedTime
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 21 startLine: 21
@ -235,7 +236,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NextActions id: NextActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 27 startLine: 27
@ -282,7 +283,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 34 startLine: 34
@ -321,7 +322,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 44 startLine: 44
@ -358,7 +359,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 50 startLine: 50
@ -392,7 +393,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 57 startLine: 57
@ -429,7 +430,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 67 startLine: 67
@ -473,7 +474,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateNextActions id: CreateNextActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 77 startLine: 77
@ -514,7 +515,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 87 startLine: 87
@ -552,7 +553,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldFail id: ShouldFail
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 97 startLine: 97
@ -596,7 +597,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnBetweenActions id: OnBetweenActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 111 startLine: 111
@ -649,7 +650,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 116 startLine: 116
@ -686,7 +687,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 140 startLine: 140
@ -733,7 +734,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted id: IsCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 175 startLine: 175
@ -773,7 +774,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 201 startLine: 201
@ -814,7 +815,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 214 startLine: 214
@ -856,7 +857,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCancel id: CanCancel
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 234 startLine: 234
@ -898,7 +899,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInProgressTime id: GetInProgressTime
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 240 startLine: 240
@ -936,7 +937,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoToActionLocation id: GoToActionLocation
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 249 startLine: 249
@ -1047,6 +1048,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2779,18 +2786,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2842,11 +2849,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2898,6 +2913,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OutOfTownAction id: OutOfTownAction
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 14 startLine: 14
@ -72,6 +72,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -93,7 +94,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -133,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedsToTakeCareOf id: NeedsToTakeCareOf
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 21 startLine: 21
@ -168,7 +169,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 34 startLine: 34
@ -216,7 +217,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 40 startLine: 40
@ -254,7 +255,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 49 startLine: 49
@ -289,7 +290,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 53 startLine: 53
@ -334,7 +335,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetNextAction id: GetNextAction
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 75 startLine: 75
@ -376,7 +377,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 80 startLine: 80
@ -421,7 +422,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 85 startLine: 85
@ -459,7 +460,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetClosestExitRoad id: GetClosestExitRoad
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 94 startLine: 94
@ -1134,6 +1135,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2752,18 +2759,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2815,11 +2822,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2871,6 +2886,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -28,7 +28,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PathfindAction id: PathfindAction
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 16 startLine: 16
@ -60,6 +60,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
@ -86,7 +87,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -126,7 +127,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeedMultiplier id: SpeedMultiplier
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 23 startLine: 23
@ -169,7 +170,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Path id: Path
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 29 startLine: 29
@ -206,7 +207,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PathReady id: PathReady
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 33 startLine: 33
@ -243,7 +244,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 36 startLine: 36
@ -282,7 +283,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindPath id: FindPath
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 44 startLine: 44
@ -323,7 +324,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetSpeed id: GetSpeed
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 50 startLine: 50
@ -360,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnPathReady id: OnPathReady
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 56 startLine: 56
@ -394,7 +395,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 60 startLine: 60
@ -429,7 +430,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 72 startLine: 72
@ -474,7 +475,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted id: IsCompleted
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 98 startLine: 98
@ -512,7 +513,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 109 startLine: 109
@ -551,7 +552,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 120 startLine: 120
@ -662,6 +663,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2458,18 +2465,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2521,11 +2528,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2577,6 +2592,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -5,7 +5,7 @@ items:
id: SellAction id: SellAction
parent: TinyLife.Actions parent: TinyLife.Actions
children: children:
- TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single) - TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SellAction.AndThenInitialize - TinyLife.Actions.SellAction.AndThenInitialize
- TinyLife.Actions.SellAction.AndThenIsCompleted - TinyLife.Actions.SellAction.AndThenIsCompleted
- TinyLife.Actions.SellAction.CreateFirstActions - TinyLife.Actions.SellAction.CreateFirstActions
@ -21,10 +21,10 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SellAction id: SellAction
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 11 startLine: 10
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -68,6 +68,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
@ -92,7 +93,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -115,39 +116,40 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Class - Class
- uid: TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single) - uid: TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single) commentId: M:TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single)' id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.Actions.SellAction parent: TinyLife.Actions.SellAction
langs: langs:
- csharp - csharp
- vb - vb
name: SellAction(ActionType, ActionInfo, Single) name: SellAction(ActionType, ActionInfo)
nameWithType: SellAction.SellAction(ActionType, ActionInfo, Single) nameWithType: SellAction.SellAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.SellAction.SellAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Single) fullName: TinyLife.Actions.SellAction.SellAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor type: Constructor
source: source:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 17 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nCreates a new action from the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public SellAction(ActionType type, ActionInfo info, float priceMarkup) content: public SellAction(ActionType type, ActionInfo info)
parameters: parameters:
- id: type - id: type
type: TinyLife.Actions.ActionType type: TinyLife.Actions.ActionType
description: The type to create this action from
- id: info - id: info
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
- id: priceMarkup description: The information for this action
type: System.Single content.vb: Public Sub New(type As ActionType, info As ActionInfo)
content.vb: Public Sub New(type As ActionType, info As ActionInfo, priceMarkup As Single)
overload: TinyLife.Actions.SellAction.#ctor* overload: TinyLife.Actions.SellAction.#ctor*
modifiers.csharp: modifiers.csharp:
- public - public
@ -168,10 +170,10 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 22 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,10 +208,10 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 38 startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -241,10 +243,10 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 48 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -279,10 +281,10 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetSoldObject id: GetSoldObject
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 59 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1006,6 +1008,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2738,18 +2746,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2801,11 +2809,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2857,6 +2873,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3697,13 +3721,6 @@ references:
name: ActionInfo name: ActionInfo
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.Actions.MultiAction.CreateFirstActions - uid: TinyLife.Actions.MultiAction.CreateFirstActions
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SinkAction id: SinkAction
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 13 startLine: 13
@ -67,6 +67,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
@ -91,7 +92,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -131,7 +132,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 18 startLine: 18
@ -170,7 +171,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 22 startLine: 22
@ -208,7 +209,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 27 startLine: 27
@ -243,7 +244,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 31 startLine: 31
@ -288,7 +289,7 @@ items:
remote: remote:
path: TinyLife/Actions/SinkAction.cs path: TinyLife/Actions/SinkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/SinkAction.cs path: Actions/SinkAction.cs
startLine: 43 startLine: 43
@ -972,6 +973,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2704,18 +2711,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2767,11 +2774,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2823,6 +2838,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SitAction id: SitAction
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 13 startLine: 13
@ -68,6 +68,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -91,7 +92,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -129,7 +130,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 16 startLine: 16
@ -168,7 +169,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 20 startLine: 20
@ -206,7 +207,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 25 startLine: 25
@ -241,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 29 startLine: 29
@ -286,7 +287,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 36 startLine: 36
@ -324,7 +325,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanMultitask id: CanMultitask
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 49 startLine: 49
@ -986,6 +987,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2682,18 +2689,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2745,11 +2752,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2801,6 +2816,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -38,7 +38,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SocialAction id: SocialAction
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 13 startLine: 13
@ -70,6 +70,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -92,7 +93,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -132,7 +133,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsMain id: IsMain
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 19 startLine: 19
@ -181,7 +182,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Partner id: Partner
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 24 startLine: 24
@ -218,7 +219,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerAction id: PartnerAction
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 28 startLine: 28
@ -255,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConversationTime id: ConversationTime
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 33 startLine: 33
@ -304,7 +305,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Id id: Id
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 39 startLine: 39
@ -351,7 +352,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerCompletion id: PartnerCompletion
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 45 startLine: 45
@ -384,7 +385,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 52 startLine: 52
@ -423,14 +424,14 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UpdateConversation id: UpdateConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 63 startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
@ -467,7 +468,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsConversationCompleted id: IsConversationCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 73 startLine: 73
@ -504,7 +505,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InitializeConversation id: InitializeConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 82 startLine: 82
@ -538,7 +539,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetTimeWeWaitForPartner id: GetTimeWeWaitForPartner
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 90 startLine: 90
@ -575,7 +576,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 97 startLine: 97
@ -610,7 +611,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 106 startLine: 106
@ -652,7 +653,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 112 startLine: 112
@ -697,10 +698,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsCompleted id: IsCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 172 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -737,10 +738,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCancel id: CanCancel
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 199 startLine: 200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -779,10 +780,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 206 startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -818,10 +819,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanMultitask id: CanMultitask
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 214 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -860,10 +861,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 225 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -898,10 +899,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetInProgressTime id: GetInProgressTime
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 232 startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -936,17 +937,17 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakInConversation id: SpeakInConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 247 startLine: 248
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n" summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
example: [] example: []
syntax: syntax:
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647) content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -996,10 +997,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InvokeForBoth id: InvokeForBoth
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 262 startLine: 263
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1113,6 +1114,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2781,18 +2788,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2844,11 +2851,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2900,6 +2915,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -16,7 +16,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EvaluationResult id: EvaluationResult
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 350 startLine: 350

View file

@ -37,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TalkSettings id: TalkSettings
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 103 startLine: 103
@ -93,7 +93,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendshipGain id: FriendshipGain
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 109 startLine: 109
@ -126,7 +126,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoBadlyChance id: GoBadlyChance
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 114 startLine: 114
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TalkMinutes id: TalkMinutes
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 118 startLine: 118
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmoteCategory id: EmoteCategory
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 122 startLine: 122
@ -225,7 +225,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakStyle id: SpeakStyle
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 126 startLine: 126
@ -258,7 +258,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerEmoteCategory id: PartnerEmoteCategory
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 131 startLine: 131
@ -291,7 +291,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PartnerSpeakStyle id: PartnerSpeakStyle
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 136 startLine: 136
@ -324,7 +324,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainedSkill id: GainedSkill
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 140 startLine: 140
@ -357,7 +357,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainSkillOnFailure id: GainSkillOnFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 145 startLine: 145
@ -390,7 +390,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RestoredNeed id: RestoredNeed
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 149 startLine: 149
@ -423,7 +423,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredEmotion id: RequiredEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 154 startLine: 154
@ -456,7 +456,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPersonality id: RequiredPersonality
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 159 startLine: 159
@ -489,7 +489,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill id: RequiredSkill
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 165 startLine: 165
@ -522,7 +522,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute id: CanExecute
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 170 startLine: 170
@ -555,7 +555,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FailEmotion id: FailEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 175 startLine: 175
@ -588,7 +588,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GainRomancePercentage id: GainRomancePercentage
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 181 startLine: 181
@ -621,7 +621,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LoweredEmotion id: LoweredEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 186 startLine: 186
@ -654,7 +654,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnSuccess id: OnSuccess
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 190 startLine: 190
@ -687,7 +687,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnFailure id: OnFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 194 startLine: 194
@ -720,7 +720,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CheckCanExecute id: CheckCanExecute
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 203 startLine: 203
@ -762,7 +762,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Evaluate id: Evaluate
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 213 startLine: 213

View file

@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TalkAction id: TalkAction
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 16 startLine: 16
@ -74,6 +74,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -96,7 +97,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -134,7 +135,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnEvaluate id: OnEvaluate
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 22 startLine: 22
@ -169,7 +170,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnTalkSuccess id: OnTalkSuccess
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 27 startLine: 27
@ -204,7 +205,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnTalkFailure id: OnTalkFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 32 startLine: 32
@ -239,7 +240,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Settings id: Settings
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 37 startLine: 37
@ -276,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 40 startLine: 40
@ -315,14 +316,14 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UpdateConversation id: UpdateConversation
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 44 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
@ -360,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 55 startLine: 55
@ -399,7 +400,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsConversationCompleted id: IsConversationCompleted
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 63 startLine: 63
@ -437,7 +438,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Create id: Create
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 74 startLine: 74
@ -1206,6 +1207,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2874,18 +2881,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2937,11 +2944,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2993,6 +3008,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,7 @@ items:
children: children:
- TinyLife.Actions.UnderlyingAction.Action - TinyLife.Actions.UnderlyingAction.Action
- TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
- TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
- TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)
- TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
@ -21,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UnderlyingAction id: UnderlyingAction
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 12 startLine: 12
@ -76,7 +77,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Action id: Action
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 19 startLine: 19
@ -127,7 +128,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 31 startLine: 31
@ -159,6 +160,45 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
commentId: M:TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)
id: InitializeExact(TinyLife.Actions.Action,System.Boolean)
parent: TinyLife.Actions.UnderlyingAction
langs:
- csharp
- vb
name: InitializeExact(Action, Boolean)
nameWithType: UnderlyingAction.InitializeExact(Action, Boolean)
fullName: TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action, System.Boolean)
type: Method
source:
remote:
path: TinyLife/Actions/UnderlyingAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InitializeExact
path: Actions/UnderlyingAction.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.UnderlyingAction.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be tested, <xref href=\"TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n"
example: []
syntax:
content: public void InitializeExact(Action action, bool automatic = false)
parameters:
- id: action
type: TinyLife.Actions.Action
description: The action to initialize
- id: automatic
type: System.Boolean
description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub InitializeExact(action As Action, automatic As Boolean = False)
overload: TinyLife.Actions.UnderlyingAction.InitializeExact*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - uid: TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
@ -174,10 +214,10 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 52 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -216,10 +256,10 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 67 startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -252,10 +292,10 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingAction.cs path: TinyLife/Actions/UnderlyingAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCompleted id: OnCompleted
path: Actions/UnderlyingAction.cs path: Actions/UnderlyingAction.cs
startLine: 81 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -709,6 +749,11 @@ references:
name: Boolean name: Boolean
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
- uid: TinyLife.Actions.UnderlyingAction.InitializeExact*
commentId: Overload:TinyLife.Actions.UnderlyingAction.InitializeExact
name: InitializeExact
nameWithType: UnderlyingAction.InitializeExact
fullName: TinyLife.Actions.UnderlyingAction.InitializeExact
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WalkAction id: WalkAction
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 11 startLine: 11
@ -60,6 +60,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
@ -86,7 +87,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -124,7 +125,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DrainEnergy id: DrainEnergy
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 18 startLine: 18
@ -167,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 21 startLine: 21
@ -206,7 +207,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FindPath id: FindPath
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 25 startLine: 25
@ -248,7 +249,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetSpeed id: GetSpeed
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 30 startLine: 30
@ -286,7 +287,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 35 startLine: 35
@ -580,6 +581,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2376,18 +2383,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2439,11 +2446,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2495,6 +2510,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Channel id: Channel
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 184 startLine: 184
@ -56,7 +56,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Comedy id: Comedy
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 189 startLine: 189
@ -90,7 +90,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Cooking id: Cooking
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 193 startLine: 193
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Romance id: Romance
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 197 startLine: 197
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Drama id: Drama
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 201 startLine: 201
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: News id: News
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 205 startLine: 205

View file

@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WatchTvAction id: WatchTvAction
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 20 startLine: 20
@ -72,6 +72,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -94,7 +95,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -132,7 +133,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 32 startLine: 32
@ -170,7 +171,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 37 startLine: 37
@ -208,7 +209,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenInitialize id: AndThenInitialize
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 65 startLine: 65
@ -243,7 +244,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 72 startLine: 72
@ -288,7 +289,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 94 startLine: 94
@ -326,7 +327,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanMultitask id: CanMultitask
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 103 startLine: 103
@ -368,7 +369,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsFullyInProgress id: IsFullyInProgress
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 113 startLine: 113
@ -406,7 +407,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 118 startLine: 118
@ -445,7 +446,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetViewingArea id: GetViewingArea
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 149 startLine: 149
@ -489,7 +490,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetSeating id: GetSeating
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 162 startLine: 162
@ -536,7 +537,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetViewers id: GetViewers
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 176 startLine: 176
@ -1162,6 +1163,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2830,18 +2837,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2893,11 +2900,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2949,6 +2964,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkAtDeskObjectAction id: WorkAtDeskObjectAction
path: Actions/WorkAtDeskObjectAction.cs path: Actions/WorkAtDeskObjectAction.cs
startLine: 13 startLine: 13
@ -70,6 +70,7 @@ items:
- TinyLife.Actions.Action.Map - TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person - TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.ForceFail
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetIconObject
@ -93,7 +94,7 @@ items:
- TinyLife.Actions.Action.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.Action.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.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
@ -133,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Actions/WorkAtDeskObjectAction.cs path: Actions/WorkAtDeskObjectAction.cs
startLine: 16 startLine: 16
@ -172,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateFirstActions id: CreateFirstActions
path: Actions/WorkAtDeskObjectAction.cs path: Actions/WorkAtDeskObjectAction.cs
startLine: 20 startLine: 20
@ -210,7 +211,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AndThenUpdate id: AndThenUpdate
path: Actions/WorkAtDeskObjectAction.cs path: Actions/WorkAtDeskObjectAction.cs
startLine: 39 startLine: 39
@ -255,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAtDeskObjectAction.cs path: TinyLife/Actions/WorkAtDeskObjectAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetNextAction id: GetNextAction
path: Actions/WorkAtDeskObjectAction.cs path: Actions/WorkAtDeskObjectAction.cs
startLine: 51 startLine: 51
@ -969,6 +970,12 @@ references:
name: ElapsedTime name: ElapsedTime
nameWithType: Action.ElapsedTime nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceFail - uid: TinyLife.Actions.Action.ForceFail
commentId: F:TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
@ -2665,18 +2672,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, Boolean)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) fullName.vb: TinyLife.Actions.Action.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) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2728,11 +2735,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture name: FindFreeFurniture
nameWithType: Action.FindFreeFurniture nameWithType: Action.FindFreeFurniture
fullName: TinyLife.Actions.Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture
@ -2784,6 +2799,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -29,6 +29,7 @@ items:
- TinyLife.Actions.TalkAction - TinyLife.Actions.TalkAction
- TinyLife.Actions.TalkAction.TalkSettings - TinyLife.Actions.TalkAction.TalkSettings
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult - TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- TinyLife.Actions.TellPeopleToLeaveRoomAction
- TinyLife.Actions.UnderlyingAction - TinyLife.Actions.UnderlyingAction
- TinyLife.Actions.WalkAction - TinyLife.Actions.WalkAction
- TinyLife.Actions.WatchTvAction - TinyLife.Actions.WatchTvAction
@ -185,6 +186,11 @@ references:
name: TalkAction.TalkSettings.EvaluationResult name: TalkAction.TalkSettings.EvaluationResult
nameWithType: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.UnderlyingAction - uid: TinyLife.Actions.UnderlyingAction
commentId: T:TinyLife.Actions.UnderlyingAction commentId: T:TinyLife.Actions.UnderlyingAction
name: UnderlyingAction name: UnderlyingAction

View file

@ -23,10 +23,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance id: Instance
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 196 startLine: 201
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -78,10 +78,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 203 startLine: 208
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -123,10 +123,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Amount id: Amount
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 208 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -168,10 +168,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TotalTime id: TotalTime
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 213 startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -213,10 +213,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Time id: Time
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 217 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -260,10 +260,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 226 startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -302,10 +302,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassTime id: PassTime
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 238 startLine: 243
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -338,10 +338,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 252 startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -6,6 +6,7 @@ items:
parent: TinyLife.Emotions parent: TinyLife.Emotions
children: children:
- TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32}) - TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32})
- TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture
- TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined - TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined
- TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner - TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner
- TinyLife.Emotions.EmotionModifier.Asleep - TinyLife.Emotions.EmotionModifier.Asleep
@ -76,6 +77,8 @@ items:
- TinyLife.Emotions.EmotionModifier.RepairFail - TinyLife.Emotions.EmotionModifier.RepairFail
- TinyLife.Emotions.EmotionModifier.SawSomethingPersonal - TinyLife.Emotions.EmotionModifier.SawSomethingPersonal
- TinyLife.Emotions.EmotionModifier.ScrappedBook - TinyLife.Emotions.EmotionModifier.ScrappedBook
- TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject
- TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture
- TinyLife.Emotions.EmotionModifier.SleptOutside - TinyLife.Emotions.EmotionModifier.SleptOutside
- TinyLife.Emotions.EmotionModifier.StandingDeskPositive - TinyLife.Emotions.EmotionModifier.StandingDeskPositive
- TinyLife.Emotions.EmotionModifier.StandingDeskSore - TinyLife.Emotions.EmotionModifier.StandingDeskSore
@ -89,7 +92,9 @@ items:
- TinyLife.Emotions.EmotionModifier.TvRomantic - TinyLife.Emotions.EmotionModifier.TvRomantic
- TinyLife.Emotions.EmotionModifier.TvSaddenedByNews - TinyLife.Emotions.EmotionModifier.TvSaddenedByNews
- TinyLife.Emotions.EmotionModifier.Types - TinyLife.Emotions.EmotionModifier.Types
- TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture
- TinyLife.Emotions.EmotionModifier.WonTournament - TinyLife.Emotions.EmotionModifier.WonTournament
- TinyLife.Emotions.EmotionModifier.WoodworkingSplinter
- TinyLife.Emotions.EmotionModifier.WritersBlock - TinyLife.Emotions.EmotionModifier.WritersBlock
langs: langs:
- csharp - csharp
@ -102,7 +107,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmotionModifier id: EmotionModifier
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 21 startLine: 21
@ -153,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 28 startLine: 28
@ -190,7 +195,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Asleep id: Asleep
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 32 startLine: 32
@ -225,7 +230,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PeedSelf id: PeedSelf
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 33 startLine: 33
@ -260,7 +265,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassedOut id: PassedOut
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 34 startLine: 34
@ -295,7 +300,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ReadBook id: ReadBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 35 startLine: 35
@ -330,7 +335,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FailedJoke id: FailedJoke
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 36 startLine: 36
@ -365,7 +370,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DirtyDishes id: DirtyDishes
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 37 startLine: 37
@ -400,7 +405,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BadCreation id: BadCreation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 38 startLine: 38
@ -435,7 +440,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BadCreationAngry id: BadCreationAngry
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 39 startLine: 39
@ -470,7 +475,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PerfectCreation id: PerfectCreation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 40 startLine: 40
@ -505,7 +510,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendDied id: FriendDied
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 41 startLine: 41
@ -540,7 +545,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SleptOutside id: SleptOutside
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 42 startLine: 42
@ -575,7 +580,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DirtyConversationPartner id: DirtyConversationPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 43 startLine: 43
@ -610,7 +615,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CaughtBeingInappropriate id: CaughtBeingInappropriate
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 44 startLine: 44
@ -645,7 +650,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BoringWork id: BoringWork
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 45 startLine: 45
@ -680,7 +685,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SawSomethingPersonal id: SawSomethingPersonal
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 46 startLine: 46
@ -715,7 +720,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoodFood id: GoodFood
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 47 startLine: 47
@ -750,7 +755,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PleasantInteraction id: PleasantInteraction
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 48 startLine: 48
@ -785,7 +790,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LovelyInteraction id: LovelyInteraction
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 49 startLine: 49
@ -820,7 +825,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FailedRomance id: FailedRomance
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 50 startLine: 50
@ -855,7 +860,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StartedDating id: StartedDating
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 51 startLine: 51
@ -890,7 +895,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BrokenUpWith id: BrokenUpWith
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 52 startLine: 52
@ -925,7 +930,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Promoted id: Promoted
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 53 startLine: 53
@ -960,7 +965,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Demoted id: Demoted
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 54 startLine: 54
@ -995,7 +1000,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fired id: Fired
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 55 startLine: 55
@ -1030,7 +1035,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BadFood id: BadFood
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 56 startLine: 56
@ -1065,7 +1070,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FunFoolingAround id: FunFoolingAround
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 57 startLine: 57
@ -1100,7 +1105,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FinishedMod id: FinishedMod
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 58 startLine: 58
@ -1135,7 +1140,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HackingFail id: HackingFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 59 startLine: 59
@ -1170,7 +1175,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PositiveGauge id: PositiveGauge
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 60 startLine: 60
@ -1205,7 +1210,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NegativeGauge id: NegativeGauge
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 61 startLine: 61
@ -1240,7 +1245,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MeanConversationPartner id: MeanConversationPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 62 startLine: 62
@ -1275,7 +1280,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RepairFail id: RepairFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 63 startLine: 63
@ -1310,7 +1315,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoolAroundFail id: FoolAroundFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 64 startLine: 64
@ -1345,7 +1350,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WritersBlock id: WritersBlock
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 65 startLine: 65
@ -1380,7 +1385,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FinishedBook id: FinishedBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 66 startLine: 66
@ -1415,7 +1420,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScrappedBook id: ScrappedBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 67 startLine: 67
@ -1450,7 +1455,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SuccessfullyPublished id: SuccessfullyPublished
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 68 startLine: 68
@ -1485,7 +1490,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FailedPublishing id: FailedPublishing
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 69 startLine: 69
@ -1520,7 +1525,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InspiringIdeas id: InspiringIdeas
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 70 startLine: 70
@ -1555,7 +1560,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreativelyInspired id: CreativelyInspired
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 71 startLine: 71
@ -1590,7 +1595,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StrokeOfGenius id: StrokeOfGenius
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 72 startLine: 72
@ -1625,7 +1630,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IntrovertedOverstimulated id: IntrovertedOverstimulated
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 73 startLine: 73
@ -1660,7 +1665,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InspiredByPride id: InspiredByPride
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 74 startLine: 74
@ -1695,7 +1700,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TvInspiredToCook id: TvInspiredToCook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 75 startLine: 75
@ -1730,7 +1735,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TvSaddenedByNews id: TvSaddenedByNews
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 76 startLine: 76
@ -1765,7 +1770,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TvExcitedByNews id: TvExcitedByNews
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 77 startLine: 77
@ -1800,7 +1805,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TvRomantic id: TvRomantic
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 78 startLine: 78
@ -1835,7 +1840,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoodWalkthrough id: GoodWalkthrough
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 79 startLine: 79
@ -1870,7 +1875,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BoringWalkthrough id: BoringWalkthrough
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 80 startLine: 80
@ -1905,7 +1910,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BadTeammates id: BadTeammates
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 81 startLine: 81
@ -1940,7 +1945,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RageQuit id: RageQuit
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 82 startLine: 82
@ -1975,7 +1980,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WonTournament id: WonTournament
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 83 startLine: 83
@ -2010,7 +2015,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LostTournament id: LostTournament
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 84 startLine: 84
@ -2045,7 +2050,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AsexualFoolingPartner id: AsexualFoolingPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 85 startLine: 85
@ -2080,7 +2085,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AsexualFoolingDeclined id: AsexualFoolingDeclined
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 86 startLine: 86
@ -2115,7 +2120,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoolingDeclined id: FoolingDeclined
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 87 startLine: 87
@ -2150,7 +2155,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EnergizingJog id: EnergizingJog
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 88 startLine: 88
@ -2185,7 +2190,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EnergizingDumbbells id: EnergizingDumbbells
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 89 startLine: 89
@ -2220,7 +2225,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PulledMuscle id: PulledMuscle
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 90 startLine: 90
@ -2255,7 +2260,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StandingDeskPositive id: StandingDeskPositive
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 91 startLine: 91
@ -2290,7 +2295,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StandingDeskSore id: StandingDeskSore
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 92 startLine: 92
@ -2325,7 +2330,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FitnessLevelUp id: FitnessLevelUp
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 93 startLine: 93
@ -2360,7 +2365,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LazyWorkout id: LazyWorkout
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 94 startLine: 94
@ -2395,7 +2400,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProteinShakeEnergetic id: ProteinShakeEnergetic
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 95 startLine: 95
@ -2430,7 +2435,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProteinShakeFrisky id: ProteinShakeFrisky
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 96 startLine: 96
@ -2465,7 +2470,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProteinShakeFocused id: ProteinShakeFocused
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 97 startLine: 97
@ -2500,7 +2505,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProteinShakeFine id: ProteinShakeFine
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 98 startLine: 98
@ -2535,7 +2540,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooMuchProtein id: TooMuchProtein
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 99 startLine: 99
@ -2570,7 +2575,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProteinShakeFriskyAsexual id: ProteinShakeFriskyAsexual
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 100 startLine: 100
@ -2605,7 +2610,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DirtyHandsAfterToilet id: DirtyHandsAfterToilet
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 101 startLine: 101
@ -2640,7 +2645,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DarkRoom id: DarkRoom
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 102 startLine: 102
@ -2675,7 +2680,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ThrewAwayInsteadOfCleaning id: ThrewAwayInsteadOfCleaning
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 103 startLine: 103
@ -2710,7 +2715,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IntrovertedCloseConversation id: IntrovertedCloseConversation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 104 startLine: 104
@ -2745,7 +2750,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IntrovertedStrangerDanger id: IntrovertedStrangerDanger
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 105 startLine: 105
@ -2780,7 +2785,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IntrovertedHomeLong id: IntrovertedHomeLong
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 106 startLine: 106
@ -2815,7 +2820,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ExtrovertedNewRelationship id: ExtrovertedNewRelationship
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 107 startLine: 107
@ -2850,7 +2855,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ExtrovertedConfusedByIntroversion id: ExtrovertedConfusedByIntroversion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 108 startLine: 108
@ -2885,7 +2890,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DirtyObject id: DirtyObject
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 109 startLine: 109
@ -2905,6 +2910,181 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture
commentId: F:TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture
id: UncomfortableCraftedFurniture
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: UncomfortableCraftedFurniture
nameWithType: EmotionModifier.UncomfortableCraftedFurniture
fullName: TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UncomfortableCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier UncomfortableCraftedFurniture
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly UncomfortableCraftedFurniture As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture
commentId: F:TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture
id: AmazingCraftedFurniture
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: AmazingCraftedFurniture
nameWithType: EmotionModifier.AmazingCraftedFurniture
fullName: TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AmazingCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier AmazingCraftedFurniture
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly AmazingCraftedFurniture As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture
commentId: F:TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture
id: SelfCraftedFurniture
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: SelfCraftedFurniture
nameWithType: EmotionModifier.SelfCraftedFurniture
fullName: TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SelfCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier SelfCraftedFurniture
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly SelfCraftedFurniture As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.WoodworkingSplinter
commentId: F:TinyLife.Emotions.EmotionModifier.WoodworkingSplinter
id: WoodworkingSplinter
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: WoodworkingSplinter
nameWithType: EmotionModifier.WoodworkingSplinter
fullName: TinyLife.Emotions.EmotionModifier.WoodworkingSplinter
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WoodworkingSplinter
path: Emotions/EmotionModifier.cs
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier WoodworkingSplinter
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly WoodworkingSplinter As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject
commentId: F:TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject
id: ScrappedSomeonesProject
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: ScrappedSomeonesProject
nameWithType: EmotionModifier.ScrappedSomeonesProject
fullName: TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScrappedSomeonesProject
path: Emotions/EmotionModifier.cs
startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier ScrappedSomeonesProject
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly ScrappedSomeonesProject As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Name - uid: TinyLife.Emotions.EmotionModifier.Name
commentId: F:TinyLife.Emotions.EmotionModifier.Name commentId: F:TinyLife.Emotions.EmotionModifier.Name
id: Name id: Name
@ -2920,10 +3100,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 131 startLine: 136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -2955,10 +3135,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon id: Icon
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 135 startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -2990,10 +3170,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Emotion id: Emotion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 140 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -3025,10 +3205,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Condition id: Condition
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 146 startLine: 151
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -3060,10 +3240,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 155 startLine: 160
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -3108,10 +3288,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCausedEmotion id: GetCausedEmotion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 168 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -3147,10 +3327,10 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 179 startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TypeCategory id: TypeCategory
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 90 startLine: 90
@ -54,7 +54,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Negative id: Negative
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 95 startLine: 95
@ -88,7 +88,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Positive id: Positive
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 99 startLine: 99
@ -122,7 +122,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Neutral id: Neutral
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 103 startLine: 103

View file

@ -36,7 +36,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EmotionType id: EmotionType
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 17 startLine: 17
@ -87,7 +87,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 24 startLine: 24
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fine id: Fine
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 27 startLine: 27
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Uncomfortable id: Uncomfortable
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 28 startLine: 28
@ -194,7 +194,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Asleep id: Asleep
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 29 startLine: 29
@ -229,7 +229,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Happy id: Happy
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 30 startLine: 30
@ -264,7 +264,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Embarrassed id: Embarrassed
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 31 startLine: 31
@ -299,7 +299,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sad id: Sad
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 32 startLine: 32
@ -334,7 +334,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Bored id: Bored
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 33 startLine: 33
@ -369,7 +369,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Frisky id: Frisky
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 34 startLine: 34
@ -404,7 +404,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Creative id: Creative
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 35 startLine: 35
@ -439,7 +439,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Focused id: Focused
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 36 startLine: 36
@ -474,7 +474,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Stunned id: Stunned
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 37 startLine: 37
@ -509,7 +509,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Angry id: Angry
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 38 startLine: 38
@ -544,7 +544,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Energetic id: Energetic
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 39 startLine: 39
@ -579,7 +579,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 45 startLine: 45
@ -614,7 +614,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon id: Icon
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 49 startLine: 49
@ -649,7 +649,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Color id: Color
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 54 startLine: 54
@ -684,7 +684,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Category id: Category
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 59 startLine: 59
@ -719,7 +719,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 68 startLine: 68
@ -764,7 +764,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 80 startLine: 80

View file

@ -20,10 +20,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameMode id: GameMode
path: GameImpl.cs path: GameImpl.cs
startLine: 647 startLine: 660
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -55,10 +55,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MainMenu id: MainMenu
path: GameImpl.cs path: GameImpl.cs
startLine: 650 startLine: 663
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -89,10 +89,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SelectHousehold id: SelectHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 652 startLine: 665
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -123,10 +123,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InGameHousehold id: InGameHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 654 startLine: 667
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -157,10 +157,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BuildOnly id: BuildOnly
path: GameImpl.cs path: GameImpl.cs
startLine: 656 startLine: 669
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -41,7 +41,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameImpl id: GameImpl
path: GameImpl.cs path: GameImpl.cs
startLine: 47 startLine: 47
@ -137,7 +137,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Version id: Version
path: GameImpl.cs path: GameImpl.cs
startLine: 52 startLine: 52
@ -174,7 +174,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance id: Instance
path: GameImpl.cs path: GameImpl.cs
startLine: 58 startLine: 58
@ -213,7 +213,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GraphicsMetrics id: GraphicsMetrics
path: GameImpl.cs path: GameImpl.cs
startLine: 62 startLine: 62
@ -250,7 +250,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Camera id: Camera
path: GameImpl.cs path: GameImpl.cs
startLine: 66 startLine: 66
@ -287,7 +287,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Listener id: Listener
path: GameImpl.cs path: GameImpl.cs
startLine: 70 startLine: 70
@ -324,7 +324,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: GameImpl.cs path: GameImpl.cs
startLine: 74 startLine: 74
@ -361,7 +361,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentTool id: CurrentTool
path: GameImpl.cs path: GameImpl.cs
startLine: 78 startLine: 78
@ -398,7 +398,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentTime id: CurrentTime
path: GameImpl.cs path: GameImpl.cs
startLine: 93 startLine: 93
@ -431,7 +431,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Weekday id: Weekday
path: GameImpl.cs path: GameImpl.cs
startLine: 97 startLine: 97
@ -468,7 +468,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentHousehold id: CurrentHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 101 startLine: 101
@ -505,7 +505,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Money id: Money
path: GameImpl.cs path: GameImpl.cs
startLine: 105 startLine: 105
@ -542,7 +542,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentLot id: CurrentLot
path: GameImpl.cs path: GameImpl.cs
startLine: 115 startLine: 115
@ -579,7 +579,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Speed id: Speed
path: GameImpl.cs path: GameImpl.cs
startLine: 120 startLine: 120
@ -602,7 +602,7 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.GameImpl.FollowingPerson - uid: TinyLife.GameImpl.FollowingPerson
commentId: F:TinyLife.GameImpl.FollowingPerson commentId: P:TinyLife.GameImpl.FollowingPerson
id: FollowingPerson id: FollowingPerson
parent: TinyLife.GameImpl parent: TinyLife.GameImpl
langs: langs:
@ -611,12 +611,12 @@ items:
name: FollowingPerson name: FollowingPerson
nameWithType: GameImpl.FollowingPerson nameWithType: GameImpl.FollowingPerson
fullName: TinyLife.GameImpl.FollowingPerson fullName: TinyLife.GameImpl.FollowingPerson
type: Field type: Property
source: source:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FollowingPerson id: FollowingPerson
path: GameImpl.cs path: GameImpl.cs
startLine: 133 startLine: 133
@ -626,12 +626,16 @@ items:
summary: "\nThe <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that the camera is currently locked onto\n" summary: "\nThe <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that the camera is currently locked onto\n"
example: [] example: []
syntax: syntax:
content: public Person FollowingPerson content: public Person FollowingPerson { get; set; }
parameters: []
return: return:
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
content.vb: Public FollowingPerson As Person content.vb: Public Property FollowingPerson As Person
overload: TinyLife.GameImpl.FollowingPerson*
modifiers.csharp: modifiers.csharp:
- public - public
- get
- set
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.GameImpl.SaveName - uid: TinyLife.GameImpl.SaveName
@ -649,10 +653,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SaveName id: SaveName
path: GameImpl.cs path: GameImpl.cs
startLine: 137 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -686,10 +690,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mode id: Mode
path: GameImpl.cs path: GameImpl.cs
startLine: 141 startLine: 149
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -723,10 +727,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LoadContent id: LoadContent
path: GameImpl.cs path: GameImpl.cs
startLine: 177 startLine: 187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -757,10 +761,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoUpdate id: DoUpdate
path: GameImpl.cs path: GameImpl.cs
startLine: 278 startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -794,10 +798,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoDraw id: DoDraw
path: GameImpl.cs path: GameImpl.cs
startLine: 395 startLine: 408
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -831,10 +835,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnExiting id: OnExiting
path: GameImpl.cs path: GameImpl.cs
startLine: 433 startLine: 446
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -870,10 +874,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsMouseOnUi id: IsMouseOnUi
path: GameImpl.cs path: GameImpl.cs
startLine: 445 startLine: 458
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -905,10 +909,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SwitchGameMode id: SwitchGameMode
path: GameImpl.cs path: GameImpl.cs
startLine: 454 startLine: 467
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -941,10 +945,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeExtremelyFast id: CanBeExtremelyFast
path: GameImpl.cs path: GameImpl.cs
startLine: 519 startLine: 532
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -976,10 +980,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanSaveOrSwitchModes id: CanSaveOrSwitchModes
path: GameImpl.cs path: GameImpl.cs
startLine: 530 startLine: 543
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1011,10 +1015,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FadeKeyboardLighting id: FadeKeyboardLighting
path: GameImpl.cs path: GameImpl.cs
startLine: 547 startLine: 560
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -2548,6 +2552,11 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: TinyLife.GameImpl.FollowingPerson*
commentId: Overload:TinyLife.GameImpl.FollowingPerson
name: FollowingPerson
nameWithType: GameImpl.FollowingPerson
fullName: TinyLife.GameImpl.FollowingPerson
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects

View file

@ -21,10 +21,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameSpeed id: GameSpeed
path: Options.cs path: Options.cs
startLine: 282 startLine: 296
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -56,10 +56,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Paused id: Paused
path: Options.cs path: Options.cs
startLine: 287 startLine: 301
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -90,10 +90,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Regular id: Regular
path: Options.cs path: Options.cs
startLine: 291 startLine: 305
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -124,10 +124,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fast id: Fast
path: Options.cs path: Options.cs
startLine: 295 startLine: 309
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -158,10 +158,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VeryFast id: VeryFast
path: Options.cs path: Options.cs
startLine: 299 startLine: 313
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -192,10 +192,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ExtremelyFast id: ExtremelyFast
path: Options.cs path: Options.cs
startLine: 304 startLine: 318
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -24,10 +24,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GenealogyType id: GenealogyType
path: Relationship.cs path: Relationship.cs
startLine: 222 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -60,10 +60,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Unrelated id: Unrelated
path: Relationship.cs path: Relationship.cs
startLine: 227 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -94,10 +94,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Parent id: Parent
path: Relationship.cs path: Relationship.cs
startLine: 231 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -128,10 +128,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Child id: Child
path: Relationship.cs path: Relationship.cs
startLine: 235 startLine: 255
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -162,10 +162,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sibling id: Sibling
path: Relationship.cs path: Relationship.cs
startLine: 239 startLine: 259
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -196,10 +196,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Nibling id: Nibling
path: Relationship.cs path: Relationship.cs
startLine: 243 startLine: 263
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -230,10 +230,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pibling id: Pibling
path: Relationship.cs path: Relationship.cs
startLine: 247 startLine: 267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -264,10 +264,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Grandparent id: Grandparent
path: Relationship.cs path: Relationship.cs
startLine: 251 startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -298,10 +298,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Grandchild id: Grandchild
path: Relationship.cs path: Relationship.cs
startLine: 255 startLine: 275
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -28,7 +28,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Job id: Job
path: Goals/Job.cs path: Goals/Job.cs
startLine: 26 startLine: 26
@ -93,7 +93,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MaxLevel id: MaxLevel
path: Goals/Job.cs path: Goals/Job.cs
startLine: 33 startLine: 33
@ -128,7 +128,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Goals/Job.cs path: Goals/Job.cs
startLine: 39 startLine: 39
@ -173,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person id: Person
path: Goals/Job.cs path: Goals/Job.cs
startLine: 43 startLine: 43
@ -210,7 +210,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Performance id: Performance
path: Goals/Job.cs path: Goals/Job.cs
startLine: 48 startLine: 48
@ -257,7 +257,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Level id: Level
path: Goals/Job.cs path: Goals/Job.cs
startLine: 54 startLine: 54
@ -304,7 +304,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentHourlyPay id: CurrentHourlyPay
path: Goals/Job.cs path: Goals/Job.cs
startLine: 59 startLine: 59
@ -341,7 +341,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Goals/Job.cs path: Goals/Job.cs
startLine: 66 startLine: 66
@ -380,7 +380,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Goals/Job.cs path: Goals/Job.cs
startLine: 76 startLine: 76
@ -416,7 +416,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddPerformance id: AddPerformance
path: Goals/Job.cs path: Goals/Job.cs
startLine: 105 startLine: 105
@ -452,7 +452,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddLevel id: AddLevel
path: Goals/Job.cs path: Goals/Job.cs
startLine: 123 startLine: 123
@ -488,7 +488,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HasRequiredPromotionSkills id: HasRequiredPromotionSkills
path: Goals/Job.cs path: Goals/Job.cs
startLine: 154 startLine: 154
@ -523,7 +523,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Goals/Job.cs path: Goals/Job.cs
startLine: 166 startLine: 166

View file

@ -29,7 +29,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: JobType id: JobType
path: Goals/Job.cs path: Goals/Job.cs
startLine: 177 startLine: 177
@ -90,7 +90,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: Goals/Job.cs path: Goals/Job.cs
startLine: 185 startLine: 185
@ -127,7 +127,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Goals/Job.cs path: Goals/Job.cs
startLine: 211 startLine: 211
@ -162,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HourlyPay id: HourlyPay
path: Goals/Job.cs path: Goals/Job.cs
startLine: 216 startLine: 216
@ -197,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkHours id: WorkHours
path: Goals/Job.cs path: Goals/Job.cs
startLine: 221 startLine: 221
@ -232,7 +232,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OffWorkDays id: OffWorkDays
path: Goals/Job.cs path: Goals/Job.cs
startLine: 226 startLine: 226
@ -267,7 +267,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredPromotionSkills id: RequiredPromotionSkills
path: Goals/Job.cs path: Goals/Job.cs
startLine: 231 startLine: 231
@ -304,7 +304,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Goals/Job.cs path: Goals/Job.cs
startLine: 240 startLine: 240
@ -352,7 +352,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Construct id: Construct
path: Goals/Job.cs path: Goals/Job.cs
startLine: 252 startLine: 252
@ -391,7 +391,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsTimeToWork id: IsTimeToWork
path: Goals/Job.cs path: Goals/Job.cs
startLine: 262 startLine: 262
@ -401,7 +401,7 @@ items:
summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n" summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
example: [] example: []
syntax: syntax:
content: public bool IsTimeToWork(TimeSpan? time = default(TimeSpan? )) content: public bool IsTimeToWork(TimeSpan? time = null)
parameters: parameters:
- id: time - id: time
type: System.Nullable{System.TimeSpan} type: System.Nullable{System.TimeSpan}
@ -433,7 +433,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ToScheduleString id: ToScheduleString
path: Goals/Job.cs path: Goals/Job.cs
startLine: 272 startLine: 272
@ -468,7 +468,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDisplayName id: GetDisplayName
path: Goals/Job.cs path: Goals/Job.cs
startLine: 286 startLine: 286
@ -478,7 +478,7 @@ items:
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n" summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n"
example: [] example: []
syntax: syntax:
content: public string GetDisplayName(int? level = default(int? )) content: public string GetDisplayName(int? level = null)
parameters: parameters:
- id: level - id: level
type: System.Nullable{System.Int32} type: System.Nullable{System.Int32}
@ -510,7 +510,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetRequiredPromotionSkills id: GetRequiredPromotionSkills
path: Goals/Job.cs path: Goals/Job.cs
startLine: 298 startLine: 298
@ -549,7 +549,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Goals/Job.cs path: Goals/Job.cs
startLine: 312 startLine: 312

View file

@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSettings id: ActionSettings
path: Goals/Project.cs path: Goals/Project.cs
startLine: 199 startLine: 199
@ -69,7 +69,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Goals/Project.cs path: Goals/Project.cs
startLine: 204 startLine: 204
@ -102,7 +102,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Context id: Context
path: Goals/Project.cs path: Goals/Project.cs
startLine: 208 startLine: 208
@ -135,7 +135,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Goals/Project.cs path: Goals/Project.cs
startLine: 212 startLine: 212
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedType id: ConstructedType
path: Goals/Project.cs path: Goals/Project.cs
startLine: 216 startLine: 216
@ -201,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedTypeScrap id: ConstructedTypeScrap
path: Goals/Project.cs path: Goals/Project.cs
startLine: 221 startLine: 221
@ -234,7 +234,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanExecute id: CanExecute
path: Goals/Project.cs path: Goals/Project.cs
startLine: 225 startLine: 225
@ -267,7 +267,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RequiredSkill id: RequiredSkill
path: Goals/Project.cs path: Goals/Project.cs
startLine: 231 startLine: 231
@ -300,7 +300,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ProjectDisplayName id: ProjectDisplayName
path: Goals/Project.cs path: Goals/Project.cs
startLine: 236 startLine: 236
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanContinue id: CanContinue
path: Goals/Project.cs path: Goals/Project.cs
startLine: 240 startLine: 240
@ -366,7 +366,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IncludeProject id: IncludeProject
path: Goals/Project.cs path: Goals/Project.cs
startLine: 244 startLine: 244
@ -399,7 +399,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 253 startLine: 253

View file

@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Project id: Project
path: Goals/Project.cs path: Goals/Project.cs
startLine: 19 startLine: 19
@ -96,7 +96,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Goals/Project.cs path: Goals/Project.cs
startLine: 27 startLine: 27
@ -141,7 +141,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Goals/Project.cs path: Goals/Project.cs
startLine: 32 startLine: 32
@ -186,7 +186,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Quality id: Quality
path: Goals/Project.cs path: Goals/Project.cs
startLine: 37 startLine: 37
@ -229,7 +229,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Progress id: Progress
path: Goals/Project.cs path: Goals/Project.cs
startLine: 42 startLine: 42
@ -278,7 +278,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyPay id: DailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 48 startLine: 48
@ -327,7 +327,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DailyPayReductionFactor id: DailyPayReductionFactor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 54 startLine: 54
@ -376,7 +376,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Person id: Person
path: Goals/Project.cs path: Goals/Project.cs
startLine: 59 startLine: 59
@ -415,7 +415,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 67 startLine: 67
@ -457,7 +457,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Goals/Project.cs path: Goals/Project.cs
startLine: 78 startLine: 78
@ -498,7 +498,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MakeProgress id: MakeProgress
path: Goals/Project.cs path: Goals/Project.cs
startLine: 90 startLine: 90
@ -545,7 +545,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Remove id: Remove
path: Goals/Project.cs path: Goals/Project.cs
startLine: 97 startLine: 97
@ -579,7 +579,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetAndReduceDailyPay id: GetAndReduceDailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 107 startLine: 107
@ -616,7 +616,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetDailyPay id: SetDailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 122 startLine: 122
@ -658,7 +658,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateActions id: CreateActions
path: Goals/Project.cs path: Goals/Project.cs
startLine: 137 startLine: 137
@ -699,7 +699,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetVarieties id: GetVarieties
path: Goals/Project.cs path: Goals/Project.cs
startLine: 171 startLine: 171

View file

@ -27,10 +27,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LnCategory id: LnCategory
path: Localization.cs path: Localization.cs
startLine: 109 startLine: 120
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -62,10 +62,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ui id: Ui
path: Localization.cs path: Localization.cs
startLine: 112 startLine: 123
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -96,10 +96,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Actions id: Actions
path: Localization.cs path: Localization.cs
startLine: 114 startLine: 125
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -130,10 +130,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BuildMode id: BuildMode
path: Localization.cs path: Localization.cs
startLine: 116 startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -164,10 +164,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Clothes id: Clothes
path: Localization.cs path: Localization.cs
startLine: 118 startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -198,10 +198,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Food id: Food
path: Localization.cs path: Localization.cs
startLine: 120 startLine: 131
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -232,10 +232,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Personalities id: Personalities
path: Localization.cs path: Localization.cs
startLine: 122 startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -266,10 +266,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Skills id: Skills
path: Localization.cs path: Localization.cs
startLine: 124 startLine: 135
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -300,10 +300,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Jobs id: Jobs
path: Localization.cs path: Localization.cs
startLine: 126 startLine: 137
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -334,10 +334,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Emotions id: Emotions
path: Localization.cs path: Localization.cs
startLine: 128 startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -368,10 +368,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hints id: Hints
path: Localization.cs path: Localization.cs
startLine: 130 startLine: 141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -402,10 +402,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InGameHints id: InGameHints
path: Localization.cs path: Localization.cs
startLine: 132 startLine: 143
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -22,10 +22,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Localization id: Localization
path: Localization.cs path: Localization.cs
startLine: 17 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -66,10 +66,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LanguageNames id: LanguageNames
path: Localization.cs path: Localization.cs
startLine: 22 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -103,10 +103,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Names id: Names
path: Localization.cs path: Localization.cs
startLine: 27 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -140,10 +140,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetLanguage id: SetLanguage
path: Localization.cs path: Localization.cs
startLine: 37 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -178,10 +178,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Get id: Get
path: Localization.cs path: Localization.cs
startLine: 48 startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -222,10 +222,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Get id: Get
path: Localization.cs path: Localization.cs
startLine: 65 startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -272,10 +272,10 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetKeys id: GetKeys
path: Localization.cs path: Localization.cs
startLine: 74 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EventPhase id: EventPhase
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 4 startLine: 4
@ -53,7 +53,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pre id: Pre
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 9 startLine: 9
@ -87,7 +87,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Post id: Post
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 13 startLine: 13

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mod id: Mod
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 17 startLine: 17
@ -69,7 +69,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 22 startLine: 22
@ -108,7 +108,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Description id: Description
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 27 startLine: 27
@ -147,7 +147,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon id: Icon
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 32 startLine: 32
@ -186,7 +186,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Initialize id: Initialize
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 41 startLine: 41
@ -230,7 +230,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddGameContent id: AddGameContent
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 54 startLine: 54
@ -268,7 +268,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCustomFurnitureTextures id: GetCustomFurnitureTextures
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 62 startLine: 62

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ModInfo id: ModInfo
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 76 startLine: 76
@ -71,7 +71,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Id id: Id
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 81 startLine: 81
@ -106,7 +106,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mod id: Mod
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 85 startLine: 85
@ -141,7 +141,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Logger id: Logger
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 90 startLine: 90
@ -176,7 +176,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Content id: Content
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 95 startLine: 95
@ -211,7 +211,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Finalize id: Finalize
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 107 startLine: 107
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dispose id: Dispose
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 112 startLine: 112

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ModLoader id: ModLoader
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 12 startLine: 12
@ -62,7 +62,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TryGetModInfo id: TryGetModInfo
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 23 startLine: 23
@ -109,7 +109,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetModsFolder id: GetModsFolder
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 31 startLine: 31

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Need id: Need
path: Need.cs path: Need.cs
startLine: 18 startLine: 18
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Max id: Max
path: Need.cs path: Need.cs
startLine: 24 startLine: 24
@ -111,7 +111,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Need.cs path: Need.cs
startLine: 30 startLine: 30
@ -156,7 +156,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Value id: Value
path: Need.cs path: Need.cs
startLine: 35 startLine: 35
@ -203,7 +203,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Percentage id: Percentage
path: Need.cs path: Need.cs
startLine: 43 startLine: 43
@ -240,7 +240,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Need.cs path: Need.cs
startLine: 53 startLine: 53

View file

@ -30,7 +30,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedType id: NeedType
path: Need.cs path: Need.cs
startLine: 64 startLine: 64
@ -81,7 +81,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: Need.cs path: Need.cs
startLine: 72 startLine: 72
@ -118,7 +118,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Energy id: Energy
path: Need.cs path: Need.cs
startLine: 75 startLine: 75
@ -153,7 +153,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hunger id: Hunger
path: Need.cs path: Need.cs
startLine: 76 startLine: 76
@ -188,7 +188,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Social id: Social
path: Need.cs path: Need.cs
startLine: 77 startLine: 77
@ -223,7 +223,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Toilet id: Toilet
path: Need.cs path: Need.cs
startLine: 80 startLine: 80
@ -258,7 +258,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hygiene id: Hygiene
path: Need.cs path: Need.cs
startLine: 81 startLine: 81
@ -293,7 +293,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Entertainment id: Entertainment
path: Need.cs path: Need.cs
startLine: 82 startLine: 82
@ -328,7 +328,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Need.cs path: Need.cs
startLine: 89 startLine: 89
@ -363,7 +363,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassiveReduction id: PassiveReduction
path: Need.cs path: Need.cs
startLine: 93 startLine: 93
@ -398,7 +398,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedLowAction id: NeedLowAction
path: Need.cs path: Need.cs
startLine: 97 startLine: 97
@ -433,7 +433,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NeedLowTime id: NeedLowTime
path: Need.cs path: Need.cs
startLine: 101 startLine: 101
@ -468,7 +468,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SolveImportance id: SolveImportance
path: Need.cs path: Need.cs
startLine: 106 startLine: 106
@ -503,7 +503,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Need.cs path: Need.cs
startLine: 116 startLine: 116
@ -554,7 +554,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Need.cs path: Need.cs
startLine: 129 startLine: 129

View file

@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AbstractSpot id: AbstractSpot
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 13 startLine: 13
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: YOffset id: YOffset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 18 startLine: 18
@ -113,7 +113,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Offset id: Offset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 22 startLine: 22
@ -146,7 +146,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VisualOffset id: VisualOffset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 27 startLine: 27
@ -179,7 +179,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ValidDirections id: ValidDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 33 startLine: 33
@ -214,7 +214,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Group id: Group
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 40 startLine: 40
@ -247,7 +247,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DrawLayer id: DrawLayer
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 45 startLine: 45
@ -280,7 +280,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 56 startLine: 56
@ -328,7 +328,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetValidDirections id: GetValidDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 68 startLine: 68
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetLocation id: GetLocation
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 79 startLine: 79
@ -409,7 +409,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoGroupsOverlap id: DoGroupsOverlap
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 90 startLine: 90

View file

@ -10,7 +10,7 @@ items:
- TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[]) - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.ActionSpot.BedSpots(System.Boolean) - TinyLife.Objects.ActionSpot.BedSpots(System.Boolean)
- TinyLife.Objects.ActionSpot.BenchSpots - TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
- TinyLife.Objects.ActionSpot.CategoryRestriction - TinyLife.Objects.ActionSpot.CategoryRestriction
- TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person) - TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)
- TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean) - TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean)
@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSpot id: ActionSpot
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 99 startLine: 99
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CategoryRestriction id: CategoryRestriction
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 106 startLine: 106
@ -117,7 +117,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 113 startLine: 113
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 123 startLine: 123
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 134 startLine: 134
@ -252,7 +252,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetFreeDirections id: GetFreeDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 146 startLine: 146
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetOccupants id: GetOccupants
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 166 startLine: 166
@ -336,7 +336,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BedSpots id: BedSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 180 startLine: 180
@ -362,36 +362,40 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
- uid: TinyLife.Objects.ActionSpot.BenchSpots - uid: TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
commentId: M:TinyLife.Objects.ActionSpot.BenchSpots commentId: M:TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
id: BenchSpots id: BenchSpots(System.Boolean)
parent: TinyLife.Objects.ActionSpot parent: TinyLife.Objects.ActionSpot
langs: langs:
- csharp - csharp
- vb - vb
name: BenchSpots() name: BenchSpots(Boolean)
nameWithType: ActionSpot.BenchSpots() nameWithType: ActionSpot.BenchSpots(Boolean)
fullName: TinyLife.Objects.ActionSpot.BenchSpots() fullName: TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BenchSpots id: BenchSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 206 startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at locations relevant for benches and sofas.\nThis is used by objects like <xref href=\"TinyLife.Objects.FurnitureType.SimpleBench\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.SimpleSofa\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at locations relevant for benches and sofas.\nThis is used by objects like <xref href=\"TinyLife.Objects.FurnitureType.SimpleBench\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.SimpleSofa\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public static ActionSpot[] BenchSpots() content: public static ActionSpot[] BenchSpots(bool threeSeater = false)
parameters:
- id: threeSeater
type: System.Boolean
description: Whether the bench is a three-seater (three tiles large)
return: return:
type: TinyLife.Objects.ActionSpot[] type: TinyLife.Objects.ActionSpot[]
description: An array of action spots for benches and sofas description: An array of action spots for benches and sofas
content.vb: Public Shared Function BenchSpots As ActionSpot() content.vb: Public Shared Function BenchSpots(threeSeater As Boolean = False) As ActionSpot()
overload: TinyLife.Objects.ActionSpot.BenchSpots* overload: TinyLife.Objects.ActionSpot.BenchSpots*
modifiers.csharp: modifiers.csharp:
- public - public
@ -414,10 +418,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PicnicTableSpots id: PicnicTableSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 219 startLine: 220
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -455,10 +459,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AllSpots id: AllSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 242 startLine: 243
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -499,10 +503,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPicnicBenchDrawLayer id: GetPicnicBenchDrawLayer
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 257 startLine: 258
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -21,10 +21,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BrokenBehavior id: BrokenBehavior
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 132 startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -66,10 +66,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Puddles id: Puddles
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 138 startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -100,10 +100,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dripping id: Dripping
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 142 startLine: 143
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -134,10 +134,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ElectricityCrackle id: ElectricityCrackle
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 146 startLine: 147
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -168,10 +168,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Smoke id: Smoke
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 150 startLine: 151
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -202,10 +202,10 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Electrocution id: Electrocution
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 154 startLine: 155
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BreakableFurniture id: BreakableFurniture
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 17 startLine: 17
@ -52,6 +52,7 @@ items:
- TinyLife.Objects.IUpdatingObject - TinyLife.Objects.IUpdatingObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -63,8 +64,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Validate - TinyLife.Objects.Furniture.Validate
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
@ -84,13 +88,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -106,7 +114,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -143,7 +151,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Broken id: Broken
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 23 startLine: 23
@ -186,7 +194,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 29 startLine: 29
@ -237,7 +245,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 33 startLine: 33
@ -283,7 +291,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WearDown id: WearDown
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 88 startLine: 88
@ -321,7 +329,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionUpdate id: ActionUpdate
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 100 startLine: 100
@ -372,7 +380,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPrice id: GetPrice
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 110 startLine: 110
@ -410,14 +418,14 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDescription id: GetDescription
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 115 startLine: 115
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nReturns a set of lines that are displayed in build mode when this furniture is hovered over, either in the buy menu or in the <xref href=\"TinyLife.World.Household.FurnitureStorage\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, info about <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.Reliability\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n" summary: "\nReturns a set of lines that are displayed in build mode when this furniture is hovered over, either in the buy menu or in the <xref href=\"TinyLife.World.Household.FurnitureStorage\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, info about <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.Reliability\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref> is returned, and <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> is invoked.\n"
example: [] example: []
syntax: syntax:
content: public override IEnumerable<string> GetDescription() content: public override IEnumerable<string> GetDescription()
@ -448,20 +456,24 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDecorativeRating id: GetDecorativeRating
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 125 startLine: 126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nReturns the decorative rating of this object in the given room.\nBy default, the underlying <xref href=\"TinyLife.Objects.Furniture.Type\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating\" data-throw-if-not-resolved=\"false\"></xref>, influeced by whether this object is <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>, is returned.\n"
example: []
syntax: syntax:
content: public override int GetDecorativeRating(Room room) content: public override int GetDecorativeRating(Room room)
parameters: parameters:
- id: room - id: room
type: TinyLife.World.Room type: TinyLife.World.Room
description: The room that the object is in, or null if it is not in a room at all
return: return:
type: System.Int32 type: System.Int32
description: The decorative rating of this object
content.vb: Public Overrides Function GetDecorativeRating(room As Room) As Integer content.vb: Public Overrides Function GetDecorativeRating(room As Room) As Integer
overridden: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) overridden: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
overload: TinyLife.Objects.BreakableFurniture.GetDecorativeRating* overload: TinyLife.Objects.BreakableFurniture.GetDecorativeRating*
@ -540,6 +552,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -606,6 +624,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -618,6 +648,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1824,6 +1860,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1915,6 +2007,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2388,6 +2516,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2623,15 +2813,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2776,11 +2966,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2925,6 +3123,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -23,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Car id: Car
path: Objects/Car.cs path: Objects/Car.cs
startLine: 12 startLine: 12
@ -69,7 +69,7 @@ items:
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -106,7 +106,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Rotation id: Rotation
path: Objects/Car.cs path: Objects/Car.cs
startLine: 19 startLine: 19
@ -149,7 +149,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Driver id: Driver
path: Objects/Car.cs path: Objects/Car.cs
startLine: 24 startLine: 24
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Car.cs path: Objects/Car.cs
startLine: 27 startLine: 27
@ -234,7 +234,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/Car.cs path: Objects/Car.cs
startLine: 36 startLine: 36
@ -278,7 +278,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Car.cs path: Objects/Car.cs
startLine: 41 startLine: 41
@ -329,7 +329,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/Car.cs path: Objects/Car.cs
startLine: 50 startLine: 50
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Objects/Car.cs path: TinyLife/Objects/Car.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCameraRotationChanged id: OnCameraRotationChanged
path: Objects/Car.cs path: Objects/Car.cs
startLine: 56 startLine: 56
@ -1038,15 +1038,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -1191,11 +1191,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -1340,6 +1348,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -33,7 +33,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Clothes id: Clothes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 23 startLine: 23
@ -87,7 +87,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Layers id: Layers
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 29 startLine: 29
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 33 startLine: 33
@ -161,7 +161,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ReferencePrice id: ReferencePrice
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 39 startLine: 39
@ -196,10 +196,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 112 startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -231,10 +231,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Layer id: Layer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 116 startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -266,10 +266,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TextureRegions id: TextureRegions
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 122 startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -301,10 +301,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Colors id: Colors
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 127 startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -336,10 +336,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon id: Icon
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 132 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -371,10 +371,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Price id: Price
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 137 startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -406,10 +406,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonBuyable id: NonBuyable
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 142 startLine: 134
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -441,10 +441,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Intentions id: Intentions
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 147 startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -476,10 +476,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 160 startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -536,10 +536,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPrice id: GetPrice
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 172 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -573,10 +573,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionDescription id: GetIntentionDescription
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 180 startLine: 172
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -608,10 +608,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 191 startLine: 183
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -646,10 +646,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionPercentage id: GetIntentionPercentage
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 203 startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -693,10 +693,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetIntentionMatchingOutfit id: GetIntentionMatchingOutfit
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 222 startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -25,10 +25,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ClothesIntention id: ClothesIntention
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 325 startLine: 317
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -70,10 +70,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: None id: None
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 329 startLine: 321
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -102,10 +102,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Everyday id: Everyday
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 330 startLine: 322
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -134,10 +134,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Party id: Party
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 331 startLine: 323
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -166,10 +166,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Formal id: Formal
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 332 startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -198,10 +198,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Workout id: Workout
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 333 startLine: 325
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -230,10 +230,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Swimwear id: Swimwear
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 334 startLine: 326
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -262,10 +262,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sleep id: Sleep
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 335 startLine: 327
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -294,10 +294,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Summer id: Summer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 336 startLine: 328
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -326,10 +326,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Winter id: Winter
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 337 startLine: 329
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -23,10 +23,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ClothesLayer id: ClothesLayer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 287 startLine: 279
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -68,10 +68,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Body id: Body
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 293 startLine: 285
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -102,10 +102,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Eyes id: Eyes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 297 startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -136,10 +136,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pants id: Pants
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 301 startLine: 293
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -170,10 +170,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Arms id: Arms
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 305 startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -204,10 +204,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shirt id: Shirt
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 309 startLine: 301
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -238,10 +238,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Hair id: Hair
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 313 startLine: 305
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -272,10 +272,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shoes id: Shoes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 317 startLine: 309
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Counter id: Counter
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 96 startLine: 96
@ -48,6 +48,7 @@ items:
- TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture) - TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)
- TinyLife.Objects.CornerFurniture.Validate - TinyLife.Objects.CornerFurniture.Validate
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -59,8 +60,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -81,13 +85,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -103,7 +111,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -140,7 +148,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 99 startLine: 99
@ -191,7 +199,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 103 startLine: 103
@ -233,7 +241,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCornerStatus id: GetCornerStatus
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 108 startLine: 108
@ -642,6 +650,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -708,6 +722,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -720,6 +746,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1795,6 +1827,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1886,6 +1974,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2359,6 +2483,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2594,15 +2780,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2747,11 +2933,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2896,6 +3090,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CornerFurniture id: CornerFurniture
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 17 startLine: 17
@ -49,6 +49,7 @@ items:
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -60,8 +61,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -82,13 +86,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -104,7 +112,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -141,7 +149,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 23 startLine: 23
@ -192,7 +200,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 34 startLine: 34
@ -233,7 +241,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCornerStatus id: GetCornerStatus
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 44 startLine: 44
@ -277,7 +285,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 62 startLine: 62
@ -355,7 +363,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnNeighborChanged id: OnNeighborChanged
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 70 startLine: 70
@ -394,7 +402,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 75 startLine: 75
@ -595,6 +603,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -661,6 +675,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -673,6 +699,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1748,6 +1780,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1839,6 +1927,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2312,6 +2436,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2547,15 +2733,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2700,11 +2886,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2849,6 +3043,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fence id: Fence
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 13 startLine: 13
@ -46,6 +46,7 @@ items:
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -57,8 +58,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -79,13 +83,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -101,7 +109,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -138,7 +146,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 19 startLine: 19
@ -189,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 25 startLine: 25
@ -267,7 +275,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 37 startLine: 37
@ -305,7 +313,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnNeighborChanged id: OnNeighborChanged
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 43 startLine: 43
@ -344,7 +352,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 53 startLine: 53
@ -430,6 +438,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -496,6 +510,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -508,6 +534,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1583,6 +1615,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1674,6 +1762,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2147,6 +2271,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2382,15 +2568,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2535,11 +2721,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2684,6 +2878,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,6 @@ items:
- TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean) - TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Food.FoodLeft - TinyLife.Objects.Food.FoodLeft
- TinyLife.Objects.Food.GetHoverInfo - TinyLife.Objects.Food.GetHoverInfo
- TinyLife.Objects.Food.Quality
langs: langs:
- csharp - csharp
- vb - vb
@ -21,10 +20,10 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Food id: Food
path: Objects/Food.cs path: Objects/Food.cs
startLine: 12 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -48,13 +47,13 @@ items:
- TinyLife.Objects.IUpdatingObject - TinyLife.Objects.IUpdatingObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.FoodTypedItem.FoodType - TinyLife.Objects.FoodTypedItem.FoodType
- TinyLife.Objects.FoodTypedItem.Creator
- TinyLife.Objects.FoodTypedItem.ExpirationTime - TinyLife.Objects.FoodTypedItem.ExpirationTime
- TinyLife.Objects.FoodTypedItem.ServingSize - TinyLife.Objects.FoodTypedItem.ServingSize
- TinyLife.Objects.FoodTypedItem.Expired - TinyLife.Objects.FoodTypedItem.Expired
- TinyLife.Objects.FoodTypedItem.Validate - TinyLife.Objects.FoodTypedItem.Validate
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -66,8 +65,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -89,13 +91,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -110,7 +116,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -147,10 +153,10 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoodLeft id: FoodLeft
path: Objects/Food.cs path: Objects/Food.cs
startLine: 19 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -175,49 +181,6 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.Food.Quality
commentId: F:TinyLife.Objects.Food.Quality
id: Quality
parent: TinyLife.Objects.Food
langs:
- csharp
- vb
name: Quality
nameWithType: Food.Quality
fullName: TinyLife.Objects.Food.Quality
type: Field
source:
remote:
path: TinyLife/Objects/Food.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Objects/Food.cs
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"TinyLife.Objects.Food.Quality\" data-throw-if-not-resolved=\"false\"></xref> of this food item, defaults to <xref href=\"TinyLife.Skills.Quality.Average\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, by default, this property only differs if <xref href=\"TinyLife.Objects.FoodTypedItem.Creator\" data-throw-if-not-resolved=\"false\"></xref> is set.\n"
example: []
syntax:
content: >-
[DataMember]
public Quality Quality
return:
type: TinyLife.Skills.Quality
content.vb: >-
<DataMember>
Public Quality As Quality
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - uid: TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
@ -233,10 +196,10 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Food.cs path: Objects/Food.cs
startLine: 28 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -284,10 +247,10 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Food.cs path: Objects/Food.cs
startLine: 33 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -362,10 +325,10 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo id: GetHoverInfo
path: Objects/Food.cs path: Objects/Food.cs
startLine: 45 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -448,12 +411,6 @@ references:
name: FoodType name: FoodType
nameWithType: FoodTypedItem.FoodType nameWithType: FoodTypedItem.FoodType
fullName: TinyLife.Objects.FoodTypedItem.FoodType fullName: TinyLife.Objects.FoodTypedItem.FoodType
- uid: TinyLife.Objects.FoodTypedItem.Creator
commentId: F:TinyLife.Objects.FoodTypedItem.Creator
parent: TinyLife.Objects.FoodTypedItem
name: Creator
nameWithType: FoodTypedItem.Creator
fullName: TinyLife.Objects.FoodTypedItem.Creator
- uid: TinyLife.Objects.FoodTypedItem.ExpirationTime - uid: TinyLife.Objects.FoodTypedItem.ExpirationTime
commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime
parent: TinyLife.Objects.FoodTypedItem parent: TinyLife.Objects.FoodTypedItem
@ -575,6 +532,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -641,6 +604,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -653,6 +628,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1764,6 +1745,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1855,6 +1892,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2328,6 +2401,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2535,15 +2670,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2688,11 +2823,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2837,6 +2980,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3673,23 +3824,6 @@ references:
name: Single name: Single
nameWithType: Single nameWithType: Single
fullName: System.Single fullName: System.Single
- uid: TinyLife.Objects.Food.Quality
commentId: F:TinyLife.Objects.Food.Quality
isExternal: true
- uid: TinyLife.Skills.Quality.Average
commentId: F:TinyLife.Skills.Quality.Average
isExternal: true
- uid: TinyLife.Skills.Quality
commentId: T:TinyLife.Skills.Quality
parent: TinyLife.Skills
name: Quality
nameWithType: Quality
fullName: TinyLife.Skills.Quality
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
- uid: TinyLife.Objects.Food.#ctor* - uid: TinyLife.Objects.Food.#ctor*
commentId: Overload:TinyLife.Objects.Food.#ctor commentId: Overload:TinyLife.Objects.Food.#ctor
name: Food name: Food

View file

@ -6,7 +6,6 @@ items:
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- TinyLife.Objects.FoodTypedItem.Creator
- TinyLife.Objects.FoodTypedItem.ExpirationTime - TinyLife.Objects.FoodTypedItem.ExpirationTime
- TinyLife.Objects.FoodTypedItem.Expired - TinyLife.Objects.FoodTypedItem.Expired
- TinyLife.Objects.FoodTypedItem.FoodType - TinyLife.Objects.FoodTypedItem.FoodType
@ -25,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoodTypedItem id: FoodTypedItem
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 12 startLine: 12
@ -53,6 +52,7 @@ items:
- TinyLife.Objects.IUpdatingObject - TinyLife.Objects.IUpdatingObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -64,8 +64,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -88,13 +91,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -109,7 +116,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -146,10 +153,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FoodType id: FoodType
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 20 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -174,49 +181,6 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.FoodTypedItem.Creator
commentId: F:TinyLife.Objects.FoodTypedItem.Creator
id: Creator
parent: TinyLife.Objects.FoodTypedItem
langs:
- csharp
- vb
name: Creator
nameWithType: FoodTypedItem.Creator
fullName: TinyLife.Objects.FoodTypedItem.Creator
type: Field
source:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator
path: Objects/FoodTypedItem.cs
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"System.Guid\" data-throw-if-not-resolved=\"false\"></xref> of the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that created this item\n"
example: []
syntax:
content: >-
[DataMember]
public Guid Creator
return:
type: System.Guid
content.vb: >-
<DataMember>
Public Creator As Guid
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.FoodTypedItem.ExpirationTime - uid: TinyLife.Objects.FoodTypedItem.ExpirationTime
commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime
id: ExpirationTime id: ExpirationTime
@ -232,10 +196,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ExpirationTime id: ExpirationTime
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 31 startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -275,10 +239,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ServingSize id: ServingSize
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 37 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -318,10 +282,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Expired id: Expired
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 42 startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -355,10 +319,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 45 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -406,10 +370,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 50 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -444,10 +408,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo id: GetHoverInfo
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 55 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -482,10 +446,10 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 66 startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -568,6 +532,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -634,6 +604,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -646,6 +628,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2015,6 +2003,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2106,6 +2150,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2579,6 +2659,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2786,15 +2928,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2939,11 +3081,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -3088,6 +3238,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3925,19 +4083,6 @@ references:
name: TinyLife.Skills name: TinyLife.Skills
nameWithType: TinyLife.Skills nameWithType: TinyLife.Skills
fullName: TinyLife.Skills fullName: TinyLife.Skills
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
name: Guid
nameWithType: Guid
fullName: System.Guid
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.FoodTypedItem.Expired - uid: TinyLife.Objects.FoodTypedItem.Expired
commentId: P:TinyLife.Objects.FoodTypedItem.Expired commentId: P:TinyLife.Objects.FoodTypedItem.Expired
parent: TinyLife.Objects.FoodTypedItem parent: TinyLife.Objects.FoodTypedItem
@ -3990,6 +4135,13 @@ references:
name: FoodTypedItem name: FoodTypedItem
nameWithType: FoodTypedItem.FoodTypedItem nameWithType: FoodTypedItem.FoodTypedItem
fullName: TinyLife.Objects.FoodTypedItem.FoodTypedItem fullName: TinyLife.Objects.FoodTypedItem.FoodTypedItem
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
name: Guid
nameWithType: Guid
fullName: System.Guid
- uid: TinyLife.Objects.FurnitureType - uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType commentId: T:TinyLife.Objects.FurnitureType
parent: TinyLife.Objects parent: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -18,6 +18,7 @@ items:
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors - TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation - TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
- TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName - TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
- TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
- TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating - TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
- TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String) - TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)
- TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys - TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
@ -45,10 +46,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TypeSettings id: TypeSettings
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 332 startLine: 396
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -93,10 +94,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 337 startLine: 401
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -126,10 +127,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Size id: Size
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 341 startLine: 405
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -159,10 +160,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Categories id: Categories
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 345 startLine: 409
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -192,10 +193,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionSpots id: ActionSpots
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 350 startLine: 414
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -225,10 +226,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObjectSpots id: ObjectSpots
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 355 startLine: 419
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -258,10 +259,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ColorSchemes id: ColorSchemes
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 360 startLine: 424
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -291,10 +292,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ColorMap id: ColorMap
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 365 startLine: 429
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -324,10 +325,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DefaultColors id: DefaultColors
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 370 startLine: 434
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -357,10 +358,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DefaultRotation id: DefaultRotation
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 374 startLine: 438
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -390,10 +391,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ConstructedType id: ConstructedType
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 380 startLine: 444
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -423,10 +424,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Price id: Price
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 384 startLine: 448
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -456,10 +457,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BuyableVariations id: BuyableVariations
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 390 startLine: 454
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -489,10 +490,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HeldScale id: HeldScale
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 394 startLine: 458
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -522,10 +523,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HeldPivot id: HeldPivot
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 399 startLine: 463
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -555,10 +556,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DecorativeRating id: DecorativeRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 406 startLine: 470
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -588,10 +589,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Icon id: Icon
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 411 startLine: 475
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -621,10 +622,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reliability id: Reliability
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 417 startLine: 481
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -654,10 +655,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BrokenBehavior id: BrokenBehavior
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 422 startLine: 486
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -687,10 +688,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ElectricityRating id: ElectricityRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 427 startLine: 491
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -720,10 +721,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WaterRating id: WaterRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 432 startLine: 496
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -753,10 +754,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Visibility id: Visibility
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 438 startLine: 502
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -786,10 +787,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Tab id: Tab
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 443 startLine: 507
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -819,10 +820,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TextureName id: TextureName
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 448 startLine: 512
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -852,10 +853,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateLights id: CreateLights
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 453 startLine: 517
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -885,13 +886,15 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DirtyOverlayTextureName id: DirtyOverlayTextureName
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 454 startLine: 524
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe name of an overlay texture that should be drawn on top of this object if it is <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>.\nGiving this field a value will automatically allow the object to get dirty after a while of being used.\nThe textures loaded through this texture name act similarly to the ones loaded through <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.TextureName\" data-throw-if-not-resolved=\"false\"></xref>, in that they adhere to the object&apos;s possible rotations, and have the same amount of layers as <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ColorMap\" data-throw-if-not-resolved=\"false\"></xref> has entries.\nBy default, the texture to use is &quot;approximated&quot; using <xref href=\"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax: syntax:
content: public string DirtyOverlayTextureName content: public string DirtyOverlayTextureName
return: return:
@ -901,6 +904,39 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
id: DistanceFromObstructions
parent: TinyLife.Objects.FurnitureType.TypeSettings
langs:
- csharp
- vb
name: DistanceFromObstructions
nameWithType: FurnitureType.TypeSettings.DistanceFromObstructions
fullName: TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DistanceFromObstructions
path: Objects/FurnitureType.cs
startLine: 530
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA minimum distance from obstructions (walls and roofs) that this object has to have to be placed.\nThis value is used in <xref href=\"TinyLife.Objects.FurnitureType.GetWallsInTheWay(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Misc.Direction2)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.GetRoofingInTheWay(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Misc.Direction2)\" data-throw-if-not-resolved=\"false\"></xref> by inflating the object&apos;s <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.Size\" data-throw-if-not-resolved=\"false\"></xref>.\nThis value defaults to 0, and it is used by objects like trees.\n"
example: []
syntax:
content: public int DistanceFromObstructions
return:
type: System.Int32
content.vb: Public DistanceFromObstructions As Integer
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[]) - uid: TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])
commentId: M:TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[]) commentId: M:TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])
id: '#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])' id: '#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])'
@ -916,10 +952,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 466 startLine: 542
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -967,10 +1003,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetData id: SetData
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 487 startLine: 563
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1005,10 +1041,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetData id: GetData
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 493 startLine: 569
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1048,10 +1084,10 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetDataKeys id: GetDataKeys
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 498 startLine: 574
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2197,6 +2233,7 @@ references:
isExternal: true isExternal: true
- uid: TinyLife.Objects.LightFurniture - uid: TinyLife.Objects.LightFurniture
commentId: T:TinyLife.Objects.LightFurniture commentId: T:TinyLife.Objects.LightFurniture
parent: TinyLife.Objects
name: LightFurniture name: LightFurniture
nameWithType: LightFurniture nameWithType: LightFurniture
fullName: TinyLife.Objects.LightFurniture fullName: TinyLife.Objects.LightFurniture
@ -2265,6 +2302,66 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.Dirty
commentId: F:TinyLife.Objects.Furniture.Dirty
parent: TinyLife.Objects.Furniture
name: Dirty
nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.FurnitureType.TypeSettings.TextureName
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.TextureName
isExternal: true
- uid: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
name: GetDefaultDirtyOverlayTextureName(ObjectCategory)
nameWithType: Extensions.GetDefaultDirtyOverlayTextureName(ObjectCategory)
fullName: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
name: GetDefaultDirtyOverlayTextureName
nameWithType: Extensions.GetDefaultDirtyOverlayTextureName
fullName: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
nameWithType: ObjectCategory
fullName: TinyLife.Objects.ObjectCategory
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)
name: GetDefaultDirtyOverlayTextureName
nameWithType: Extensions.GetDefaultDirtyOverlayTextureName
fullName: TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
nameWithType: ObjectCategory
fullName: TinyLife.Objects.ObjectCategory
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.FurnitureType.GetWallsInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.FurnitureType.GetWallsInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)
isExternal: true
- uid: TinyLife.Objects.FurnitureType.GetRoofingInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.FurnitureType.GetRoofingInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)
isExternal: true
- uid: TinyLife.Objects.FurnitureType.TypeSettings.Size
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.Size
isExternal: true
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: TinyLife.Objects.FurnitureType.TypeSettings - uid: TinyLife.Objects.FurnitureType.TypeSettings
commentId: T:TinyLife.Objects.FurnitureType.TypeSettings commentId: T:TinyLife.Objects.FurnitureType.TypeSettings
parent: TinyLife.Objects parent: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Gravestone id: Gravestone
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 8 startLine: 8
@ -45,6 +45,7 @@ items:
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -56,8 +57,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Validate - TinyLife.Objects.Furniture.Validate
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
@ -81,13 +85,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -102,7 +110,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -139,7 +147,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DeadPerson id: DeadPerson
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 14 startLine: 14
@ -176,7 +184,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Reason id: Reason
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 22 startLine: 22
@ -219,7 +227,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 27 startLine: 27
@ -270,7 +278,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo id: GetHoverInfo
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 32 startLine: 32
@ -344,6 +352,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -410,6 +424,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -422,6 +448,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1819,6 +1851,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1910,6 +1998,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2383,6 +2507,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2590,15 +2776,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2743,11 +2929,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2892,6 +3086,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -17,7 +17,7 @@ items:
remote: remote:
path: TinyLife/Objects/IUpdatingObject.cs path: TinyLife/Objects/IUpdatingObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IUpdatingObject id: IUpdatingObject
path: Objects/IUpdatingObject.cs path: Objects/IUpdatingObject.cs
startLine: 9 startLine: 9
@ -52,7 +52,7 @@ items:
remote: remote:
path: TinyLife/Objects/IUpdatingObject.cs path: TinyLife/Objects/IUpdatingObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/IUpdatingObject.cs path: Objects/IUpdatingObject.cs
startLine: 17 startLine: 17

View file

@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Light id: Light
path: Objects/Light.cs path: Objects/Light.cs
startLine: 12 startLine: 12
@ -71,7 +71,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CircleTexture id: CircleTexture
path: Objects/Light.cs path: Objects/Light.cs
startLine: 17 startLine: 17
@ -108,7 +108,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: Objects/Light.cs path: Objects/Light.cs
startLine: 22 startLine: 22
@ -143,7 +143,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture id: Texture
path: Objects/Light.cs path: Objects/Light.cs
startLine: 27 startLine: 27
@ -178,7 +178,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UpwardsOffset id: UpwardsOffset
path: Objects/Light.cs path: Objects/Light.cs
startLine: 31 startLine: 31
@ -211,7 +211,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Position id: Position
path: Objects/Light.cs path: Objects/Light.cs
startLine: 36 startLine: 36
@ -248,7 +248,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Size id: Size
path: Objects/Light.cs path: Objects/Light.cs
startLine: 51 startLine: 51
@ -281,7 +281,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Color id: Color
path: Objects/Light.cs path: Objects/Light.cs
startLine: 56 startLine: 56
@ -314,7 +314,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsDisabled id: IsDisabled
path: Objects/Light.cs path: Objects/Light.cs
startLine: 61 startLine: 61
@ -347,7 +347,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Light.cs path: Objects/Light.cs
startLine: 73 startLine: 73
@ -395,7 +395,7 @@ items:
remote: remote:
path: TinyLife/Objects/Light.cs path: TinyLife/Objects/Light.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Light.cs path: Objects/Light.cs
startLine: 86 startLine: 86

View file

@ -6,7 +6,9 @@ items:
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- TinyLife.Objects.LightFurniture.CreateLights
- TinyLife.Objects.LightFurniture.IsDisabled - TinyLife.Objects.LightFurniture.IsDisabled
- TinyLife.Objects.LightFurniture.IsElectrical
- TinyLife.Objects.LightFurniture.Lights - TinyLife.Objects.LightFurniture.Lights
- TinyLife.Objects.LightFurniture.OnAdded - TinyLife.Objects.LightFurniture.OnAdded
- TinyLife.Objects.LightFurniture.OnRemoved - TinyLife.Objects.LightFurniture.OnRemoved
@ -23,10 +25,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LightFurniture id: LightFurniture
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 10 startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -43,12 +45,15 @@ items:
- MLEM.Misc.GenericDataHolder - MLEM.Misc.GenericDataHolder
- TinyLife.Objects.MapObject - TinyLife.Objects.MapObject
- TinyLife.Objects.Furniture - TinyLife.Objects.Furniture
derivedClasses:
- TinyLife.Objects.Fireplace
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
- TinyLife.Objects.IUpdatingObject - TinyLife.Objects.IUpdatingObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -60,8 +65,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -82,13 +90,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -104,7 +116,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -141,10 +153,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Lights id: Lights
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 15 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -178,14 +190,14 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsDisabled id: IsDisabled
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 21 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nWhether this light is currently disabled.\nNote that a light also gets disabled if <xref href=\"TinyLife.Objects.Furniture.AreUtilitiesDisabled\" data-throw-if-not-resolved=\"false\"></xref>, but this field will not be set to true in that case.\n" summary: "\nWhether this light is currently disabled.\nNote that a light also gets disabled if this furniture <xref href=\"TinyLife.Objects.LightFurniture.IsElectrical\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Furniture.AreUtilitiesDisabled\" data-throw-if-not-resolved=\"false\"></xref> is true, but this field will not be set to true in that case.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -206,6 +218,45 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.LightFurniture.IsElectrical
commentId: P:TinyLife.Objects.LightFurniture.IsElectrical
id: IsElectrical
parent: TinyLife.Objects.LightFurniture
langs:
- csharp
- vb
name: IsElectrical
nameWithType: LightFurniture.IsElectrical
fullName: TinyLife.Objects.LightFurniture.IsElectrical
type: Property
source:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsElectrical
path: Objects/LightFurniture.cs
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nWhether this furniture is electrical.\nIf this is true, <xref href=\"TinyLife.Objects.Furniture.AreUtilitiesDisabled\" data-throw-if-not-resolved=\"false\"></xref> will cause this object&apos;s lights to be disabled.\n"
example: []
syntax:
content: public virtual bool IsElectrical { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public Overridable ReadOnly Property IsElectrical As Boolean
overload: TinyLife.Objects.LightFurniture.IsElectrical*
modifiers.csharp:
- public
- virtual
- get
modifiers.vb:
- Public
- Overridable
- ReadOnly
- uid: TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - uid: TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
@ -221,10 +272,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 24 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -272,17 +323,17 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 29 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -293,14 +344,16 @@ items:
- id: speed - id: speed
type: TinyLife.GameSpeed type: TinyLife.GameSpeed
description: The game&apos;s speed description: The game&apos;s speed
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
overload: TinyLife.Objects.LightFurniture.Update* overload: TinyLife.Objects.LightFurniture.Update*
implements: implements:
- TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
modifiers.csharp: modifiers.csharp:
- public - public
- virtual
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable
- uid: TinyLife.Objects.LightFurniture.OnAdded - uid: TinyLife.Objects.LightFurniture.OnAdded
commentId: M:TinyLife.Objects.LightFurniture.OnAdded commentId: M:TinyLife.Objects.LightFurniture.OnAdded
id: OnAdded id: OnAdded
@ -316,10 +369,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnAdded id: OnAdded
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 37 startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -351,10 +404,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnRemoved id: OnRemoved
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 43 startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -386,10 +439,10 @@ items:
remote: remote:
path: TinyLife/Objects/LightFurniture.cs path: TinyLife/Objects/LightFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/LightFurniture.cs path: Objects/LightFurniture.cs
startLine: 53 startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -409,6 +462,43 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Objects.LightFurniture.CreateLights
commentId: M:TinyLife.Objects.LightFurniture.CreateLights
id: CreateLights
parent: TinyLife.Objects.LightFurniture
langs:
- csharp
- vb
name: CreateLights()
nameWithType: LightFurniture.CreateLights()
fullName: TinyLife.Objects.LightFurniture.CreateLights()
type: Method
source:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CreateLights
path: Objects/LightFurniture.cs
startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThis method is called when this furniture&apos;s lights should get initialized.\nBy default, this method calls <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.CreateLights\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: protected virtual IEnumerable<Light> CreateLights()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Light}
description: The lights that this object should have
content.vb: Protected Overridable Function CreateLights As IEnumerable(Of Light)
overload: TinyLife.Objects.LightFurniture.CreateLights*
modifiers.csharp:
- protected
- virtual
modifiers.vb:
- Protected
- Overridable
references: references:
- uid: TinyLife.Objects.Light - uid: TinyLife.Objects.Light
commentId: T:TinyLife.Objects.Light commentId: T:TinyLife.Objects.Light
@ -475,6 +565,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -541,6 +637,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -553,6 +661,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1866,6 +1980,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1957,6 +2127,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2430,6 +2636,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2665,15 +2933,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2818,11 +3086,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2967,6 +3243,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3822,6 +4106,12 @@ references:
- name: () - name: ()
nameWithType: () nameWithType: ()
fullName: () fullName: ()
- uid: TinyLife.Objects.LightFurniture.IsElectrical
commentId: P:TinyLife.Objects.LightFurniture.IsElectrical
parent: TinyLife.Objects.LightFurniture
name: IsElectrical
nameWithType: LightFurniture.IsElectrical
fullName: TinyLife.Objects.LightFurniture.IsElectrical
- uid: System.Boolean - uid: System.Boolean
commentId: T:System.Boolean commentId: T:System.Boolean
parent: System parent: System
@ -3829,6 +4119,17 @@ references:
name: Boolean name: Boolean
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
- uid: TinyLife.Objects.LightFurniture
commentId: T:TinyLife.Objects.LightFurniture
parent: TinyLife.Objects
name: LightFurniture
nameWithType: LightFurniture
fullName: TinyLife.Objects.LightFurniture
- uid: TinyLife.Objects.LightFurniture.IsElectrical*
commentId: Overload:TinyLife.Objects.LightFurniture.IsElectrical
name: IsElectrical
nameWithType: LightFurniture.IsElectrical
fullName: TinyLife.Objects.LightFurniture.IsElectrical
- uid: TinyLife.Objects.LightFurniture.#ctor* - uid: TinyLife.Objects.LightFurniture.#ctor*
commentId: Overload:TinyLife.Objects.LightFurniture.#ctor commentId: Overload:TinyLife.Objects.LightFurniture.#ctor
name: LightFurniture name: LightFurniture
@ -4090,3 +4391,95 @@ references:
name: Validate name: Validate
nameWithType: LightFurniture.Validate nameWithType: LightFurniture.Validate
fullName: TinyLife.Objects.LightFurniture.Validate fullName: TinyLife.Objects.LightFurniture.Validate
- uid: TinyLife.Objects.LightFurniture.CreateLights*
commentId: Overload:TinyLife.Objects.LightFurniture.CreateLights
name: CreateLights
nameWithType: LightFurniture.CreateLights
fullName: TinyLife.Objects.LightFurniture.CreateLights
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Light}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Light}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<Light>
nameWithType: IEnumerable<Light>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Objects.Light>
nameWithType.vb: IEnumerable(Of Light)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Light)
name.vb: IEnumerable(Of Light)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Objects.Light
name: Light
nameWithType: Light
fullName: TinyLife.Objects.Light
- 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.Objects.Light
name: Light
nameWithType: Light
fullName: TinyLife.Objects.Light
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
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

View file

@ -9,7 +9,7 @@ items:
- TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean) - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- TinyLife.Objects.MapObject.CurrentLot - TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
@ -45,7 +45,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MapObject id: MapObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 26 startLine: 26
@ -114,7 +114,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PersonRotationOrder id: PersonRotationOrder
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 32 startLine: 32
@ -151,7 +151,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCreated id: OnCreated
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 38 startLine: 38
@ -186,7 +186,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnValidated id: OnValidated
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 43 startLine: 43
@ -221,7 +221,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnEventsAttachable id: OnEventsAttachable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 48 startLine: 48
@ -256,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnDraw id: OnDraw
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 56 startLine: 56
@ -289,7 +289,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnUpdate id: OnUpdate
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 62 startLine: 62
@ -322,7 +322,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Id id: Id
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 67 startLine: 67
@ -371,7 +371,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 73 startLine: 73
@ -408,7 +408,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Position id: Position
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 78 startLine: 78
@ -457,7 +457,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CurrentLot id: CurrentLot
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 99 startLine: 99
@ -494,7 +494,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsInWorld id: IsInWorld
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 103 startLine: 103
@ -531,7 +531,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 113 startLine: 113
@ -573,7 +573,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 131 startLine: 131
@ -623,7 +623,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Intersects id: Intersects
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 140 startLine: 140
@ -664,7 +664,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 150 startLine: 150
@ -701,7 +701,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetCategories id: GetCategories
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 161 startLine: 161
@ -742,7 +742,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnAdded id: OnAdded
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 169 startLine: 169
@ -776,7 +776,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnRemoved id: OnRemoved
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 176 startLine: 176
@ -810,7 +810,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo id: GetHoverInfo
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 184 startLine: 184
@ -847,7 +847,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetAiPriority id: GetAiPriority
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 197 startLine: 197
@ -891,7 +891,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnActionCompleted id: OnActionCompleted
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 209 startLine: 209
@ -935,7 +935,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionUpdate id: ActionUpdate
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 222 startLine: 222
@ -985,7 +985,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetVisibility id: GetVisibility
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 231 startLine: 231
@ -1022,7 +1022,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetFreeActionSpotInfo id: GetFreeActionSpotInfo
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 241 startLine: 241
@ -1066,7 +1066,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OnCameraRotationChanged id: OnCameraRotationChanged
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 251 startLine: 251
@ -1107,7 +1107,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SetMapAndValidate id: SetMapAndValidate
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 259 startLine: 259
@ -1146,7 +1146,7 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HasCategory id: HasCategory
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 270 startLine: 270
@ -1173,32 +1173,32 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
langs: langs:
- csharp - csharp
- vb - vb
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DrawColumns id: DrawColumns
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 311 startLine: 312
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nDraws the given texture region in columns, which allows for depth calculation in isometric view to be possible.\nBigger objects, including all furniture, are drawn in this matter.\nWhen drawing a furniture item, <xref href=\"TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Misc.Direction2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cSystem.Boolean%2cTinyLife.Objects.Furniture%2cTinyLife.Objects.AbstractSpot%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be used instead, which automatically supplies values for <see cref=\"!:wallHanging\"></see>, <see cref=\"!:ceilingHanging\"></see> etc.\n" summary: "\nDraws the given texture region in columns, which allows for depth calculation in isometric view to be possible.\nBigger objects, including all furniture, are drawn in this matter.\nWhen drawing a furniture item, <xref href=\"TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Misc.Direction2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cSystem.Boolean%2cTinyLife.Objects.Furniture%2cTinyLife.Objects.AbstractSpot%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be used instead, which automatically supplies values for <code data-dev-comment-type=\"paramref\" class=\"paramref\">wallHanging</code>, <code data-dev-comment-type=\"paramref\" class=\"paramref\">ceilingHanging</code> etc.\n"
example: [] example: []
syntax: syntax:
content: public static void DrawColumns(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, TextureRegion texture, Color color, float scale, Point size, bool pivot = true, Furniture parent = null, AbstractSpot parentSpot = null, Direction2 rotation = Direction2.None, float depthOffset = 0F, bool mirror = false, bool wallHanging = false, bool groundItem = false, bool ceilingHanging = false, bool editDrawPos = true) content: public static void DrawColumns(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, TextureRegion texture, Color color, float scale, Point size, bool pivot = true, Furniture parent = null, AbstractSpot parentSpot = null, Direction2 rotation = Direction2.None, float depthOffset = 0F, bool mirror = false, bool wallHanging = false, bool groundItem = false, bool ceilingHanging = false, bool roofAttached = false, bool editDrawPos = true)
parameters: parameters:
- id: map - id: map
type: TinyLife.World.Map type: TinyLife.World.Map
@ -1251,10 +1251,13 @@ items:
- id: ceilingHanging - id: ceilingHanging
type: System.Boolean type: System.Boolean
description: Whether this object is hanging on the ceiling. If it is, its <code data-dev-comment-type="paramref" class="paramref">drawPos</code> is offset by the height of walls description: Whether this object is hanging on the ceiling. If it is, its <code data-dev-comment-type="paramref" class="paramref">drawPos</code> is offset by the height of walls
- id: roofAttached
type: System.Boolean
description: Whether this object is attached to a roof
- id: editDrawPos - id: editDrawPos
type: System.Boolean type: System.Boolean
description: Whether this object&apos;s <code data-dev-comment-type="paramref" class="paramref">drawPos</code> should be changed based on this object&apos;s circumstances, especially based on its <code data-dev-comment-type="paramref" class="paramref">parentSpot</code> description: Whether this object&apos;s <code data-dev-comment-type="paramref" class="paramref">drawPos</code> should be changed based on this object&apos;s circumstances, especially based on its <code data-dev-comment-type="paramref" class="paramref">parentSpot</code>
content.vb: Public Shared Sub DrawColumns(map As Map, position As Vector2, batch As SpriteBatch, drawPos As Vector2, texture As TextureRegion, color As Color, scale As Single, size As Point, pivot As Boolean = True, parent As Furniture = Nothing, parentSpot As AbstractSpot = Nothing, rotation As Direction2 = Direction2.None, depthOffset As Single = 0F, mirror As Boolean = False, wallHanging As Boolean = False, groundItem As Boolean = False, ceilingHanging As Boolean = False, editDrawPos As Boolean = True) content.vb: Public Shared Sub DrawColumns(map As Map, position As Vector2, batch As SpriteBatch, drawPos As Vector2, texture As TextureRegion, color As Color, scale As Single, size As Point, pivot As Boolean = True, parent As Furniture = Nothing, parentSpot As AbstractSpot = Nothing, rotation As Direction2 = Direction2.None, depthOffset As Single = 0F, mirror As Boolean = False, wallHanging As Boolean = False, groundItem As Boolean = False, ceilingHanging As Boolean = False, roofAttached As Boolean = False, editDrawPos As Boolean = True)
overload: TinyLife.Objects.MapObject.DrawColumns* overload: TinyLife.Objects.MapObject.DrawColumns*
modifiers.csharp: modifiers.csharp:
- public - public
@ -1277,10 +1280,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetModCategory id: GetModCategory
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 367 startLine: 375
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -10,7 +10,9 @@ items:
- TinyLife.Objects.ObjectCategory.BartendingObject - TinyLife.Objects.ObjectCategory.BartendingObject
- TinyLife.Objects.ObjectCategory.Bed - TinyLife.Objects.ObjectCategory.Bed
- TinyLife.Objects.ObjectCategory.Bookshelf - TinyLife.Objects.ObjectCategory.Bookshelf
- TinyLife.Objects.ObjectCategory.CanBeScrapped
- TinyLife.Objects.ObjectCategory.CanBeThrownAway - TinyLife.Objects.ObjectCategory.CanBeThrownAway
- TinyLife.Objects.ObjectCategory.CanCoverDoor
- TinyLife.Objects.ObjectCategory.CanCoverWindow - TinyLife.Objects.ObjectCategory.CanCoverWindow
- TinyLife.Objects.ObjectCategory.CeilingHanging - TinyLife.Objects.ObjectCategory.CeilingHanging
- TinyLife.Objects.ObjectCategory.Chair - TinyLife.Objects.ObjectCategory.Chair
@ -21,6 +23,7 @@ items:
- TinyLife.Objects.ObjectCategory.DeskObject - TinyLife.Objects.ObjectCategory.DeskObject
- TinyLife.Objects.ObjectCategory.DisallowedOnGround - TinyLife.Objects.ObjectCategory.DisallowedOnGround
- TinyLife.Objects.ObjectCategory.Easel - TinyLife.Objects.ObjectCategory.Easel
- TinyLife.Objects.ObjectCategory.Fireplaces
- TinyLife.Objects.ObjectCategory.ForceGridPlacement - TinyLife.Objects.ObjectCategory.ForceGridPlacement
- TinyLife.Objects.ObjectCategory.Fridge - TinyLife.Objects.ObjectCategory.Fridge
- TinyLife.Objects.ObjectCategory.Gravestone - TinyLife.Objects.ObjectCategory.Gravestone
@ -36,6 +39,7 @@ items:
- TinyLife.Objects.ObjectCategory.NonMovable - TinyLife.Objects.ObjectCategory.NonMovable
- TinyLife.Objects.ObjectCategory.NonSellable - TinyLife.Objects.ObjectCategory.NonSellable
- TinyLife.Objects.ObjectCategory.Nothing - TinyLife.Objects.ObjectCategory.Nothing
- TinyLife.Objects.ObjectCategory.ObstructedByRoofs
- TinyLife.Objects.ObjectCategory.op_BitwiseAnd(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.ObjectCategory.op_BitwiseAnd(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.ObjectCategory.op_BitwiseOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.ObjectCategory.op_BitwiseOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.ObjectCategory.op_ExclusiveOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.ObjectCategory.op_ExclusiveOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)
@ -45,10 +49,12 @@ items:
- TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger - TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger
- TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory) - TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.ObjectCategory.People - TinyLife.Objects.ObjectCategory.People
- TinyLife.Objects.ObjectCategory.RoofAttached
- TinyLife.Objects.ObjectCategory.Self - TinyLife.Objects.ObjectCategory.Self
- TinyLife.Objects.ObjectCategory.Shower - TinyLife.Objects.ObjectCategory.Shower
- TinyLife.Objects.ObjectCategory.Sink - TinyLife.Objects.ObjectCategory.Sink
- TinyLife.Objects.ObjectCategory.SmallObject - TinyLife.Objects.ObjectCategory.SmallObject
- TinyLife.Objects.ObjectCategory.SpecialInteractable
- TinyLife.Objects.ObjectCategory.StandingDesk - TinyLife.Objects.ObjectCategory.StandingDesk
- TinyLife.Objects.ObjectCategory.Stove - TinyLife.Objects.ObjectCategory.Stove
- TinyLife.Objects.ObjectCategory.Table - TinyLife.Objects.ObjectCategory.Table
@ -71,10 +77,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObjectCategory id: ObjectCategory
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 426 startLine: 430
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -137,10 +143,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Nothing id: Nothing
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 429 startLine: 433
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -174,10 +180,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ground id: Ground
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 431 startLine: 435
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -211,10 +217,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Chair id: Chair
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 433 startLine: 437
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -248,10 +254,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Toilet id: Toilet
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 435 startLine: 439
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -285,10 +291,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Bed id: Bed
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 437 startLine: 441
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -322,10 +328,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fridge id: Fridge
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 439 startLine: 443
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -359,10 +365,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shower id: Shower
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 441 startLine: 445
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -396,10 +402,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Counter id: Counter
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 443 startLine: 447
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -433,10 +439,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Stove id: Stove
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 445 startLine: 449
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -470,10 +476,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SmallObject id: SmallObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 447 startLine: 451
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -507,10 +513,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonBuyable id: NonBuyable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 449 startLine: 453
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -544,10 +550,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Table id: Table
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 451 startLine: 455
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -581,10 +587,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Holdable id: Holdable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 453 startLine: 457
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -618,10 +624,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DeskObject id: DeskObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 455 startLine: 459
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -655,10 +661,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisallowedOnGround id: DisallowedOnGround
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 457 startLine: 461
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -692,10 +698,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Computer id: Computer
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 459 startLine: 463
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -729,10 +735,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sink id: Sink
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 461 startLine: 465
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -766,10 +772,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CounterObject id: CounterObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 463 startLine: 467
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -803,10 +809,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Cleanable id: Cleanable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 465 startLine: 469
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -840,10 +846,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: People id: People
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 467 startLine: 471
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -877,10 +883,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mailbox id: Mailbox
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 469 startLine: 473
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -914,10 +920,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Wardrobe id: Wardrobe
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 471 startLine: 475
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -951,10 +957,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NaturalGroundRequired id: NaturalGroundRequired
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 473 startLine: 477
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -988,10 +994,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Self id: Self
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 475 startLine: 479
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1025,14 +1031,14 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WallHanging id: WallHanging
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 477 startLine: 481
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: An object category that represents objects which need to be hung on <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> objects. If an object should be able to hang on a window, it should additionally have the <xref href="TinyLife.Objects.ObjectCategory.CanCoverWindow" data-throw-if-not-resolved="false"></xref> category. summary: An object category that represents objects which need to be hung on <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> objects. If an object should be able to hang on a window or door, it should additionally have the <xref href="TinyLife.Objects.ObjectCategory.CanCoverWindow" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Objects.ObjectCategory.CanCoverDoor" data-throw-if-not-resolved="false"></xref> category.
example: [] example: []
syntax: syntax:
content: public static readonly ObjectCategory WallHanging content: public static readonly ObjectCategory WallHanging
@ -1062,10 +1068,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ForceGridPlacement id: ForceGridPlacement
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 479 startLine: 483
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1099,10 +1105,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Easel id: Easel
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 481 startLine: 485
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1136,10 +1142,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mirror id: Mirror
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 483 startLine: 487
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1173,10 +1179,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Bookshelf id: Bookshelf
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 485 startLine: 489
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1210,10 +1216,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonColliding id: NonColliding
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 487 startLine: 491
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1247,10 +1253,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Gravestone id: Gravestone
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 489 startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1284,10 +1290,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonSellable id: NonSellable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 491 startLine: 495
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1321,10 +1327,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: NonMovable id: NonMovable
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 493 startLine: 497
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1358,10 +1364,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Tree id: Tree
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 495 startLine: 499
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1395,10 +1401,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Television id: Television
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 497 startLine: 501
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1432,10 +1438,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BartendingObject id: BartendingObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 499 startLine: 503
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1469,10 +1475,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Walls id: Walls
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 501 startLine: 505
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1506,10 +1512,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkoutEquipment id: WorkoutEquipment
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 503 startLine: 507
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1543,10 +1549,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: LargeSurfaceObject id: LargeSurfaceObject
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 505 startLine: 509
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1580,10 +1586,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StandingDesk id: StandingDesk
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 507 startLine: 511
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1617,10 +1623,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Lamp id: Lamp
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 509 startLine: 513
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1654,10 +1660,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CeilingHanging id: CeilingHanging
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 511 startLine: 515
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1691,10 +1697,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCoverWindow id: CanCoverWindow
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 513 startLine: 517
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1713,6 +1719,43 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.ObjectCategory.CanCoverDoor
commentId: F:TinyLife.Objects.ObjectCategory.CanCoverDoor
id: CanCoverDoor
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: CanCoverDoor
nameWithType: ObjectCategory.CanCoverDoor
fullName: TinyLife.Objects.ObjectCategory.CanCoverDoor
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanCoverDoor
path: Objects/MapObject.cs
startLine: 519
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for things that can be attached to doors. If an object doesn&apos;t also have the <xref href="TinyLife.Objects.ObjectCategory.WallHanging" data-throw-if-not-resolved="false"></xref> category, this category has no effect.
example: []
syntax:
content: public static readonly ObjectCategory CanCoverDoor
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly CanCoverDoor As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.Barbecue - uid: TinyLife.Objects.ObjectCategory.Barbecue
commentId: F:TinyLife.Objects.ObjectCategory.Barbecue commentId: F:TinyLife.Objects.ObjectCategory.Barbecue
id: Barbecue id: Barbecue
@ -1728,10 +1771,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Barbecue id: Barbecue
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 515 startLine: 521
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1765,10 +1808,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TrashCan id: TrashCan
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 517 startLine: 523
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1802,10 +1845,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeThrownAway id: CanBeThrownAway
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 519 startLine: 525
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1824,6 +1867,191 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.ObjectCategory.SpecialInteractable
commentId: F:TinyLife.Objects.ObjectCategory.SpecialInteractable
id: SpecialInteractable
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: SpecialInteractable
nameWithType: ObjectCategory.SpecialInteractable
fullName: TinyLife.Objects.ObjectCategory.SpecialInteractable
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpecialInteractable
path: Objects/MapObject.cs
startLine: 527
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for items like the <xref href="TinyLife.Objects.FurnitureType.WoodworkingTable" data-throw-if-not-resolved="false"></xref> that can be interacted with, but don&apos;t require their own, unique category, since there is only one furniture type that matches them
example: []
syntax:
content: public static readonly ObjectCategory SpecialInteractable
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly SpecialInteractable As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.CanBeScrapped
commentId: F:TinyLife.Objects.ObjectCategory.CanBeScrapped
id: CanBeScrapped
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: CanBeScrapped
nameWithType: ObjectCategory.CanBeScrapped
fullName: TinyLife.Objects.ObjectCategory.CanBeScrapped
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CanBeScrapped
path: Objects/MapObject.cs
startLine: 529
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for items that can be scrapped using <xref href="TinyLife.Actions.ActionType.Scrap" data-throw-if-not-resolved="false"></xref> (provided they are on a lot that can be &quot;edited&quot; by the person executing the action)
example: []
syntax:
content: public static readonly ObjectCategory CanBeScrapped
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly CanBeScrapped As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.ObstructedByRoofs
commentId: F:TinyLife.Objects.ObjectCategory.ObstructedByRoofs
id: ObstructedByRoofs
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: ObstructedByRoofs
nameWithType: ObjectCategory.ObstructedByRoofs
fullName: TinyLife.Objects.ObjectCategory.ObstructedByRoofs
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObstructedByRoofs
path: Objects/MapObject.cs
startLine: 531
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for objects that get obstructed by roofs (and should be removed if a roof is placed above them)
example: []
syntax:
content: public static readonly ObjectCategory ObstructedByRoofs
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly ObstructedByRoofs As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.RoofAttached
commentId: F:TinyLife.Objects.ObjectCategory.RoofAttached
id: RoofAttached
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: RoofAttached
nameWithType: ObjectCategory.RoofAttached
fullName: TinyLife.Objects.ObjectCategory.RoofAttached
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RoofAttached
path: Objects/MapObject.cs
startLine: 533
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for objects that have to be attached to roofs (which is useful for chimneys and other rooftop items)
example: []
syntax:
content: public static readonly ObjectCategory RoofAttached
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly RoofAttached As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.Fireplaces
commentId: F:TinyLife.Objects.ObjectCategory.Fireplaces
id: Fireplaces
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: Fireplaces
nameWithType: ObjectCategory.Fireplaces
fullName: TinyLife.Objects.ObjectCategory.Fireplaces
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fireplaces
path: Objects/MapObject.cs
startLine: 535
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category for fireplaces
example: []
syntax:
content: public static readonly ObjectCategory Fireplaces
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly Fireplaces As ObjectCategory
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) - uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
id: '#ctor(System.String,System.Numerics.BigInteger)' id: '#ctor(System.String,System.Numerics.BigInteger)'
@ -1839,10 +2067,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 522 startLine: 538
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1875,10 +2103,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_Implicit id: op_Implicit
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 526 startLine: 542
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1915,10 +2143,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_Implicit id: op_Implicit
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 527 startLine: 543
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1955,10 +2183,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_Implicit id: op_Implicit
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 528 startLine: 544
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1995,10 +2223,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_Implicit id: op_Implicit
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 529 startLine: 545
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2035,10 +2263,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_BitwiseOr id: op_BitwiseOr
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 530 startLine: 546
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2074,10 +2302,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_BitwiseAnd id: op_BitwiseAnd
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 531 startLine: 547
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2113,10 +2341,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_ExclusiveOr id: op_ExclusiveOr
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 532 startLine: 548
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2152,10 +2380,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: op_OnesComplement id: op_OnesComplement
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 533 startLine: 549
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3741,6 +3969,9 @@ references:
- uid: TinyLife.Objects.ObjectCategory.CanCoverWindow - uid: TinyLife.Objects.ObjectCategory.CanCoverWindow
commentId: F:TinyLife.Objects.ObjectCategory.CanCoverWindow commentId: F:TinyLife.Objects.ObjectCategory.CanCoverWindow
isExternal: true isExternal: true
- uid: TinyLife.Objects.ObjectCategory.CanCoverDoor
commentId: F:TinyLife.Objects.ObjectCategory.CanCoverDoor
isExternal: true
- uid: TinyLife.World - uid: TinyLife.World
commentId: N:TinyLife.World commentId: N:TinyLife.World
name: TinyLife.World name: TinyLife.World
@ -3900,6 +4131,7 @@ references:
isExternal: true isExternal: true
- uid: TinyLife.Objects.LightFurniture - uid: TinyLife.Objects.LightFurniture
commentId: T:TinyLife.Objects.LightFurniture commentId: T:TinyLife.Objects.LightFurniture
parent: TinyLife.Objects
name: LightFurniture name: LightFurniture
nameWithType: LightFurniture nameWithType: LightFurniture
fullName: TinyLife.Objects.LightFurniture fullName: TinyLife.Objects.LightFurniture
@ -3918,6 +4150,12 @@ references:
- uid: TinyLife.Objects.ObjectCategory.Holdable - uid: TinyLife.Objects.ObjectCategory.Holdable
commentId: F:TinyLife.Objects.ObjectCategory.Holdable commentId: F:TinyLife.Objects.ObjectCategory.Holdable
isExternal: true isExternal: true
- uid: TinyLife.Objects.FurnitureType.WoodworkingTable
commentId: F:TinyLife.Objects.FurnitureType.WoodworkingTable
isExternal: true
- uid: TinyLife.Actions.ActionType.Scrap
commentId: F:TinyLife.Actions.ActionType.Scrap
isExternal: true
- uid: TinyLife.Objects.ObjectCategory.#ctor* - uid: TinyLife.Objects.ObjectCategory.#ctor*
commentId: Overload:TinyLife.Objects.ObjectCategory.#ctor commentId: Overload:TinyLife.Objects.ObjectCategory.#ctor
name: ObjectCategory name: ObjectCategory

View file

@ -26,10 +26,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ObjectSpot id: ObjectSpot
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 272 startLine: 273
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -83,10 +83,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsFurnitureAllowed id: IsFurnitureAllowed
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 277 startLine: 278
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -118,10 +118,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 286 startLine: 287
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -166,10 +166,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 298 startLine: 299
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -217,10 +217,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetContents id: GetContents
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 312 startLine: 313
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -267,10 +267,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TableSpots id: TableSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 324 startLine: 325
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -308,10 +308,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PicnicTableSpots id: PicnicTableSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 347 startLine: 348
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -349,10 +349,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CounterSpots id: CounterSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 362 startLine: 363
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -390,10 +390,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BarSpots id: BarSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 376 startLine: 377
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -427,10 +427,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DoubleShelfSpots id: DoubleShelfSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 389 startLine: 390
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -468,10 +468,10 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DeskSpots id: DeskSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 401 startLine: 402
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Objects/OverlayWallHanging.cs path: TinyLife/Objects/OverlayWallHanging.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OverlayWallHanging id: OverlayWallHanging
path: Objects/OverlayWallHanging.cs path: Objects/OverlayWallHanging.cs
startLine: 13 startLine: 13
@ -43,6 +43,7 @@ items:
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -54,8 +55,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Validate - TinyLife.Objects.Furniture.Validate
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
@ -78,13 +82,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -100,7 +108,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -137,7 +145,7 @@ items:
remote: remote:
path: TinyLife/Objects/OverlayWallHanging.cs path: TinyLife/Objects/OverlayWallHanging.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/OverlayWallHanging.cs path: Objects/OverlayWallHanging.cs
startLine: 18 startLine: 18
@ -188,7 +196,7 @@ items:
remote: remote:
path: TinyLife/Objects/OverlayWallHanging.cs path: TinyLife/Objects/OverlayWallHanging.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/OverlayWallHanging.cs path: Objects/OverlayWallHanging.cs
startLine: 23 startLine: 23
@ -311,6 +319,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -377,6 +391,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -389,6 +415,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1528,6 +1560,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1619,6 +1707,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2092,6 +2216,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2327,15 +2513,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2480,11 +2666,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2629,6 +2823,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -6,12 +6,11 @@ items:
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- TinyLife.Objects.Painting.Creator
- TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean) - TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Painting.GetHoverInfo - TinyLife.Objects.Painting.GetHoverInfo
- TinyLife.Objects.Painting.GetPrice
- TinyLife.Objects.Painting.PaintingType - TinyLife.Objects.Painting.PaintingType
- TinyLife.Objects.Painting.Progress - TinyLife.Objects.Painting.Progress
- TinyLife.Objects.Painting.Quality
- TinyLife.Objects.Painting.Validate - TinyLife.Objects.Painting.Validate
langs: langs:
- csharp - csharp
@ -24,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Painting id: Painting
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 14 startLine: 14
@ -49,6 +48,7 @@ items:
- TinyLife.World.IPricedObject - TinyLife.World.IPricedObject
inheritedMembers: inheritedMembers:
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -60,8 +60,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
@ -71,7 +74,6 @@ items:
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan) - TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
@ -83,13 +85,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -104,7 +110,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -141,7 +147,7 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PaintingType id: PaintingType
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 20 startLine: 20
@ -184,14 +190,14 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Progress id: Progress
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 26 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe progress that has been done on this painting by the <xref href=\"TinyLife.Objects.Painting.Creator\" data-throw-if-not-resolved=\"false\"></xref> so far.\nThis value defaults to 1, which is 100%.\n" summary: "\nThe progress that has been done on this painting by the <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref> so far.\nThis value defaults to 1, which is 100%.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -212,92 +218,6 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.Painting.Creator
commentId: F:TinyLife.Objects.Painting.Creator
id: Creator
parent: TinyLife.Objects.Painting
langs:
- csharp
- vb
name: Creator
nameWithType: Painting.Creator
fullName: TinyLife.Objects.Painting.Creator
type: Field
source:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator
path: Objects/Painting.cs
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"System.Guid\" data-throw-if-not-resolved=\"false\"></xref> of the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that created, and is painting this painting.\nThis value defaults to <xref href=\"System.Guid.Empty\" data-throw-if-not-resolved=\"false\"></xref>, meaning no creator.\n"
example: []
syntax:
content: >-
[DataMember]
public Guid Creator
return:
type: System.Guid
content.vb: >-
<DataMember>
Public Creator As Guid
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Painting.Quality
commentId: F:TinyLife.Objects.Painting.Quality
id: Quality
parent: TinyLife.Objects.Painting
langs:
- csharp
- vb
name: Quality
nameWithType: Painting.Quality
fullName: TinyLife.Objects.Painting.Quality
type: Field
source:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Objects/Painting.cs
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <xref href=\"TinyLife.Objects.Painting.Quality\" data-throw-if-not-resolved=\"false\"></xref> that this painting has.\nThis value default to <xref href=\"TinyLife.Skills.Quality.Average\" data-throw-if-not-resolved=\"false\"></xref>, but may be different if there is a <xref href=\"TinyLife.Objects.Painting.Creator\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: >-
[DataMember]
public Quality Quality
return:
type: TinyLife.Skills.Quality
content.vb: >-
<DataMember>
Public Quality As Quality
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - uid: TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
@ -313,10 +233,10 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 43 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -364,10 +284,10 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 49 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -427,6 +347,44 @@ items:
- Overrides - Overrides
fullName.vb: TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.Furniture, TinyLife.Objects.AbstractSpot, System.Single, System.Boolean) fullName.vb: TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.Furniture, TinyLife.Objects.AbstractSpot, System.Single, System.Boolean)
name.vb: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, Furniture, AbstractSpot, Single, Boolean) name.vb: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, Furniture, AbstractSpot, Single, Boolean)
- uid: TinyLife.Objects.Painting.GetPrice
commentId: M:TinyLife.Objects.Painting.GetPrice
id: GetPrice
parent: TinyLife.Objects.Painting
langs:
- csharp
- vb
name: GetPrice()
nameWithType: Painting.GetPrice()
fullName: TinyLife.Objects.Painting.GetPrice()
type: Method
source:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetPrice
path: Objects/Painting.cs
startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nReturns the price that this object can be bought or sold for.\nNote that, like in the case of the <xref href=\"TinyLife.Objects.Painting\" data-throw-if-not-resolved=\"false\"></xref>, the returned price isn&apos;t necessarily the full price that the object can be sold for. Instead, the price returned here should be the price that this object has when bought or sold from the <xref href=\"TinyLife.Tools.FurnitureTool\" data-throw-if-not-resolved=\"false\"></xref> or similar.\n"
example: []
syntax:
content: public override float GetPrice()
return:
type: System.Single
description: The object&apos;s price
content.vb: Public Overrides Function GetPrice As Single
overridden: TinyLife.Objects.Furniture.GetPrice
overload: TinyLife.Objects.Painting.GetPrice*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Objects.Painting.Validate - uid: TinyLife.Objects.Painting.Validate
commentId: M:TinyLife.Objects.Painting.Validate commentId: M:TinyLife.Objects.Painting.Validate
id: Validate id: Validate
@ -442,10 +400,10 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 64 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -480,10 +438,10 @@ items:
remote: remote:
path: TinyLife/Objects/Painting.cs path: TinyLife/Objects/Painting.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetHoverInfo id: GetHoverInfo
path: Objects/Painting.cs path: Objects/Painting.cs
startLine: 69 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -554,6 +512,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -620,6 +584,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -632,6 +608,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1119,34 +1101,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.GetPrice
commentId: M:TinyLife.Objects.Furniture.GetPrice
parent: TinyLife.Objects.Furniture
name: GetPrice()
nameWithType: Furniture.GetPrice()
fullName: TinyLife.Objects.Furniture.GetPrice()
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
nameWithType: Furniture.GetPrice
fullName: TinyLife.Objects.Furniture.GetPrice
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
nameWithType: Furniture.GetPrice
fullName: TinyLife.Objects.Furniture.GetPrice
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetDescription - uid: TinyLife.Objects.Furniture.GetDescription
commentId: M:TinyLife.Objects.Furniture.GetDescription commentId: M:TinyLife.Objects.Furniture.GetDescription
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1743,6 +1697,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1834,6 +1844,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2307,6 +2353,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2514,15 +2622,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2667,11 +2775,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2816,6 +2932,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3653,9 +3777,6 @@ references:
name: TinyLife.Skills name: TinyLife.Skills
nameWithType: TinyLife.Skills nameWithType: TinyLife.Skills
fullName: TinyLife.Skills fullName: TinyLife.Skills
- uid: TinyLife.Objects.Painting.Creator
commentId: F:TinyLife.Objects.Painting.Creator
isExternal: true
- uid: System.Single - uid: System.Single
commentId: T:System.Single commentId: T:System.Single
parent: System parent: System
@ -3663,6 +3784,11 @@ references:
name: Single name: Single
nameWithType: Single nameWithType: Single
fullName: System.Single fullName: System.Single
- uid: TinyLife.Objects.Painting.#ctor*
commentId: Overload:TinyLife.Objects.Painting.#ctor
name: Painting
nameWithType: Painting.Painting
fullName: TinyLife.Objects.Painting.Painting
- uid: System.Guid - uid: System.Guid
commentId: T:System.Guid commentId: T:System.Guid
parent: System parent: System
@ -3670,32 +3796,6 @@ references:
name: Guid name: Guid
nameWithType: Guid nameWithType: Guid
fullName: System.Guid fullName: System.Guid
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: System.Guid.Empty
commentId: F:System.Guid.Empty
isExternal: true
- uid: TinyLife.Objects.Painting.Quality
commentId: F:TinyLife.Objects.Painting.Quality
isExternal: true
- uid: TinyLife.Skills.Quality.Average
commentId: F:TinyLife.Skills.Quality.Average
isExternal: true
- uid: TinyLife.Skills.Quality
commentId: T:TinyLife.Skills.Quality
parent: TinyLife.Skills
name: Quality
nameWithType: Quality
fullName: TinyLife.Skills.Quality
- uid: TinyLife.Objects.Painting.#ctor*
commentId: Overload:TinyLife.Objects.Painting.#ctor
name: Painting
nameWithType: Painting.Painting
fullName: TinyLife.Objects.Painting.Painting
- uid: TinyLife.Objects.FurnitureType - uid: TinyLife.Objects.FurnitureType
commentId: T:TinyLife.Objects.FurnitureType commentId: T:TinyLife.Objects.FurnitureType
parent: TinyLife.Objects parent: TinyLife.Objects
@ -4133,6 +4233,39 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.GetPrice
commentId: M:TinyLife.Objects.Furniture.GetPrice
parent: TinyLife.Objects.Furniture
name: GetPrice()
nameWithType: Furniture.GetPrice()
fullName: TinyLife.Objects.Furniture.GetPrice()
spec.csharp:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
nameWithType: Furniture.GetPrice
fullName: TinyLife.Objects.Furniture.GetPrice
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.GetPrice
name: GetPrice
nameWithType: Furniture.GetPrice
fullName: TinyLife.Objects.Furniture.GetPrice
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Painting.GetPrice*
commentId: Overload:TinyLife.Objects.Painting.GetPrice
name: GetPrice
nameWithType: Painting.GetPrice
fullName: TinyLife.Objects.Painting.GetPrice
- uid: TinyLife.Objects.Furniture.Validate - uid: TinyLife.Objects.Furniture.Validate
commentId: M:TinyLife.Objects.Furniture.Validate commentId: M:TinyLife.Objects.Furniture.Validate
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture

View file

@ -37,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Particle id: Particle
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 16 startLine: 16
@ -82,7 +82,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Map id: Map
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 23 startLine: 23
@ -121,7 +121,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VisualPosition id: VisualPosition
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 29 startLine: 29
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Friction id: Friction
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 33 startLine: 33
@ -191,7 +191,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TimeToLive id: TimeToLive
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 37 startLine: 37
@ -224,7 +224,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Position id: Position
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 41 startLine: 41
@ -257,7 +257,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Motion id: Motion
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 45 startLine: 45
@ -290,7 +290,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DepthOffset id: DepthOffset
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 49 startLine: 49
@ -323,7 +323,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DrawOffset id: DrawOffset
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 53 startLine: 53
@ -356,7 +356,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Scale id: Scale
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 57 startLine: 57
@ -389,7 +389,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Alpha id: Alpha
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 61 startLine: 61
@ -422,7 +422,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Gravity id: Gravity
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 65 startLine: 65
@ -455,7 +455,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UpwardsMotion id: UpwardsMotion
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 71 startLine: 71
@ -488,7 +488,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UpwardsOffset id: UpwardsOffset
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 76 startLine: 76
@ -521,14 +521,14 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AttachedFurniture id: AttachedFurniture
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 81 startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe furniture that this particle is attached to.\nIf this is set, <xref href=\"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cMicrosoft.Xna.Framework.Point%2cSystem.Boolean%2cTinyLife.Objects.Furniture%2cTinyLife.Objects.AbstractSpot%2cMLEM.Misc.Direction2%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is used to draw this particle with the <xref href=\"TinyLife.Objects.Furniture.ParentFurniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Furniture.ParentObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> of the object set here.\n" summary: "\nThe furniture that this particle is attached to.\nIf this is set, <xref href=\"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cMicrosoft.Xna.Framework.Point%2cSystem.Boolean%2cTinyLife.Objects.Furniture%2cTinyLife.Objects.AbstractSpot%2cMLEM.Misc.Direction2%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is used to draw this particle with the <xref href=\"TinyLife.Objects.Furniture.ParentFurniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Furniture.ParentObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> of the object set here.\n"
example: [] example: []
syntax: syntax:
content: public Furniture AttachedFurniture content: public Furniture AttachedFurniture
@ -554,7 +554,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Animation id: Animation
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 86 startLine: 86
@ -589,7 +589,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TimeLived id: TimeLived
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 91 startLine: 91
@ -622,7 +622,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 99 startLine: 99
@ -664,7 +664,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 109 startLine: 109
@ -706,7 +706,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Update id: Update
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 121 startLine: 121
@ -750,7 +750,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 139 startLine: 139
@ -791,7 +791,7 @@ items:
remote: remote:
path: TinyLife/Objects/Particle.cs path: TinyLife/Objects/Particle.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Spawn id: Spawn
path: Objects/Particle.cs path: Objects/Particle.cs
startLine: 157 startLine: 157
@ -1307,15 +1307,15 @@ references:
- uid: TinyLife.Objects.Particle.VisualPosition - uid: TinyLife.Objects.Particle.VisualPosition
commentId: P:TinyLife.Objects.Particle.VisualPosition commentId: P:TinyLife.Objects.Particle.VisualPosition
isExternal: true isExternal: true
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -1460,11 +1460,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -1609,6 +1617,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ActionUpdateDelegate id: ActionUpdateDelegate
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1940 startLine: 2021
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -20,10 +20,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DeathReason id: DeathReason
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1987 startLine: 2068
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -55,10 +55,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Starvation id: Starvation
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1993 startLine: 2074
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -89,10 +89,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InexplicableReasons id: InexplicableReasons
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1998 startLine: 2079
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -123,10 +123,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Electrocution id: Electrocution
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2003 startLine: 2084
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -157,10 +157,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TooMuchProtein id: TooMuchProtein
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2007 startLine: 2088
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: EfficiencyModifierDelegate id: EfficiencyModifierDelegate
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1925 startLine: 2006
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassiveActionPriorityDelegate id: PassiveActionPriorityDelegate
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1935 startLine: 2016
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -24,10 +24,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Pose id: Pose
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1945 startLine: 2026
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -60,10 +60,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Standing id: Standing
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1950 startLine: 2031
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -94,10 +94,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Walking id: Walking
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1954 startLine: 2035
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -128,10 +128,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sitting id: Sitting
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1958 startLine: 2039
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -162,10 +162,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Laying id: Laying
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1963 startLine: 2044
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -196,10 +196,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SittingLegsClose id: SittingLegsClose
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1968 startLine: 2049
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -230,10 +230,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkingStanding id: WorkingStanding
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1972 startLine: 2053
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -264,10 +264,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorkingSitting id: WorkingSitting
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1976 startLine: 2057
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -298,10 +298,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Running id: Running
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1980 startLine: 2061
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WalkSpeedDelegate id: WalkSpeedDelegate
path: Objects/Person.cs path: Objects/Person.cs
startLine: 1930 startLine: 2011
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@ items:
remote: remote:
path: TinyLife/Objects/PersonAi.cs path: TinyLife/Objects/PersonAi.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PersonAi id: PersonAi
path: Objects/PersonAi.cs path: Objects/PersonAi.cs
startLine: 17 startLine: 17

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScreenObject id: ScreenObject
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 9 startLine: 9
@ -56,6 +56,7 @@ items:
- TinyLife.Objects.BreakableFurniture.GetDescription - TinyLife.Objects.BreakableFurniture.GetDescription
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
- TinyLife.Objects.Furniture.Random - TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.Type - TinyLife.Objects.Furniture.Type
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.ParentFurniture - TinyLife.Objects.Furniture.ParentFurniture
@ -67,8 +68,11 @@ items:
- TinyLife.Objects.Furniture.DevaluedThroughUse - TinyLife.Objects.Furniture.DevaluedThroughUse
- TinyLife.Objects.Furniture.AreUtilitiesDisabled - TinyLife.Objects.Furniture.AreUtilitiesDisabled
- TinyLife.Objects.Furniture.IsStatic - TinyLife.Objects.Furniture.IsStatic
- TinyLife.Objects.Furniture.Creator
- TinyLife.Objects.Furniture.Quality
- TinyLife.Objects.Furniture.CanBeDirty - TinyLife.Objects.Furniture.CanBeDirty
- TinyLife.Objects.Furniture.Dirty - TinyLife.Objects.Furniture.Dirty
- TinyLife.Objects.Furniture.CustomPrice
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.Furniture.Validate - TinyLife.Objects.Furniture.Validate
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
@ -87,13 +91,17 @@ items:
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetChildren``1
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidated
@ -109,7 +117,7 @@ items:
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String) - TinyLife.Objects.MapObject.GetModCategory(System.String)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetData``1(System.String)
@ -146,7 +154,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScreenContent id: ScreenContent
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 16 startLine: 16
@ -193,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsOn id: IsOn
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 22 startLine: 22
@ -230,7 +238,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 25 startLine: 25
@ -281,7 +289,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Draw id: Draw
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 30 startLine: 30
@ -359,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TurnOn id: TurnOn
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 47 startLine: 47
@ -395,7 +403,7 @@ items:
remote: remote:
path: TinyLife/Objects/ScreenObject.cs path: TinyLife/Objects/ScreenObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TurnOff id: TurnOff
path: Objects/ScreenObject.cs path: Objects/ScreenObject.cs
startLine: 54 startLine: 54
@ -780,6 +788,12 @@ references:
name: Random name: Random
nameWithType: Furniture.Random nameWithType: Furniture.Random
fullName: TinyLife.Objects.Furniture.Random fullName: TinyLife.Objects.Furniture.Random
- uid: TinyLife.Objects.Furniture.OnGetDescription
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
parent: TinyLife.Objects.Furniture
name: OnGetDescription
nameWithType: Furniture.OnGetDescription
fullName: TinyLife.Objects.Furniture.OnGetDescription
- uid: TinyLife.Objects.Furniture.Type - uid: TinyLife.Objects.Furniture.Type
commentId: F:TinyLife.Objects.Furniture.Type commentId: F:TinyLife.Objects.Furniture.Type
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -846,6 +860,18 @@ references:
name: IsStatic name: IsStatic
nameWithType: Furniture.IsStatic nameWithType: Furniture.IsStatic
fullName: TinyLife.Objects.Furniture.IsStatic fullName: TinyLife.Objects.Furniture.IsStatic
- uid: TinyLife.Objects.Furniture.Creator
commentId: F:TinyLife.Objects.Furniture.Creator
parent: TinyLife.Objects.Furniture
name: Creator
nameWithType: Furniture.Creator
fullName: TinyLife.Objects.Furniture.Creator
- uid: TinyLife.Objects.Furniture.Quality
commentId: F:TinyLife.Objects.Furniture.Quality
parent: TinyLife.Objects.Furniture
name: Quality
nameWithType: Furniture.Quality
fullName: TinyLife.Objects.Furniture.Quality
- uid: TinyLife.Objects.Furniture.CanBeDirty - uid: TinyLife.Objects.Furniture.CanBeDirty
commentId: P:TinyLife.Objects.Furniture.CanBeDirty commentId: P:TinyLife.Objects.Furniture.CanBeDirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -858,6 +884,12 @@ references:
name: Dirty name: Dirty
nameWithType: Furniture.Dirty nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty fullName: TinyLife.Objects.Furniture.Dirty
- uid: TinyLife.Objects.Furniture.CustomPrice
commentId: F:TinyLife.Objects.Furniture.CustomPrice
parent: TinyLife.Objects.Furniture
name: CustomPrice
nameWithType: Furniture.CustomPrice
fullName: TinyLife.Objects.Furniture.CustomPrice
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1806,6 +1838,62 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
parent: TinyLife.Objects.Furniture
name: UnlinkParentsAndChildren()
nameWithType: Furniture.UnlinkParentsAndChildren()
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
spec.csharp:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
name: UnlinkParentsAndChildren
nameWithType: Furniture.UnlinkParentsAndChildren
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
parent: TinyLife.Objects.Furniture
name: RemoveAndUnlink()
nameWithType: Furniture.RemoveAndUnlink()
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
name: RemoveAndUnlink
nameWithType: Furniture.RemoveAndUnlink
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.GetChildren``1 - uid: TinyLife.Objects.Furniture.GetChildren``1
commentId: M:TinyLife.Objects.Furniture.GetChildren``1 commentId: M:TinyLife.Objects.Furniture.GetChildren``1
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -1897,6 +1985,42 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
parent: TinyLife.Objects.Furniture
name: RemoveChild(Furniture)
nameWithType: Furniture.RemoveChild(Furniture)
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
spec.csharp:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
name: RemoveChild
nameWithType: Furniture.RemoveChild
fullName: TinyLife.Objects.Furniture.RemoveChild
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
@ -2370,6 +2494,68 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
parent: TinyLife.Objects.Furniture
isExternal: true
name: SetNewId(IEnumerable<Furniture>)
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
name.vb: SetNewId(IEnumerable(Of Furniture))
spec.csharp:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
name: SetNewId
nameWithType: Furniture.SetNewId
fullName: TinyLife.Objects.Furniture.SetNewId
- 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.Objects.Furniture
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.PersonRotationOrder
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
@ -2605,15 +2791,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) name: DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean) nameWithType: MapObject.DrawColumns(Map, Vector2, SpriteBatch, Vector2, TextureRegion, Color, Single, Point, Boolean, Furniture, AbstractSpot, Direction2, Single, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean) fullName: 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.Furniture, TinyLife.Objects.AbstractSpot, MLEM.Misc.Direction2, System.Single, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean, System.Boolean)
spec.csharp: spec.csharp:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2758,11 +2944,19 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean) - 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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
name: DrawColumns name: DrawColumns
nameWithType: MapObject.DrawColumns nameWithType: MapObject.DrawColumns
fullName: TinyLife.Objects.MapObject.DrawColumns fullName: TinyLife.Objects.MapObject.DrawColumns
@ -2907,6 +3101,14 @@ references:
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
isExternal: true isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Boolean
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -34,10 +34,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakStyle id: SpeakStyle
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2018 startLine: 2099
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -79,10 +79,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Affirmative id: Affirmative
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2022 startLine: 2103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -111,10 +111,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Angry id: Angry
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2023 startLine: 2104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -143,10 +143,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Annoyed id: Annoyed
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2024 startLine: 2105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -175,10 +175,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Bored id: Bored
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2025 startLine: 2106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -207,10 +207,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Childish id: Childish
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2026 startLine: 2107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -239,10 +239,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Confident id: Confident
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2027 startLine: 2108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -271,10 +271,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Confused id: Confused
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2028 startLine: 2109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -303,10 +303,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Demanding id: Demanding
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2029 startLine: 2110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -335,10 +335,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Disagreeing id: Disagreeing
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2030 startLine: 2111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -367,10 +367,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Excited id: Excited
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2031 startLine: 2112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -399,10 +399,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Happy id: Happy
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2032 startLine: 2113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -431,10 +431,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Intrigued id: Intrigued
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2033 startLine: 2114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -463,10 +463,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Neutral id: Neutral
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2034 startLine: 2115
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -495,10 +495,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Questioning id: Questioning
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2035 startLine: 2116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -527,10 +527,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Sad id: Sad
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2036 startLine: 2117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -559,10 +559,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Scared id: Scared
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2037 startLine: 2118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -591,10 +591,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Shocked id: Shocked
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2038 startLine: 2119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -623,10 +623,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Thinking id: Thinking
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2039 startLine: 2120
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -19,10 +19,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Visibility id: Visibility
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 541 startLine: 557
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -54,10 +54,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WhenVisible id: WhenVisible
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 546 startLine: 562
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -88,10 +88,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WhenVisibleExt id: WhenVisibleExt
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 550 startLine: 566
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -122,10 +122,10 @@ items:
remote: remote:
path: TinyLife/Objects/MapObject.cs path: TinyLife/Objects/MapObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HideZoomedOut id: HideZoomedOut
path: Objects/MapObject.cs path: Objects/MapObject.cs
startLine: 554 startLine: 570
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -22,10 +22,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WornClothes id: WornClothes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 233 startLine: 225
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -77,10 +77,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 240 startLine: 232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -122,10 +122,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Colors id: Colors
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 247 startLine: 239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -165,10 +165,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FromStorage id: FromStorage
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 252 startLine: 244
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -208,10 +208,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 259 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -250,10 +250,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetColor id: GetColor
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 269 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -289,10 +289,10 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 277 startLine: 269
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -15,6 +15,7 @@ items:
- TinyLife.Objects.CornerFurniture - TinyLife.Objects.CornerFurniture
- TinyLife.Objects.CornerFurniture.Counter - TinyLife.Objects.CornerFurniture.Counter
- TinyLife.Objects.Fence - TinyLife.Objects.Fence
- TinyLife.Objects.Fireplace
- TinyLife.Objects.Food - TinyLife.Objects.Food
- TinyLife.Objects.FoodTypedItem - TinyLife.Objects.FoodTypedItem
- TinyLife.Objects.Furniture - TinyLife.Objects.Furniture
@ -40,6 +41,7 @@ items:
- TinyLife.Objects.PersonAi - TinyLife.Objects.PersonAi
- TinyLife.Objects.ScreenObject - TinyLife.Objects.ScreenObject
- TinyLife.Objects.SpeakStyle - TinyLife.Objects.SpeakStyle
- TinyLife.Objects.UnfinishedWoodwork
- TinyLife.Objects.Visibility - TinyLife.Objects.Visibility
- TinyLife.Objects.WornClothes - TinyLife.Objects.WornClothes
langs: langs:
@ -126,6 +128,11 @@ references:
name: Fence name: Fence
nameWithType: Fence nameWithType: Fence
fullName: TinyLife.Objects.Fence fullName: TinyLife.Objects.Fence
- uid: TinyLife.Objects.Fireplace
commentId: T:TinyLife.Objects.Fireplace
name: Fireplace
nameWithType: Fireplace
fullName: TinyLife.Objects.Fireplace
- uid: TinyLife.Objects.Food - uid: TinyLife.Objects.Food
commentId: T:TinyLife.Objects.Food commentId: T:TinyLife.Objects.Food
parent: TinyLife.Objects parent: TinyLife.Objects
@ -175,6 +182,7 @@ references:
fullName: TinyLife.Objects.Light fullName: TinyLife.Objects.Light
- uid: TinyLife.Objects.LightFurniture - uid: TinyLife.Objects.LightFurniture
commentId: T:TinyLife.Objects.LightFurniture commentId: T:TinyLife.Objects.LightFurniture
parent: TinyLife.Objects
name: LightFurniture name: LightFurniture
nameWithType: LightFurniture nameWithType: LightFurniture
fullName: TinyLife.Objects.LightFurniture fullName: TinyLife.Objects.LightFurniture
@ -270,6 +278,11 @@ references:
name: ScreenObject name: ScreenObject
nameWithType: ScreenObject nameWithType: ScreenObject
fullName: TinyLife.Objects.ScreenObject fullName: TinyLife.Objects.ScreenObject
- uid: TinyLife.Objects.UnfinishedWoodwork
commentId: T:TinyLife.Objects.UnfinishedWoodwork
name: UnfinishedWoodwork
nameWithType: UnfinishedWoodwork
fullName: TinyLife.Objects.UnfinishedWoodwork
- uid: TinyLife.Objects - uid: TinyLife.Objects
commentId: N:TinyLife.Objects commentId: N:TinyLife.Objects
name: TinyLife.Objects name: TinyLife.Objects

View file

@ -10,10 +10,12 @@ items:
- TinyLife.Options.BrightnessIncrease - TinyLife.Options.BrightnessIncrease
- TinyLife.Options.CameraRotation - TinyLife.Options.CameraRotation
- TinyLife.Options.CopyFurnitureKeybind - TinyLife.Options.CopyFurnitureKeybind
- TinyLife.Options.DecreaseSpeedKeybind
- TinyLife.Options.DisplayedHints - TinyLife.Options.DisplayedHints
- TinyLife.Options.Fullscreen - TinyLife.Options.Fullscreen
- TinyLife.Options.GameSpeeds - TinyLife.Options.GameSpeeds
- TinyLife.Options.HideHangingObjects - TinyLife.Options.HideHangingObjects
- TinyLife.Options.IncreaseSpeedKeybind
- TinyLife.Options.Instance - TinyLife.Options.Instance
- TinyLife.Options.InteractKeybind - TinyLife.Options.InteractKeybind
- TinyLife.Options.Keybinds - TinyLife.Options.Keybinds
@ -24,13 +26,13 @@ items:
- TinyLife.Options.RotateCameraKeybind - TinyLife.Options.RotateCameraKeybind
- TinyLife.Options.RotateKeybind - TinyLife.Options.RotateKeybind
- TinyLife.Options.Save - TinyLife.Options.Save
- TinyLife.Options.ScreenshotKeybind
- TinyLife.Options.SellHeldObjectKeybind - TinyLife.Options.SellHeldObjectKeybind
- TinyLife.Options.SoundVolume - TinyLife.Options.SoundVolume
- TinyLife.Options.SpeechVolume - TinyLife.Options.SpeechVolume
- TinyLife.Options.StingVolume - TinyLife.Options.StingVolume
- TinyLife.Options.StoreInHouseholdKeybind - TinyLife.Options.StoreInHouseholdKeybind
- TinyLife.Options.SwitchPersonKeybind - TinyLife.Options.SwitchPersonKeybind
- TinyLife.Options.TakeScreenshotKeybind
- TinyLife.Options.UiScale - TinyLife.Options.UiScale
- TinyLife.Options.VSync - TinyLife.Options.VSync
- TinyLife.Options.WallDisplays - TinyLife.Options.WallDisplays
@ -47,7 +49,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Options id: Options
path: Options.cs path: Options.cs
startLine: 26 startLine: 26
@ -112,7 +114,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WallDisplays id: WallDisplays
path: Options.cs path: Options.cs
startLine: 32 startLine: 32
@ -149,7 +151,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GameSpeeds id: GameSpeeds
path: Options.cs path: Options.cs
startLine: 36 startLine: 36
@ -186,7 +188,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Keybinds id: Keybinds
path: Options.cs path: Options.cs
startLine: 40 startLine: 40
@ -223,7 +225,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance id: Instance
path: Options.cs path: Options.cs
startLine: 44 startLine: 44
@ -262,7 +264,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: InteractKeybind id: InteractKeybind
path: Options.cs path: Options.cs
startLine: 48 startLine: 48
@ -305,7 +307,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MoveCameraKeybind id: MoveCameraKeybind
path: Options.cs path: Options.cs
startLine: 50 startLine: 50
@ -348,7 +350,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CopyFurnitureKeybind id: CopyFurnitureKeybind
path: Options.cs path: Options.cs
startLine: 52 startLine: 52
@ -391,7 +393,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StoreInHouseholdKeybind id: StoreInHouseholdKeybind
path: Options.cs path: Options.cs
startLine: 54 startLine: 54
@ -434,7 +436,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RotateKeybind id: RotateKeybind
path: Options.cs path: Options.cs
startLine: 56 startLine: 56
@ -477,7 +479,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SwitchPersonKeybind id: SwitchPersonKeybind
path: Options.cs path: Options.cs
startLine: 58 startLine: 58
@ -520,7 +522,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PauseGameKeybind id: PauseGameKeybind
path: Options.cs path: Options.cs
startLine: 60 startLine: 60
@ -548,23 +550,23 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- ReadOnly - ReadOnly
- uid: TinyLife.Options.TakeScreenshotKeybind - uid: TinyLife.Options.IncreaseSpeedKeybind
commentId: F:TinyLife.Options.TakeScreenshotKeybind commentId: F:TinyLife.Options.IncreaseSpeedKeybind
id: TakeScreenshotKeybind id: IncreaseSpeedKeybind
parent: TinyLife.Options parent: TinyLife.Options
langs: langs:
- csharp - csharp
- vb - vb
name: TakeScreenshotKeybind name: IncreaseSpeedKeybind
nameWithType: Options.TakeScreenshotKeybind nameWithType: Options.IncreaseSpeedKeybind
fullName: TinyLife.Options.TakeScreenshotKeybind fullName: TinyLife.Options.IncreaseSpeedKeybind
type: Field type: Field
source: source:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: TakeScreenshotKeybind id: IncreaseSpeedKeybind
path: Options.cs path: Options.cs
startLine: 62 startLine: 62
assemblies: assemblies:
@ -574,13 +576,99 @@ items:
content: >- content: >-
[DataMember] [DataMember]
public readonly Keybind TakeScreenshotKeybind public readonly Keybind IncreaseSpeedKeybind
return: return:
type: MLEM.Input.Keybind type: MLEM.Input.Keybind
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public ReadOnly TakeScreenshotKeybind As Keybind Public ReadOnly IncreaseSpeedKeybind As Keybind
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Options.DecreaseSpeedKeybind
commentId: F:TinyLife.Options.DecreaseSpeedKeybind
id: DecreaseSpeedKeybind
parent: TinyLife.Options
langs:
- csharp
- vb
name: DecreaseSpeedKeybind
nameWithType: Options.DecreaseSpeedKeybind
fullName: TinyLife.Options.DecreaseSpeedKeybind
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DecreaseSpeedKeybind
path: Options.cs
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: >-
[DataMember]
public readonly Keybind DecreaseSpeedKeybind
return:
type: MLEM.Input.Keybind
content.vb: >-
<DataMember>
Public ReadOnly DecreaseSpeedKeybind As Keybind
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: TinyLife.Options.ScreenshotKeybind
commentId: F:TinyLife.Options.ScreenshotKeybind
id: ScreenshotKeybind
parent: TinyLife.Options
langs:
- csharp
- vb
name: ScreenshotKeybind
nameWithType: Options.ScreenshotKeybind
fullName: TinyLife.Options.ScreenshotKeybind
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ScreenshotKeybind
path: Options.cs
startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: >-
[DataMember]
public readonly Keybind ScreenshotKeybind
return:
type: MLEM.Input.Keybind
content.vb: >-
<DataMember>
Public ReadOnly ScreenshotKeybind As Keybind
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
@ -606,10 +694,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SellHeldObjectKeybind id: SellHeldObjectKeybind
path: Options.cs path: Options.cs
startLine: 64 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -649,10 +737,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RotateCameraKeybind id: RotateCameraKeybind
path: Options.cs path: Options.cs
startLine: 66 startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -692,10 +780,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisplayedHints id: DisplayedHints
path: Options.cs path: Options.cs
startLine: 73 startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -737,10 +825,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WallMode id: WallMode
path: Options.cs path: Options.cs
startLine: 81 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -774,10 +862,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Fullscreen id: Fullscreen
path: Options.cs path: Options.cs
startLine: 96 startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -817,10 +905,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: VSync id: VSync
path: Options.cs path: Options.cs
startLine: 101 startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -860,10 +948,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Language id: Language
path: Options.cs path: Options.cs
startLine: 107 startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -903,10 +991,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: UiScale id: UiScale
path: Options.cs path: Options.cs
startLine: 112 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -946,10 +1034,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SoundVolume id: SoundVolume
path: Options.cs path: Options.cs
startLine: 117 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -989,10 +1077,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: WorldSoundVolume id: WorldSoundVolume
path: Options.cs path: Options.cs
startLine: 123 startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1032,10 +1120,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeechVolume id: SpeechVolume
path: Options.cs path: Options.cs
startLine: 129 startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1075,13 +1163,15 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: StingVolume id: StingVolume
path: Options.cs path: Options.cs
startLine: 131 startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nThe volume of sting sound effects.\nNote that the sting volume is still multiplied with the sound master volume <xref href=\"TinyLife.Options.SoundVolume\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax: syntax:
content: >- content: >-
[DataMember] [DataMember]
@ -1116,10 +1206,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AutoSaveIntervalSeconds id: AutoSaveIntervalSeconds
path: Options.cs path: Options.cs
startLine: 137 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1159,10 +1249,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: KeyboardLighting id: KeyboardLighting
path: Options.cs path: Options.cs
startLine: 143 startLine: 151
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1202,10 +1292,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: CameraRotation id: CameraRotation
path: Options.cs path: Options.cs
startLine: 150 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1245,10 +1335,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BrightnessIncrease id: BrightnessIncrease
path: Options.cs path: Options.cs
startLine: 155 startLine: 163
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1288,10 +1378,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: HideHangingObjects id: HideHangingObjects
path: Options.cs path: Options.cs
startLine: 161 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1331,10 +1421,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Apply id: Apply
path: Options.cs path: Options.cs
startLine: 169 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1363,10 +1453,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Save id: Save
path: Options.cs path: Options.cs
startLine: 190 startLine: 198
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -11,6 +11,7 @@ items:
- TinyLife.PerSaveOptions.DisableAiSelected - TinyLife.PerSaveOptions.DisableAiSelected
- TinyLife.PerSaveOptions.Instance - TinyLife.PerSaveOptions.Instance
- TinyLife.PerSaveOptions.Load(System.String) - TinyLife.PerSaveOptions.Load(System.String)
- TinyLife.PerSaveOptions.MaxRegularVisitors
- TinyLife.PerSaveOptions.Save(System.String) - TinyLife.PerSaveOptions.Save(System.String)
langs: langs:
- csharp - csharp
@ -23,10 +24,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PerSaveOptions id: PerSaveOptions
path: Options.cs path: Options.cs
startLine: 216 startLine: 224
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -88,10 +89,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Instance id: Instance
path: Options.cs path: Options.cs
startLine: 223 startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -127,10 +128,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisableAiSelected id: DisableAiSelected
path: Options.cs path: Options.cs
startLine: 229 startLine: 237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -170,10 +171,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisableAiHousehold id: DisableAiHousehold
path: Options.cs path: Options.cs
startLine: 234 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -213,10 +214,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AiImportantActions id: AiImportantActions
path: Options.cs path: Options.cs
startLine: 240 startLine: 248
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -256,10 +257,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AiSkillBuilding id: AiSkillBuilding
path: Options.cs path: Options.cs
startLine: 246 startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -284,6 +285,49 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.PerSaveOptions.MaxRegularVisitors
commentId: F:TinyLife.PerSaveOptions.MaxRegularVisitors
id: MaxRegularVisitors
parent: TinyLife.PerSaveOptions
langs:
- csharp
- vb
name: MaxRegularVisitors
nameWithType: PerSaveOptions.MaxRegularVisitors
fullName: TinyLife.PerSaveOptions.MaxRegularVisitors
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MaxRegularVisitors
path: Options.cs
startLine: 260
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe maximum amount of regular visitors that the current map can have.\nWhen this value is changed, <xref href=\"TinyLife.World.Map.UpdateRegularVisitors\" data-throw-if-not-resolved=\"false\"></xref> should be called to apply it.\n"
example: []
syntax:
content: >-
[DataMember]
public int MaxRegularVisitors
return:
type: System.Int32
content.vb: >-
<DataMember>
Public MaxRegularVisitors As Integer
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.PerSaveOptions.Save(System.String) - uid: TinyLife.PerSaveOptions.Save(System.String)
commentId: M:TinyLife.PerSaveOptions.Save(System.String) commentId: M:TinyLife.PerSaveOptions.Save(System.String)
id: Save(System.String) id: Save(System.String)
@ -299,10 +343,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Save id: Save
path: Options.cs path: Options.cs
startLine: 251 startLine: 265
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -334,10 +378,10 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Load id: Load
path: Options.cs path: Options.cs
startLine: 259 startLine: 273
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1144,6 +1188,16 @@ references:
- uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) - uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)
commentId: M:TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) commentId: M:TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)
isExternal: true isExternal: true
- uid: TinyLife.World.Map.UpdateRegularVisitors
commentId: M:TinyLife.World.Map.UpdateRegularVisitors
isExternal: true
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: TinyLife.PerSaveOptions.Save* - uid: TinyLife.PerSaveOptions.Save*
commentId: Overload:TinyLife.PerSaveOptions.Save commentId: Overload:TinyLife.PerSaveOptions.Save
name: Save name: Save

View file

@ -9,7 +9,6 @@ items:
- TinyLife.PersonalityType.Ambitious - TinyLife.PersonalityType.Ambitious
- TinyLife.PersonalityType.AmountPerPerson - TinyLife.PersonalityType.AmountPerPerson
- TinyLife.PersonalityType.BoostedSkills - TinyLife.PersonalityType.BoostedSkills
- TinyLife.PersonalityType.BoostedSkillsModifier
- TinyLife.PersonalityType.Creative - TinyLife.PersonalityType.Creative
- TinyLife.PersonalityType.DisallowedOthers - TinyLife.PersonalityType.DisallowedOthers
- TinyLife.PersonalityType.Energetic - TinyLife.PersonalityType.Energetic
@ -34,7 +33,7 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PersonalityType id: PersonalityType
path: PersonalityType.cs path: PersonalityType.cs
startLine: 16 startLine: 16
@ -85,7 +84,7 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Types id: Types
path: PersonalityType.cs path: PersonalityType.cs
startLine: 24 startLine: 24
@ -122,7 +121,7 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AmountPerPerson id: AmountPerPerson
path: PersonalityType.cs path: PersonalityType.cs
startLine: 28 startLine: 28
@ -157,7 +156,7 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Lazy id: Lazy
path: PersonalityType.cs path: PersonalityType.cs
startLine: 31 startLine: 31
@ -192,10 +191,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Energetic id: Energetic
path: PersonalityType.cs path: PersonalityType.cs
startLine: 35 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -227,10 +226,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Creative id: Creative
path: PersonalityType.cs path: PersonalityType.cs
startLine: 39 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -262,10 +261,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Likeable id: Likeable
path: PersonalityType.cs path: PersonalityType.cs
startLine: 43 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -297,10 +296,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Mean id: Mean
path: PersonalityType.cs path: PersonalityType.cs
startLine: 47 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -332,10 +331,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Ambitious id: Ambitious
path: PersonalityType.cs path: PersonalityType.cs
startLine: 51 startLine: 46
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -367,10 +366,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Thinker id: Thinker
path: PersonalityType.cs path: PersonalityType.cs
startLine: 52 startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -402,10 +401,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Introverted id: Introverted
path: PersonalityType.cs path: PersonalityType.cs
startLine: 56 startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -437,10 +436,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Extroverted id: Extroverted
path: PersonalityType.cs path: PersonalityType.cs
startLine: 57 startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -472,10 +471,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Name id: Name
path: PersonalityType.cs path: PersonalityType.cs
startLine: 67 startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -507,10 +506,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Texture id: Texture
path: PersonalityType.cs path: PersonalityType.cs
startLine: 71 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -542,10 +541,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisallowedOthers id: DisallowedOthers
path: PersonalityType.cs path: PersonalityType.cs
startLine: 75 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -577,21 +576,21 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: BoostedSkills id: BoostedSkills
path: PersonalityType.cs path: PersonalityType.cs
startLine: 80 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nA flag of <xref href=\"TinyLife.Skills.SkillCategory\" data-throw-if-not-resolved=\"false\"></xref> values that represent the skills that are boosted by this personality type.\nThis value only has an effect if <xref href=\"TinyLife.PersonalityType.BoostedSkillsModifier\" data-throw-if-not-resolved=\"false\"></xref> is set as well.\n" summary: "\nA flag of <xref href=\"TinyLife.Skills.SkillCategory\" data-throw-if-not-resolved=\"false\"></xref> values that represent the skills that are boosted by this personality type, along with the amount that they are boosted by.\nIf the amount is set to 0.1, for example, any skill gain will be multiplied by 1 + 0.1 (= 1.1).\nThe boost for a specific skill can then be retrieved using <xref href=\"TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public SkillCategory BoostedSkills { get; set; } content: public (SkillCategory Skill, float Amount) BoostedSkills { get; set; }
parameters: [] parameters: []
return: return:
type: TinyLife.Skills.SkillCategory type: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
content.vb: Public Property BoostedSkills As SkillCategory content.vb: Public Property BoostedSkills As(Skill As SkillCategory, Amount As Single)(Of SkillCategory , Single)
overload: TinyLife.PersonalityType.BoostedSkills* overload: TinyLife.PersonalityType.BoostedSkills*
modifiers.csharp: modifiers.csharp:
- public - public
@ -599,43 +598,6 @@ items:
- set - set
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.PersonalityType.BoostedSkillsModifier
commentId: P:TinyLife.PersonalityType.BoostedSkillsModifier
id: BoostedSkillsModifier
parent: TinyLife.PersonalityType
langs:
- csharp
- vb
name: BoostedSkillsModifier
nameWithType: PersonalityType.BoostedSkillsModifier
fullName: TinyLife.PersonalityType.BoostedSkillsModifier
type: Property
source:
remote:
path: TinyLife/PersonalityType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkillsModifier
path: PersonalityType.cs
startLine: 85
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThe amount that the <xref href=\"TinyLife.PersonalityType.BoostedSkills\" data-throw-if-not-resolved=\"false\"></xref> are boosted by.\nIf this value is set to 0.1, for example, any skill gain will be multiplied by 1 + 0.1 (= 1.1).\n"
example: []
syntax:
content: public float BoostedSkillsModifier { get; set; }
parameters: []
return:
type: System.Single
content.vb: Public Property BoostedSkillsModifier As Single
overload: TinyLife.PersonalityType.BoostedSkillsModifier*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[]) - uid: TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])
commentId: M:TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[]) commentId: M:TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])' id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])'
@ -651,10 +613,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: PersonalityType.cs path: PersonalityType.cs
startLine: 93 startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -696,10 +658,10 @@ items:
remote: remote:
path: TinyLife/PersonalityType.cs path: TinyLife/PersonalityType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Register id: Register
path: PersonalityType.cs path: PersonalityType.cs
startLine: 104 startLine: 93
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1294,34 +1256,128 @@ references:
name: SkillCategory name: SkillCategory
nameWithType: SkillCategory nameWithType: SkillCategory
fullName: TinyLife.Skills.SkillCategory fullName: TinyLife.Skills.SkillCategory
- uid: TinyLife.PersonalityType.BoostedSkillsModifier - uid: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
commentId: P:TinyLife.PersonalityType.BoostedSkillsModifier commentId: M:TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
isExternal: true isExternal: true
- uid: TinyLife.PersonalityType.BoostedSkills* - uid: TinyLife.PersonalityType.BoostedSkills*
commentId: Overload:TinyLife.PersonalityType.BoostedSkills commentId: Overload:TinyLife.PersonalityType.BoostedSkills
name: BoostedSkills name: BoostedSkills
nameWithType: PersonalityType.BoostedSkills nameWithType: PersonalityType.BoostedSkills
fullName: TinyLife.PersonalityType.BoostedSkills fullName: TinyLife.PersonalityType.BoostedSkills
- uid: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
commentId: T:System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
parent: System
definition: System.ValueTuple`2
name: (T1, T2)<SkillCategory, Single>
nameWithType: (T1, T2)<SkillCategory, Single>
fullName: System.ValueTuple<TinyLife.Skills.SkillCategory, System.Single>
nameWithType.vb: (T1, T2)(Of SkillCategory, Single)
fullName.vb: System.ValueTuple(Of TinyLife.Skills.SkillCategory, System.Single)
name.vb: (T1, T2)(Of SkillCategory, Single)
spec.csharp:
- uid: System.ValueTuple`2
name: (T1, T2)
nameWithType: (T1, T2)
fullName: System.ValueTuple
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Skills.SkillCategory
name: SkillCategory
nameWithType: SkillCategory
fullName: TinyLife.Skills.SkillCategory
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.ValueTuple`2
name: (T1, T2)
nameWithType: (T1, T2)
fullName: System.ValueTuple
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Skills.SkillCategory
name: SkillCategory
nameWithType: SkillCategory
fullName: TinyLife.Skills.SkillCategory
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Skills - uid: TinyLife.Skills
commentId: N:TinyLife.Skills commentId: N:TinyLife.Skills
name: TinyLife.Skills name: TinyLife.Skills
nameWithType: TinyLife.Skills nameWithType: TinyLife.Skills
fullName: TinyLife.Skills fullName: TinyLife.Skills
- uid: TinyLife.PersonalityType.BoostedSkills - uid: System.ValueTuple`2
commentId: P:TinyLife.PersonalityType.BoostedSkills commentId: T:System.ValueTuple`2
isExternal: true isExternal: true
- uid: TinyLife.PersonalityType.BoostedSkillsModifier* name: (T1, T2)<T1, T2>
commentId: Overload:TinyLife.PersonalityType.BoostedSkillsModifier nameWithType: (T1, T2)<T1, T2>
name: BoostedSkillsModifier fullName: System.ValueTuple<T1, T2>
nameWithType: PersonalityType.BoostedSkillsModifier nameWithType.vb: (T1, T2)(Of T1, T2)
fullName: TinyLife.PersonalityType.BoostedSkillsModifier fullName.vb: System.ValueTuple(Of T1, T2)
- uid: System.Single name.vb: (T1, T2)(Of T1, T2)
commentId: T:System.Single spec.csharp:
parent: System - uid: System.ValueTuple`2
name: (T1, T2)
nameWithType: (T1, T2)
fullName: System.ValueTuple
isExternal: true isExternal: true
name: Single - name: <
nameWithType: Single nameWithType: <
fullName: System.Single fullName: <
- name: T1
nameWithType: T1
fullName: T1
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.ValueTuple`2
name: (T1, T2)
nameWithType: (T1, T2)
fullName: System.ValueTuple
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: )
- uid: TinyLife.PersonalityType.#ctor* - uid: TinyLife.PersonalityType.#ctor*
commentId: Overload:TinyLife.PersonalityType.#ctor commentId: Overload:TinyLife.PersonalityType.#ctor
name: PersonalityType name: PersonalityType

View file

@ -21,6 +21,7 @@ items:
- TinyLife.Relationship.Partner - TinyLife.Relationship.Partner
- TinyLife.Relationship.PassiveFriendReduction - TinyLife.Relationship.PassiveFriendReduction
- TinyLife.Relationship.PassiveRomanceReduction - TinyLife.Relationship.PassiveRomanceReduction
- TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
- TinyLife.Relationship.RomanceLevel - TinyLife.Relationship.RomanceLevel
- TinyLife.Relationship.RomancePercentage - TinyLife.Relationship.RomancePercentage
- TinyLife.Relationship.Type - TinyLife.Relationship.Type
@ -36,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Relationship id: Relationship
path: Relationship.cs path: Relationship.cs
startLine: 15 startLine: 15
@ -91,7 +92,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Max id: Max
path: Relationship.cs path: Relationship.cs
startLine: 21 startLine: 21
@ -126,7 +127,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassiveFriendReduction id: PassiveFriendReduction
path: Relationship.cs path: Relationship.cs
startLine: 25 startLine: 25
@ -161,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: PassiveRomanceReduction id: PassiveRomanceReduction
path: Relationship.cs path: Relationship.cs
startLine: 29 startLine: 29
@ -196,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: MaxRecentSocialsAmount id: MaxRecentSocialsAmount
path: Relationship.cs path: Relationship.cs
startLine: 34 startLine: 34
@ -231,7 +232,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: KnownPersonalityTypes id: KnownPersonalityTypes
path: Relationship.cs path: Relationship.cs
startLine: 41 startLine: 41
@ -276,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: OtherPerson id: OtherPerson
path: Relationship.cs path: Relationship.cs
startLine: 47 startLine: 47
@ -323,7 +324,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Partner id: Partner
path: Relationship.cs path: Relationship.cs
startLine: 53 startLine: 53
@ -360,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendLevel id: FriendLevel
path: Relationship.cs path: Relationship.cs
startLine: 58 startLine: 58
@ -397,7 +398,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RomanceLevel id: RomanceLevel
path: Relationship.cs path: Relationship.cs
startLine: 67 startLine: 67
@ -434,7 +435,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: FriendPercentage id: FriendPercentage
path: Relationship.cs path: Relationship.cs
startLine: 80 startLine: 80
@ -471,7 +472,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RomancePercentage id: RomancePercentage
path: Relationship.cs path: Relationship.cs
startLine: 84 startLine: 84
@ -508,7 +509,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Type id: Type
path: Relationship.cs path: Relationship.cs
startLine: 88 startLine: 88
@ -545,7 +546,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: DisplayString id: DisplayString
path: Relationship.cs path: Relationship.cs
startLine: 103 startLine: 103
@ -582,7 +583,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Genealogy id: Genealogy
path: Relationship.cs path: Relationship.cs
startLine: 110 startLine: 110
@ -625,7 +626,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Dating id: Dating
path: Relationship.cs path: Relationship.cs
startLine: 115 startLine: 115
@ -668,7 +669,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: .ctor id: .ctor
path: Relationship.cs path: Relationship.cs
startLine: 132 startLine: 132
@ -713,7 +714,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetSocialEffectiveness id: GetSocialEffectiveness
path: Relationship.cs path: Relationship.cs
startLine: 145 startLine: 145
@ -752,7 +753,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GetRecentSocialAmount id: GetRecentSocialAmount
path: Relationship.cs path: Relationship.cs
startLine: 155 startLine: 155
@ -791,7 +792,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: AddRecentSocial id: AddRecentSocial
path: Relationship.cs path: Relationship.cs
startLine: 165 startLine: 165
@ -827,7 +828,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Validate id: Validate
path: Relationship.cs path: Relationship.cs
startLine: 177 startLine: 177
@ -851,6 +852,45 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
commentId: M:TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
id: ResetToStatic(System.Boolean,System.Boolean)
parent: TinyLife.Relationship
langs:
- csharp
- vb
name: ResetToStatic(Boolean, Boolean)
nameWithType: Relationship.ResetToStatic(Boolean, Boolean)
fullName: TinyLife.Relationship.ResetToStatic(System.Boolean, System.Boolean)
type: Method
source:
remote:
path: TinyLife/Relationship.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: ResetToStatic
path: Relationship.cs
startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nResets this relationship to a more basic, static version.\nThis method is used when a map or household is exported, and by the ExportHousehold cheat.\n"
example: []
syntax:
content: public void ResetToStatic(bool thorough, bool sameHousehold)
parameters:
- id: thorough
type: System.Boolean
description: Whether the relationship should be reset thoroughly, causing the friendship level and romance level to be averaged out
- id: sameHousehold
type: System.Boolean
description: Whether the two people that are part of this relationship are in the same household
content.vb: Public Sub ResetToStatic(thorough As Boolean, sameHousehold As Boolean)
overload: TinyLife.Relationship.ResetToStatic*
modifiers.csharp:
- public
modifiers.vb:
- Public
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person
@ -1533,3 +1573,8 @@ references:
name: Validate name: Validate
nameWithType: Relationship.Validate nameWithType: Relationship.Validate
fullName: TinyLife.Relationship.Validate fullName: TinyLife.Relationship.Validate
- uid: TinyLife.Relationship.ResetToStatic*
commentId: Overload:TinyLife.Relationship.ResetToStatic
name: ResetToStatic
nameWithType: Relationship.ResetToStatic
fullName: TinyLife.Relationship.ResetToStatic

View file

@ -21,10 +21,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: RelationshipType id: RelationshipType
path: Relationship.cs path: Relationship.cs
startLine: 193 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -56,10 +56,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Enemies id: Enemies
path: Relationship.cs path: Relationship.cs
startLine: 198 startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -90,10 +90,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Disliked id: Disliked
path: Relationship.cs path: Relationship.cs
startLine: 202 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -124,10 +124,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Acquaintances id: Acquaintances
path: Relationship.cs path: Relationship.cs
startLine: 206 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -158,10 +158,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: Friends id: Friends
path: Relationship.cs path: Relationship.cs
startLine: 210 startLine: 230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -192,10 +192,10 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: GoodFriends id: GoodFriends
path: Relationship.cs path: Relationship.cs
startLine: 214 startLine: 234
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

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