mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
0.16.0
This commit is contained in:
parent
db06d18105
commit
e559460001
164 changed files with 25878 additions and 5279 deletions
53
Changelog.md
53
Changelog.md
|
@ -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
|
||||
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).
|
||||
|
||||
|
|
148
api/.manifest
148
api/.manifest
|
@ -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.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.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.GetDisplayName": "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.OpenYesNoPrompt(System.String,System.Action,System.Action)": "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.Random": "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.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.FromSelf(TinyLife.Objects.Person)": "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.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.ChangeOutfit": "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.CleanDish": "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.GetJob": "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.GoHere": "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.ImplyMotherIsCamel": "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.IsComfortable(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.JokeAboutWritingStyle": "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.MakeFunOfIntroversion": "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.Repair": "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.SellPainting": "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.Varieties": "TinyLife.Actions.ActionType.TypeSettings.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.Walk": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.WashHands": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.WatchTv": "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.WriteBook": "TinyLife.Actions.ActionType.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.Name": "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.ComputerAction": "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.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.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.AndThenIsCompleted": "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.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.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.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.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.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "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.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.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "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.SawSomethingPersonal": "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.StandingDeskPositive": "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.TvSaddenedByNews": "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.WoodworkingSplinter": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.WritersBlock": "TinyLife.Emotions.EmotionModifier.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",
|
||||
|
@ -787,7 +810,7 @@
|
|||
"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.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.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)": "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.ShouldConnectTo(TinyLife.Objects.Furniture)": "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.#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.FoodLeft": "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.#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.Expired": "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.CanBeDirty": "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.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",
|
||||
|
@ -918,25 +948,34 @@
|
|||
"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.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.OnRemoved": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.ParentFurniture": "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.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.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.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.Type": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.UnlinkParentsAndChildren": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.Validate": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.VisualPosition": "TinyLife.Objects.Furniture.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.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.CushionedWoodworkingSofa": "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.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",
|
||||
|
@ -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.Dumbbell": "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.EmptyPlate": "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.FoodPlate": "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.GetCoveredTiles(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point)": "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.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.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",
|
||||
|
@ -965,6 +1010,7 @@
|
|||
"TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.LargeRectangleRug": "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.LongDinnerTable": "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.ModernStove": "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.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.ParkTrashCan": "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.SmallBarbecue": "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.SmallPlant": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Sponge": "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.SwirlWoodworkingLamp": "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.TreeStumps": "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.#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.DefaultRotation": "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.GetData``1(System.String)": "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.Visibility": "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.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.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",
|
||||
|
@ -1069,7 +1136,9 @@
|
|||
"TinyLife.Objects.Light.UpwardsOffset": "TinyLife.Objects.Light.yml",
|
||||
"TinyLife.Objects.LightFurniture": "TinyLife.Objects.LightFurniture.yml",
|
||||
"TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.LightFurniture.yml",
|
||||
"TinyLife.Objects.LightFurniture.CreateLights": "TinyLife.Objects.LightFurniture.yml",
|
||||
"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.OnAdded": "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.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.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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.GetCategories(TinyLife.Objects.Person)": "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.Bed": "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.CanCoverDoor": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.CeilingHanging": "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.DisallowedOnGround": "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.Fridge": "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.NonSellable": "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_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",
|
||||
|
@ -1146,10 +1219,12 @@
|
|||
"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.People": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Shower": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Sink": "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.Stove": "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.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.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.GetHoverInfo": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.GetPrice": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.PaintingType": "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.Particle": "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.GetNeedPercentage(TinyLife.NeedType)": "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.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",
|
||||
|
@ -1280,8 +1355,10 @@
|
|||
"TinyLife.Objects.Person.IsAsexual": "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.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.IsRegularVisitor": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Job": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.LastBedSleptIn": "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``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.SetNewId(TinyLife.World.Map,TinyLife.Objects.Person[])": "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.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -1376,6 +1454,13 @@
|
|||
"TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml",
|
||||
"TinyLife.Objects.SpeakStyle.Shocked": "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.HideZoomedOut": "TinyLife.Objects.Visibility.yml",
|
||||
"TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml",
|
||||
|
@ -1393,10 +1478,12 @@
|
|||
"TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.CameraRotation": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.DisplayedHints": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.Fullscreen": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.GameSpeeds": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.HideHangingObjects": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.IncreaseSpeedKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.Instance": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.InteractKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.Keybinds": "TinyLife.Options.yml",
|
||||
|
@ -1407,13 +1494,13 @@
|
|||
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.Save": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SoundVolume": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SpeechVolume": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.StingVolume": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.TakeScreenshotKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.UiScale": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.VSync": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.WallDisplays": "TinyLife.Options.yml",
|
||||
|
@ -1426,13 +1513,13 @@
|
|||
"TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml",
|
||||
"TinyLife.PerSaveOptions.Instance": "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.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.AmountPerPerson": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.BoostedSkillsModifier": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.DisallowedOthers": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml",
|
||||
|
@ -1463,6 +1550,7 @@
|
|||
"TinyLife.Relationship.Partner": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.PassiveFriendReduction": "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.RomancePercentage": "TinyLife.Relationship.yml",
|
||||
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
|
||||
|
@ -1474,6 +1562,7 @@
|
|||
"TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml",
|
||||
"TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml",
|
||||
"TinyLife.Set": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.Woodworking": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
||||
"TinyLife.Skills": "TinyLife.Skills.yml",
|
||||
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
|
||||
|
@ -1551,7 +1640,17 @@
|
|||
"TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml",
|
||||
"TinyLife.Skills.SkillType.Texture": "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.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.FurniturePlacer": "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.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.UnselectFurniture": "TinyLife.Tools.FurniturePlacer.yml",
|
||||
"TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml",
|
||||
"TinyLife.Tools.FurnitureTool": "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.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "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.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml",
|
||||
"TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml",
|
||||
|
@ -1619,6 +1720,7 @@
|
|||
"TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml",
|
||||
"TinyLife.Tools.PlayModeTool.Closed": "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.SelectedStat": "TinyLife.Tools.PlayModeTool.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.RemoveWall(TinyLife.World.Wall)": "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.RoofTool": "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.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.GetClosestWallDirection(Microsoft.Xna.Framework.Point)": "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.Input": "TinyLife.Tools.Tool.yml",
|
||||
|
@ -1807,8 +1909,8 @@
|
|||
"TinyLife.World.BillsMail.OnReceived(TinyLife.World.Map)": "TinyLife.World.BillsMail.yml",
|
||||
"TinyLife.World.Door": "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.IsWindow": "TinyLife.World.Door.yml",
|
||||
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
|
||||
"TinyLife.World.ExportedHousehold": "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.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "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.GetAverageFriendshipTo(TinyLife.Objects.Person)": "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.IsLotVisible(TinyLife.World.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.Money": "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.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "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.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.GetRegularVisitors": "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.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.IsInBounds(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.LoadStaticMap(System.String)": "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.StaticVersion": "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.MapAudioEmitter": "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.Opening": "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.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.IsWindow": "TinyLife.World.Opening.yml",
|
||||
"TinyLife.World.Opening.Type": "TinyLife.World.Opening.yml",
|
||||
"TinyLife.World.OpeningType": "TinyLife.World.OpeningType.yml",
|
||||
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32,TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
||||
|
@ -2029,9 +2135,11 @@
|
|||
"TinyLife.World.RoofType.Name": "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.RoundedShingles": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.SquareShingles": "TinyLife.World.RoofType.yml",
|
||||
"TinyLife.World.RoofType.Style": "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.Room": "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.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.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.Tile": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
|
||||
|
|
|
@ -20,10 +20,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CompletionType
|
||||
path: Actions/Action.cs
|
||||
startLine: 632
|
||||
startLine: 644
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -57,10 +57,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Active
|
||||
path: Actions/Action.cs
|
||||
startLine: 637
|
||||
startLine: 649
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -91,10 +91,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Completed
|
||||
path: Actions/Action.cs
|
||||
startLine: 641
|
||||
startLine: 653
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -125,10 +125,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Failed
|
||||
path: Actions/Action.cs
|
||||
startLine: 645
|
||||
startLine: 657
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -159,10 +159,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Canceled
|
||||
path: Actions/Action.cs
|
||||
startLine: 649
|
||||
startLine: 661
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -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.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.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.GetDisplayName
|
||||
- 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.OpenYesNoPrompt(System.String,System.Action,System.Action)
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
|
||||
- TinyLife.Actions.Action.Random
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
|
||||
|
@ -59,7 +60,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Action
|
||||
path: Actions/Action.cs
|
||||
startLine: 26
|
||||
|
@ -87,6 +88,7 @@ items:
|
|||
- TinyLife.Actions.MultiAction
|
||||
- TinyLife.Actions.PathfindAction
|
||||
- TinyLife.Actions.SocialAction
|
||||
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -131,7 +133,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Random
|
||||
path: Actions/Action.cs
|
||||
startLine: 33
|
||||
|
@ -168,10 +170,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Actions/Action.cs
|
||||
startLine: 38
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -213,10 +215,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Info
|
||||
path: Actions/Action.cs
|
||||
startLine: 43
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -258,10 +260,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StartedAutomatically
|
||||
path: Actions/Action.cs
|
||||
startLine: 47
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -305,10 +307,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsUnderlying
|
||||
path: Actions/Action.cs
|
||||
startLine: 52
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -342,10 +344,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Actions/Action.cs
|
||||
startLine: 56
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -379,10 +381,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Actions/Action.cs
|
||||
startLine: 60
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -416,10 +418,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ElapsedTime
|
||||
path: Actions/Action.cs
|
||||
startLine: 64
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -450,6 +452,43 @@ items:
|
|||
- Public
|
||||
- Get
|
||||
- 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
id: ForceFail
|
||||
|
@ -465,10 +504,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ForceFail
|
||||
path: Actions/Action.cs
|
||||
startLine: 70
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -498,10 +537,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/Action.cs
|
||||
startLine: 80
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -537,10 +576,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/Action.cs
|
||||
startLine: 89
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -571,10 +610,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/Action.cs
|
||||
startLine: 98
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -615,10 +654,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsCompleted
|
||||
path: Actions/Action.cs
|
||||
startLine: 113
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -652,10 +691,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/Action.cs
|
||||
startLine: 122
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -690,10 +729,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanMultitask
|
||||
path: Actions/Action.cs
|
||||
startLine: 138
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -731,10 +770,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/Action.cs
|
||||
startLine: 149
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -772,10 +811,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCancel
|
||||
path: Actions/Action.cs
|
||||
startLine: 161
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -813,10 +852,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetNextAction
|
||||
path: Actions/Action.cs
|
||||
startLine: 172
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -854,10 +893,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIconObject
|
||||
path: Actions/Action.cs
|
||||
startLine: 182
|
||||
startLine: 190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -891,10 +930,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: Actions/Action.cs
|
||||
startLine: 191
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -928,10 +967,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/Action.cs
|
||||
startLine: 200
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -965,10 +1004,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TryForceFail
|
||||
path: Actions/Action.cs
|
||||
startLine: 211
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1006,10 +1045,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsFullyInProgress
|
||||
path: Actions/Action.cs
|
||||
startLine: 222
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1043,10 +1082,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInProgressTime
|
||||
path: Actions/Action.cs
|
||||
startLine: 232
|
||||
startLine: 240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1080,10 +1119,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ApplyVariety
|
||||
path: Actions/Action.cs
|
||||
startLine: 242
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1118,10 +1157,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanEnqueueConversation
|
||||
path: Actions/Action.cs
|
||||
startLine: 253
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1162,10 +1201,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CompleteIfNeedFull
|
||||
path: Actions/Action.cs
|
||||
startLine: 263
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1204,10 +1243,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PutDownOrGoTo
|
||||
path: Actions/Action.cs
|
||||
startLine: 274
|
||||
startLine: 282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1249,10 +1288,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPlaceDirection
|
||||
path: Actions/Action.cs
|
||||
startLine: 301
|
||||
startLine: 309
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1288,10 +1327,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sit
|
||||
path: Actions/Action.cs
|
||||
startLine: 317
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1333,10 +1372,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CompleteInTime
|
||||
path: Actions/Action.cs
|
||||
startLine: 337
|
||||
startLine: 345
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1384,14 +1423,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OpenPlayerPrompt
|
||||
path: Actions/Action.cs
|
||||
startLine: 355
|
||||
startLine: 364
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: protected Group OpenPlayerPrompt(string title, Predicate<Panel> canFinish, Action<Panel> onFinished, bool canExit, params Element[] children)
|
||||
|
@ -1441,14 +1480,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OpenYesNoPrompt
|
||||
path: Actions/Action.cs
|
||||
startLine: 389
|
||||
startLine: 400
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: protected void OpenYesNoPrompt(string title, Action onYes, Action onNo = null)
|
||||
|
@ -1483,14 +1522,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OpenTextPrompt
|
||||
path: Actions/Action.cs
|
||||
startLine: 415
|
||||
startLine: 426
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: protected void OpenTextPrompt(string title, Action<string> onFinished, Predicate<string> isNameValid = null, TextField.Rule rule = null)
|
||||
|
@ -1531,10 +1570,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakAlone
|
||||
path: Actions/Action.cs
|
||||
startLine: 433
|
||||
startLine: 444
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1582,10 +1621,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetFreeChair
|
||||
path: Actions/Action.cs
|
||||
startLine: 470
|
||||
startLine: 481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1626,17 +1665,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindAllFreePeople
|
||||
path: Actions/Action.cs
|
||||
startLine: 500
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
|
@ -1682,17 +1721,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindAllFreeFurniture
|
||||
path: Actions/Action.cs
|
||||
startLine: 525
|
||||
startLine: 536
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -1747,17 +1786,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindAllFreeWalls
|
||||
path: Actions/Action.cs
|
||||
startLine: 543
|
||||
startLine: 554
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -1800,17 +1839,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindAllFreeGround
|
||||
path: Actions/Action.cs
|
||||
startLine: 558
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
|
||||
example: []
|
||||
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:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -1838,32 +1877,32 @@ items:
|
|||
- Shared
|
||||
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)
|
||||
- uid: 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)
|
||||
id: 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,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
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindFreeFurniture
|
||||
path: Actions/Action.cs
|
||||
startLine: 575
|
||||
startLine: 587
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -1880,20 +1919,23 @@ items:
|
|||
- id: allowBroken
|
||||
type: System.Boolean
|
||||
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's lot should be ignored, or false by default
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
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*
|
||||
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:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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, Boolean)
|
||||
- uid: 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)
|
||||
|
@ -1909,10 +1951,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanMultitask
|
||||
path: Actions/Action.cs
|
||||
startLine: 587
|
||||
startLine: 599
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1953,10 +1995,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Action.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetTableSpot
|
||||
path: Actions/Action.cs
|
||||
startLine: 598
|
||||
startLine: 610
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2858,6 +2900,167 @@ references:
|
|||
name: TimeSpan
|
||||
nameWithType: 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
|
||||
commentId: M:TinyLife.Actions.Action.IsCompleted
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -3588,6 +3791,12 @@ references:
|
|||
- uid: TinyLife.Actions.ActionType.QuitJob
|
||||
commentId: F:TinyLife.Actions.ActionType.QuitJob
|
||||
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
|
||||
commentId: T:System.InvalidOperationException
|
||||
isExternal: true
|
||||
|
|
|
@ -10,6 +10,7 @@ items:
|
|||
- TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)
|
||||
- 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.GetInvolvedActionSpot(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)
|
||||
|
@ -30,7 +31,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionInfo
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 14
|
||||
|
@ -95,7 +96,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 20
|
||||
|
@ -132,7 +133,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionLocation
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 27
|
||||
|
@ -177,7 +178,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSpot
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 31
|
||||
|
@ -217,7 +218,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 38
|
||||
|
@ -254,7 +255,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetActionObject
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 65
|
||||
|
@ -295,7 +296,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddAuxiliaryObject
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 87
|
||||
|
@ -334,7 +335,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInvolvedObjects
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 105
|
||||
|
@ -382,7 +383,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInvolvedObject
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 148
|
||||
|
@ -432,7 +433,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInvolvedActionSpot
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 159
|
||||
|
@ -471,7 +472,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ToFreeActionSpot
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 175
|
||||
|
@ -510,7 +511,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OccupyFreeActionSpot
|
||||
path: Actions/ActionInfo.cs
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
|
@ -558,7 +559,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 201
|
||||
|
@ -594,7 +595,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FromLocation
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 211
|
||||
|
@ -638,7 +639,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FromObjectGeneric
|
||||
path: Actions/ActionInfo.cs
|
||||
startLine: 221
|
||||
|
@ -667,6 +668,47 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- 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:
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
|
@ -1904,3 +1946,8 @@ references:
|
|||
name: FromObjectGeneric
|
||||
nameWithType: 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
|
||||
|
|
|
@ -21,10 +21,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AiSettings
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 290
|
||||
startLine: 309
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -63,10 +63,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SolvedNeeds
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 297
|
||||
startLine: 316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -96,10 +96,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassivePriority
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 304
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -129,10 +129,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanDoRandomly
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 311
|
||||
startLine: 330
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -162,10 +162,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanDoAtAnyPoint
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 318
|
||||
startLine: 337
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -195,10 +195,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedsFreeActionSpot
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 324
|
||||
startLine: 343
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -16,10 +16,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecuteDelegate
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 157
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -36,10 +36,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecuteResult
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 331
|
||||
startLine: 350
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -72,10 +72,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hidden
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 336
|
||||
startLine: 355
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -106,10 +106,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Valid
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 340
|
||||
startLine: 359
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -140,10 +140,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HoldingItem
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 344
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -174,10 +174,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoSpace
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 348
|
||||
startLine: 367
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -208,10 +208,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoChair
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 352
|
||||
startLine: 371
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -242,10 +242,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotEnoughMoney
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 356
|
||||
startLine: 375
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -276,10 +276,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotEnoughSkill
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 360
|
||||
startLine: 379
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -310,10 +310,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooFar
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 364
|
||||
startLine: 383
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -344,10 +344,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NotYours
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 368
|
||||
startLine: 387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -378,10 +378,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooUncomfortable
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 372
|
||||
startLine: 391
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -412,10 +412,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooEmbarrassed
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 376
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -446,10 +446,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooSad
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 380
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -480,10 +480,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WrongRelationshipType
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 384
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -514,10 +514,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectBroken
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 388
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -548,10 +548,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NoMatchingObjectAround
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 392
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -582,10 +582,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UtilitiesDisabled
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 396
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -616,10 +616,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Expired
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 400
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -650,10 +650,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BlockedByEmotionModifier
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 404
|
||||
startLine: 423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -684,10 +684,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WaitingRequired
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 408
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -718,10 +718,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooStunned
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 412
|
||||
startLine: 431
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -36,10 +36,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TypeSettings
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 162
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -84,10 +84,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 167
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -117,10 +117,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NameWithoutCategory
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 172
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -155,10 +155,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Categories
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 177
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -193,10 +193,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Texture
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 182
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -226,10 +226,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Context
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 187
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -259,10 +259,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 193
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -292,10 +292,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedType
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 198
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -325,10 +325,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructorArguments
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 203
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -358,14 +358,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Varieties
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 209
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public Func<ActionInfo, IEnumerable<ActionVariety>> Varieties
|
||||
|
@ -391,10 +391,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ai
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 214
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -424,10 +424,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsInappropriateElsewhere
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 219
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -457,10 +457,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IconName
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 225
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -490,10 +490,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 231
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -523,10 +523,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 237
|
||||
startLine: 256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -556,10 +556,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredEmotion
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 242
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -589,10 +589,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPersonality
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 247
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -622,10 +622,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 257
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -664,10 +664,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetData
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 268
|
||||
startLine: 287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -702,10 +702,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetData
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 274
|
||||
startLine: 293
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -745,10 +745,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDataKeys
|
||||
path: Actions/ActionType.cs
|
||||
startLine: 279
|
||||
startLine: 298
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1697,6 +1697,9 @@ references:
|
|||
- uid: TinyLife.Actions.ActionVariety.PassivePriority
|
||||
commentId: F:TinyLife.Actions.ActionVariety.PassivePriority
|
||||
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}}
|
||||
commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}}
|
||||
parent: System
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,6 +18,7 @@ items:
|
|||
- TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
|
||||
- TinyLife.Actions.ActionVariety.Name
|
||||
- TinyLife.Actions.ActionVariety.PassivePriority
|
||||
- TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -30,10 +31,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionVariety
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 14
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -78,10 +79,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 19
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -111,10 +112,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassivePriority
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 24
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -144,10 +145,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 30
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -177,10 +178,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisplayName
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 35
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -210,10 +211,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Description
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 40
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -243,14 +244,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CustomLayout
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 46
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public Action<Button> CustomLayout
|
||||
|
@ -276,10 +277,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 54
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -312,10 +313,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 62
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -347,10 +348,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeExecuted
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 73
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -389,10 +390,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPassivePriority
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 89
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -428,10 +429,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetData
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 94
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -466,10 +467,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetData
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 100
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -509,10 +510,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDataKeys
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 105
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -544,10 +545,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ActionVariety.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ImageLayout
|
||||
path: Actions/ActionVariety.cs
|
||||
startLine: 119
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -576,6 +577,47 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- 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:
|
||||
- uid: 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)
|
||||
commentId: M:TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
|
||||
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}
|
||||
commentId: T:System.Action{MLEM.Ui.Elements.Button}
|
||||
parent: System
|
||||
|
@ -1832,3 +1877,11 @@ references:
|
|||
name: Padding
|
||||
nameWithType: 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
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ComputerAction
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 10
|
||||
|
@ -70,6 +70,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -133,7 +134,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ScreenContent
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 16
|
||||
|
@ -172,7 +173,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 20
|
||||
|
@ -211,7 +212,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 24
|
||||
|
@ -246,7 +247,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 29
|
||||
|
@ -291,7 +292,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/ComputerAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenOnCompleted
|
||||
path: Actions/ComputerAction.cs
|
||||
startLine: 37
|
||||
|
@ -1001,6 +1002,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2697,18 +2704,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2760,11 +2767,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2816,6 +2831,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DieAction
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 20
|
||||
|
@ -56,6 +56,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -118,7 +119,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Reason
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 26
|
||||
|
@ -161,7 +162,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 29
|
||||
|
@ -200,7 +201,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 33
|
||||
|
@ -235,7 +236,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 38
|
||||
|
@ -273,7 +274,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCancel
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 43
|
||||
|
@ -315,7 +316,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanEnqueueConversation
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 48
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 53
|
||||
|
@ -405,7 +406,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsCompleted
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 86
|
||||
|
@ -443,7 +444,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 91
|
||||
|
@ -482,7 +483,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/DieAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Enqueue
|
||||
path: Actions/DieAction.cs
|
||||
startLine: 103
|
||||
|
@ -607,6 +608,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2325,18 +2332,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2388,11 +2395,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2444,6 +2459,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Emote
|
||||
path: Actions/Emote.cs
|
||||
startLine: 14
|
||||
|
@ -68,7 +68,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AllCategories
|
||||
path: Actions/Emote.cs
|
||||
startLine: 19
|
||||
|
@ -105,7 +105,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Texture
|
||||
path: Actions/Emote.cs
|
||||
startLine: 55
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Categories
|
||||
path: Actions/Emote.cs
|
||||
startLine: 59
|
||||
|
@ -175,7 +175,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/Emote.cs
|
||||
startLine: 66
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetRandomEmote
|
||||
path: Actions/Emote.cs
|
||||
startLine: 76
|
||||
|
@ -255,7 +255,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetEmotes
|
||||
path: Actions/Emote.cs
|
||||
startLine: 85
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Actions/Emote.cs
|
||||
startLine: 100
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EmoteCategory
|
||||
path: Actions/Emote.cs
|
||||
startLine: 117
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: General
|
||||
path: Actions/Emote.cs
|
||||
startLine: 123
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Travel
|
||||
path: Actions/Emote.cs
|
||||
startLine: 127
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Negative
|
||||
path: Actions/Emote.cs
|
||||
startLine: 131
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Flirty
|
||||
path: Actions/Emote.cs
|
||||
startLine: 135
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/Emote.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Unable
|
||||
path: Actions/Emote.cs
|
||||
startLine: 139
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAndSitDownAction
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 13
|
||||
|
@ -74,6 +74,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -136,7 +137,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkItems
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 19
|
||||
|
@ -175,7 +176,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ForceTable
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 24
|
||||
|
@ -214,7 +215,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AllowStandingDesk
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 28
|
||||
|
@ -253,7 +254,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 31
|
||||
|
@ -292,7 +293,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 35
|
||||
|
@ -330,7 +331,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 92
|
||||
|
@ -365,7 +366,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 105
|
||||
|
@ -410,7 +411,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIconObject
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 124
|
||||
|
@ -448,7 +449,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetNextAction
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 129
|
||||
|
@ -490,7 +491,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInteractingItem
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 143
|
||||
|
@ -533,7 +534,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GetAndSitDownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInteractingItemForAction
|
||||
path: Actions/GetAndSitDownAction.cs
|
||||
startLine: 169
|
||||
|
@ -1220,6 +1221,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2888,18 +2895,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2951,11 +2958,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -3007,6 +3022,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -22,10 +22,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoHereAction
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 10
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -67,6 +67,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -129,10 +130,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 13
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -168,10 +169,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 17
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,10 +207,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ShouldFail
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 45
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -251,10 +252,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 51
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -286,10 +287,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenIsCompleted
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 55
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -324,10 +325,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/GoHereAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCancel
|
||||
path: Actions/GoHereAction.cs
|
||||
startLine: 60
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -958,6 +959,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2690,18 +2697,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2753,11 +2760,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2809,6 +2824,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -36,7 +36,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MultiAction
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 11
|
||||
|
@ -75,6 +75,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -139,7 +140,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FirstActions
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 16
|
||||
|
@ -186,7 +187,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MainElapsedTime
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 21
|
||||
|
@ -235,7 +236,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NextActions
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 27
|
||||
|
@ -282,7 +283,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 34
|
||||
|
@ -321,7 +322,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 44
|
||||
|
@ -358,7 +359,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 50
|
||||
|
@ -392,7 +393,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenIsCompleted
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 57
|
||||
|
@ -429,7 +430,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 67
|
||||
|
@ -473,7 +474,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateNextActions
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 77
|
||||
|
@ -514,7 +515,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenOnCompleted
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 87
|
||||
|
@ -552,7 +553,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ShouldFail
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 97
|
||||
|
@ -596,7 +597,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnBetweenActions
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 111
|
||||
|
@ -649,7 +650,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 116
|
||||
|
@ -686,7 +687,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 140
|
||||
|
@ -733,7 +734,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsCompleted
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 175
|
||||
|
@ -773,7 +774,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 201
|
||||
|
@ -814,7 +815,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 214
|
||||
|
@ -856,7 +857,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCancel
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 234
|
||||
|
@ -898,7 +899,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInProgressTime
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 240
|
||||
|
@ -936,7 +937,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/MultiAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoToActionLocation
|
||||
path: Actions/MultiAction.cs
|
||||
startLine: 249
|
||||
|
@ -1047,6 +1048,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2779,18 +2786,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2842,11 +2849,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2898,6 +2913,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OutOfTownAction
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 14
|
||||
|
@ -72,6 +72,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -133,7 +134,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedsToTakeCareOf
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 21
|
||||
|
@ -168,7 +169,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 34
|
||||
|
@ -216,7 +217,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 40
|
||||
|
@ -254,7 +255,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 49
|
||||
|
@ -289,7 +290,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 53
|
||||
|
@ -334,7 +335,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetNextAction
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 75
|
||||
|
@ -376,7 +377,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanEnqueueConversation
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 80
|
||||
|
@ -421,7 +422,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 85
|
||||
|
@ -459,7 +460,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/OutOfTownAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetClosestExitRoad
|
||||
path: Actions/OutOfTownAction.cs
|
||||
startLine: 94
|
||||
|
@ -1134,6 +1135,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2752,18 +2759,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2815,11 +2822,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2871,6 +2886,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PathfindAction
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 16
|
||||
|
@ -60,6 +60,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -126,7 +127,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeedMultiplier
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 23
|
||||
|
@ -169,7 +170,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Path
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 29
|
||||
|
@ -206,7 +207,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PathReady
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 33
|
||||
|
@ -243,7 +244,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 36
|
||||
|
@ -282,7 +283,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindPath
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 44
|
||||
|
@ -323,7 +324,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetSpeed
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 50
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnPathReady
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 56
|
||||
|
@ -394,7 +395,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 60
|
||||
|
@ -429,7 +430,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 72
|
||||
|
@ -474,7 +475,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsCompleted
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 98
|
||||
|
@ -512,7 +513,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 109
|
||||
|
@ -551,7 +552,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/PathfindAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/PathfindAction.cs
|
||||
startLine: 120
|
||||
|
@ -662,6 +663,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2458,18 +2465,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2521,11 +2528,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2577,6 +2592,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -5,7 +5,7 @@ items:
|
|||
id: SellAction
|
||||
parent: TinyLife.Actions
|
||||
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.AndThenIsCompleted
|
||||
- TinyLife.Actions.SellAction.CreateFirstActions
|
||||
|
@ -21,10 +21,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SellAction
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 11
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -68,6 +68,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -115,39 +116,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single)
|
||||
commentId: M:TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single)
|
||||
id: '#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)
|
||||
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||
parent: TinyLife.Actions.SellAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SellAction(ActionType, ActionInfo, Single)
|
||||
nameWithType: SellAction.SellAction(ActionType, ActionInfo, Single)
|
||||
fullName: TinyLife.Actions.SellAction.SellAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Single)
|
||||
name: SellAction(ActionType, ActionInfo)
|
||||
nameWithType: SellAction.SellAction(ActionType, ActionInfo)
|
||||
fullName: TinyLife.Actions.SellAction.SellAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 17
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public SellAction(ActionType type, ActionInfo info, float priceMarkup)
|
||||
content: public SellAction(ActionType type, ActionInfo info)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
description: The type to create this action from
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
- id: priceMarkup
|
||||
type: System.Single
|
||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo, priceMarkup As Single)
|
||||
description: The information for this action
|
||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
|
||||
overload: TinyLife.Actions.SellAction.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -168,10 +170,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 22
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -206,10 +208,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 38
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -241,10 +243,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenIsCompleted
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 48
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -279,10 +281,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SellAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetSoldObject
|
||||
path: Actions/SellAction.cs
|
||||
startLine: 59
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1006,6 +1008,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2738,18 +2746,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2801,11 +2809,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2857,6 +2873,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3697,13 +3721,6 @@ references:
|
|||
name: ActionInfo
|
||||
nameWithType: 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
|
||||
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SinkAction
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 13
|
||||
|
@ -67,6 +67,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -131,7 +132,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 18
|
||||
|
@ -170,7 +171,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 22
|
||||
|
@ -208,7 +209,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 27
|
||||
|
@ -243,7 +244,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 31
|
||||
|
@ -288,7 +289,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SinkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenOnCompleted
|
||||
path: Actions/SinkAction.cs
|
||||
startLine: 43
|
||||
|
@ -972,6 +973,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2704,18 +2711,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2767,11 +2774,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2823,6 +2838,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SitAction
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 13
|
||||
|
@ -68,6 +68,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -129,7 +130,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 16
|
||||
|
@ -168,7 +169,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 20
|
||||
|
@ -206,7 +207,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 25
|
||||
|
@ -241,7 +242,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 29
|
||||
|
@ -286,7 +287,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenIsCompleted
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 36
|
||||
|
@ -324,7 +325,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SitAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanMultitask
|
||||
path: Actions/SitAction.cs
|
||||
startLine: 49
|
||||
|
@ -986,6 +987,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2682,18 +2689,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2745,11 +2752,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2801,6 +2816,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -38,7 +38,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SocialAction
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 13
|
||||
|
@ -70,6 +70,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -132,7 +133,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsMain
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 19
|
||||
|
@ -181,7 +182,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Partner
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 24
|
||||
|
@ -218,7 +219,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerAction
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 28
|
||||
|
@ -255,7 +256,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConversationTime
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 33
|
||||
|
@ -304,7 +305,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Id
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 39
|
||||
|
@ -351,7 +352,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerCompletion
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 45
|
||||
|
@ -384,7 +385,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 52
|
||||
|
@ -423,14 +424,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UpdateConversation
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
||||
|
@ -467,7 +468,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsConversationCompleted
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 73
|
||||
|
@ -504,7 +505,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InitializeConversation
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 82
|
||||
|
@ -538,7 +539,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetTimeWeWaitForPartner
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 90
|
||||
|
@ -575,7 +576,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 97
|
||||
|
@ -610,7 +611,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 106
|
||||
|
@ -652,7 +653,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 112
|
||||
|
@ -697,10 +698,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsCompleted
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 172
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -737,10 +738,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCancel
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 199
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -779,10 +780,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 206
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -818,10 +819,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanMultitask
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 214
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -860,10 +861,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 225
|
||||
startLine: 226
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -898,10 +899,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetInProgressTime
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 232
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -936,17 +937,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakInConversation
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 247
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
|
@ -996,10 +997,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/SocialAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InvokeForBoth
|
||||
path: Actions/SocialAction.cs
|
||||
startLine: 262
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1113,6 +1114,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2781,18 +2788,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2844,11 +2851,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2900,6 +2915,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -16,7 +16,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EvaluationResult
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 350
|
||||
|
|
|
@ -37,7 +37,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TalkSettings
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 103
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FriendshipGain
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 109
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoBadlyChance
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 114
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TalkMinutes
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 118
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EmoteCategory
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 122
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakStyle
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 126
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerEmoteCategory
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 131
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PartnerSpeakStyle
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 136
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainedSkill
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 140
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainSkillOnFailure
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 145
|
||||
|
@ -390,7 +390,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RestoredNeed
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 149
|
||||
|
@ -423,7 +423,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 154
|
||||
|
@ -456,7 +456,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPersonality
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 159
|
||||
|
@ -489,7 +489,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 165
|
||||
|
@ -522,7 +522,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 170
|
||||
|
@ -555,7 +555,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FailEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 175
|
||||
|
@ -588,7 +588,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GainRomancePercentage
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 181
|
||||
|
@ -621,7 +621,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LoweredEmotion
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 186
|
||||
|
@ -654,7 +654,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnSuccess
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 190
|
||||
|
@ -687,7 +687,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnFailure
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 194
|
||||
|
@ -720,7 +720,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CheckCanExecute
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 203
|
||||
|
@ -762,7 +762,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Evaluate
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 213
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TalkAction
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 16
|
||||
|
@ -74,6 +74,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -134,7 +135,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnEvaluate
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 22
|
||||
|
@ -169,7 +170,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnTalkSuccess
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 27
|
||||
|
@ -204,7 +205,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnTalkFailure
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 32
|
||||
|
@ -239,7 +240,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Settings
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 37
|
||||
|
@ -276,7 +277,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 40
|
||||
|
@ -315,14 +316,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UpdateConversation
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 55
|
||||
|
@ -399,7 +400,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsConversationCompleted
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 63
|
||||
|
@ -437,7 +438,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/TalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Create
|
||||
path: Actions/TalkAction.cs
|
||||
startLine: 74
|
||||
|
@ -1206,6 +1207,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2874,18 +2881,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2937,11 +2944,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2993,6 +3008,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
3564
api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml
Normal file
3564
api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Actions.UnderlyingAction.Action
|
||||
- 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.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)
|
||||
|
@ -21,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UnderlyingAction
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 12
|
||||
|
@ -76,7 +77,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Action
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 19
|
||||
|
@ -127,7 +128,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 31
|
||||
|
@ -159,6 +160,45 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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)
|
||||
commentId: M:TinyLife.Actions.UnderlyingAction.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:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 52
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -216,10 +256,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 67
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -252,10 +292,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/UnderlyingAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCompleted
|
||||
path: Actions/UnderlyingAction.cs
|
||||
startLine: 81
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -709,6 +749,11 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: 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)
|
||||
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
parent: TinyLife.Actions.Action
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WalkAction
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 11
|
||||
|
@ -60,6 +60,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -124,7 +125,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrainEnergy
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 18
|
||||
|
@ -167,7 +168,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 21
|
||||
|
@ -206,7 +207,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FindPath
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 25
|
||||
|
@ -248,7 +249,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetSpeed
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 30
|
||||
|
@ -286,7 +287,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WalkAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Actions/WalkAction.cs
|
||||
startLine: 35
|
||||
|
@ -580,6 +581,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2376,18 +2383,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2439,11 +2446,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2495,6 +2510,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Channel
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 184
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Comedy
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 189
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Cooking
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 193
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Romance
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 197
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Drama
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 201
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: News
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 205
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WatchTvAction
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 20
|
||||
|
@ -72,6 +72,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.Action.CompletionType)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -132,7 +133,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 32
|
||||
|
@ -170,7 +171,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 37
|
||||
|
@ -208,7 +209,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenInitialize
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 65
|
||||
|
@ -243,7 +244,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 72
|
||||
|
@ -288,7 +289,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenIsCompleted
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 94
|
||||
|
@ -326,7 +327,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanMultitask
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 103
|
||||
|
@ -368,7 +369,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsFullyInProgress
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 113
|
||||
|
@ -406,7 +407,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenOnCompleted
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 118
|
||||
|
@ -445,7 +446,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetViewingArea
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 149
|
||||
|
@ -489,7 +490,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetSeating
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 162
|
||||
|
@ -536,7 +537,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WatchTvAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetViewers
|
||||
path: Actions/WatchTvAction.cs
|
||||
startLine: 176
|
||||
|
@ -1162,6 +1163,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2830,18 +2837,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2893,11 +2900,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2949,6 +2964,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkAtDeskObjectAction
|
||||
path: Actions/WorkAtDeskObjectAction.cs
|
||||
startLine: 13
|
||||
|
@ -70,6 +70,7 @@ items:
|
|||
- TinyLife.Actions.Action.Map
|
||||
- TinyLife.Actions.Action.Person
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.PlayerPromptOpen
|
||||
- TinyLife.Actions.Action.ForceFail
|
||||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- 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.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.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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
|
@ -133,7 +134,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Actions/WorkAtDeskObjectAction.cs
|
||||
startLine: 16
|
||||
|
@ -172,7 +173,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateFirstActions
|
||||
path: Actions/WorkAtDeskObjectAction.cs
|
||||
startLine: 20
|
||||
|
@ -210,7 +211,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AndThenUpdate
|
||||
path: Actions/WorkAtDeskObjectAction.cs
|
||||
startLine: 39
|
||||
|
@ -255,7 +256,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Actions/WorkAtDeskObjectAction.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetNextAction
|
||||
path: Actions/WorkAtDeskObjectAction.cs
|
||||
startLine: 51
|
||||
|
@ -969,6 +970,12 @@ references:
|
|||
name: ElapsedTime
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.Action.ForceFail
|
||||
parent: TinyLife.Actions.Action
|
||||
|
@ -2665,18 +2672,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: 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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), 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)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean)
|
||||
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable<Vector2>, Boolean, 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, System.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, System.Boolean)
|
||||
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean)
|
||||
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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2728,11 +2735,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.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
|
||||
nameWithType: Action.FindFreeFurniture
|
||||
fullName: TinyLife.Actions.Action.FindFreeFurniture
|
||||
|
@ -2784,6 +2799,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -29,6 +29,7 @@ items:
|
|||
- TinyLife.Actions.TalkAction
|
||||
- TinyLife.Actions.TalkAction.TalkSettings
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.UnderlyingAction
|
||||
- TinyLife.Actions.WalkAction
|
||||
- TinyLife.Actions.WatchTvAction
|
||||
|
@ -185,6 +186,11 @@ references:
|
|||
name: TalkAction.TalkSettings.EvaluationResult
|
||||
nameWithType: 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
|
||||
commentId: T:TinyLife.Actions.UnderlyingAction
|
||||
name: UnderlyingAction
|
||||
|
|
|
@ -23,10 +23,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 196
|
||||
startLine: 201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -78,10 +78,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 203
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -123,10 +123,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Amount
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 208
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -168,10 +168,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TotalTime
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 213
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -213,10 +213,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Time
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 217
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -260,10 +260,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 226
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -302,10 +302,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassTime
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 238
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -338,10 +338,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 252
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -6,6 +6,7 @@ items:
|
|||
parent: TinyLife.Emotions
|
||||
children:
|
||||
- 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.AsexualFoolingPartner
|
||||
- TinyLife.Emotions.EmotionModifier.Asleep
|
||||
|
@ -76,6 +77,8 @@ items:
|
|||
- TinyLife.Emotions.EmotionModifier.RepairFail
|
||||
- TinyLife.Emotions.EmotionModifier.SawSomethingPersonal
|
||||
- TinyLife.Emotions.EmotionModifier.ScrappedBook
|
||||
- TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject
|
||||
- TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture
|
||||
- TinyLife.Emotions.EmotionModifier.SleptOutside
|
||||
- TinyLife.Emotions.EmotionModifier.StandingDeskPositive
|
||||
- TinyLife.Emotions.EmotionModifier.StandingDeskSore
|
||||
|
@ -89,7 +92,9 @@ items:
|
|||
- TinyLife.Emotions.EmotionModifier.TvRomantic
|
||||
- TinyLife.Emotions.EmotionModifier.TvSaddenedByNews
|
||||
- TinyLife.Emotions.EmotionModifier.Types
|
||||
- TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture
|
||||
- TinyLife.Emotions.EmotionModifier.WonTournament
|
||||
- TinyLife.Emotions.EmotionModifier.WoodworkingSplinter
|
||||
- TinyLife.Emotions.EmotionModifier.WritersBlock
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -102,7 +107,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EmotionModifier
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 21
|
||||
|
@ -153,7 +158,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 28
|
||||
|
@ -190,7 +195,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Asleep
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 32
|
||||
|
@ -225,7 +230,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PeedSelf
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 33
|
||||
|
@ -260,7 +265,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassedOut
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 34
|
||||
|
@ -295,7 +300,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ReadBook
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 35
|
||||
|
@ -330,7 +335,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FailedJoke
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 36
|
||||
|
@ -365,7 +370,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DirtyDishes
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 37
|
||||
|
@ -400,7 +405,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BadCreation
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 38
|
||||
|
@ -435,7 +440,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BadCreationAngry
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 39
|
||||
|
@ -470,7 +475,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PerfectCreation
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 40
|
||||
|
@ -505,7 +510,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FriendDied
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 41
|
||||
|
@ -540,7 +545,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SleptOutside
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 42
|
||||
|
@ -575,7 +580,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DirtyConversationPartner
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 43
|
||||
|
@ -610,7 +615,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CaughtBeingInappropriate
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 44
|
||||
|
@ -645,7 +650,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BoringWork
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 45
|
||||
|
@ -680,7 +685,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SawSomethingPersonal
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 46
|
||||
|
@ -715,7 +720,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoodFood
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 47
|
||||
|
@ -750,7 +755,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PleasantInteraction
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 48
|
||||
|
@ -785,7 +790,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LovelyInteraction
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 49
|
||||
|
@ -820,7 +825,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FailedRomance
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 50
|
||||
|
@ -855,7 +860,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StartedDating
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 51
|
||||
|
@ -890,7 +895,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BrokenUpWith
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 52
|
||||
|
@ -925,7 +930,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Promoted
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 53
|
||||
|
@ -960,7 +965,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Demoted
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 54
|
||||
|
@ -995,7 +1000,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fired
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 55
|
||||
|
@ -1030,7 +1035,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BadFood
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 56
|
||||
|
@ -1065,7 +1070,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FunFoolingAround
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 57
|
||||
|
@ -1100,7 +1105,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FinishedMod
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 58
|
||||
|
@ -1135,7 +1140,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HackingFail
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 59
|
||||
|
@ -1170,7 +1175,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PositiveGauge
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 60
|
||||
|
@ -1205,7 +1210,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NegativeGauge
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 61
|
||||
|
@ -1240,7 +1245,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MeanConversationPartner
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 62
|
||||
|
@ -1275,7 +1280,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RepairFail
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 63
|
||||
|
@ -1310,7 +1315,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FoolAroundFail
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 64
|
||||
|
@ -1345,7 +1350,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WritersBlock
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 65
|
||||
|
@ -1380,7 +1385,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FinishedBook
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 66
|
||||
|
@ -1415,7 +1420,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ScrappedBook
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 67
|
||||
|
@ -1450,7 +1455,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SuccessfullyPublished
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 68
|
||||
|
@ -1485,7 +1490,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FailedPublishing
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 69
|
||||
|
@ -1520,7 +1525,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InspiringIdeas
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 70
|
||||
|
@ -1555,7 +1560,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreativelyInspired
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 71
|
||||
|
@ -1590,7 +1595,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StrokeOfGenius
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 72
|
||||
|
@ -1625,7 +1630,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IntrovertedOverstimulated
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 73
|
||||
|
@ -1660,7 +1665,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InspiredByPride
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 74
|
||||
|
@ -1695,7 +1700,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TvInspiredToCook
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 75
|
||||
|
@ -1730,7 +1735,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TvSaddenedByNews
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 76
|
||||
|
@ -1765,7 +1770,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TvExcitedByNews
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 77
|
||||
|
@ -1800,7 +1805,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TvRomantic
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 78
|
||||
|
@ -1835,7 +1840,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoodWalkthrough
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 79
|
||||
|
@ -1870,7 +1875,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BoringWalkthrough
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 80
|
||||
|
@ -1905,7 +1910,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BadTeammates
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 81
|
||||
|
@ -1940,7 +1945,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RageQuit
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 82
|
||||
|
@ -1975,7 +1980,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WonTournament
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 83
|
||||
|
@ -2010,7 +2015,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LostTournament
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 84
|
||||
|
@ -2045,7 +2050,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AsexualFoolingPartner
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 85
|
||||
|
@ -2080,7 +2085,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AsexualFoolingDeclined
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 86
|
||||
|
@ -2115,7 +2120,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FoolingDeclined
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 87
|
||||
|
@ -2150,7 +2155,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EnergizingJog
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 88
|
||||
|
@ -2185,7 +2190,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EnergizingDumbbells
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 89
|
||||
|
@ -2220,7 +2225,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PulledMuscle
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 90
|
||||
|
@ -2255,7 +2260,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StandingDeskPositive
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 91
|
||||
|
@ -2290,7 +2295,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StandingDeskSore
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 92
|
||||
|
@ -2325,7 +2330,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FitnessLevelUp
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 93
|
||||
|
@ -2360,7 +2365,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LazyWorkout
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 94
|
||||
|
@ -2395,7 +2400,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProteinShakeEnergetic
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 95
|
||||
|
@ -2430,7 +2435,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProteinShakeFrisky
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 96
|
||||
|
@ -2465,7 +2470,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProteinShakeFocused
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 97
|
||||
|
@ -2500,7 +2505,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProteinShakeFine
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 98
|
||||
|
@ -2535,7 +2540,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooMuchProtein
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 99
|
||||
|
@ -2570,7 +2575,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProteinShakeFriskyAsexual
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 100
|
||||
|
@ -2605,7 +2610,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DirtyHandsAfterToilet
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 101
|
||||
|
@ -2640,7 +2645,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DarkRoom
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 102
|
||||
|
@ -2675,7 +2680,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ThrewAwayInsteadOfCleaning
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 103
|
||||
|
@ -2710,7 +2715,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IntrovertedCloseConversation
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 104
|
||||
|
@ -2745,7 +2750,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IntrovertedStrangerDanger
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 105
|
||||
|
@ -2780,7 +2785,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IntrovertedHomeLong
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 106
|
||||
|
@ -2815,7 +2820,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ExtrovertedNewRelationship
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 107
|
||||
|
@ -2850,7 +2855,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ExtrovertedConfusedByIntroversion
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 108
|
||||
|
@ -2885,7 +2890,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DirtyObject
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 109
|
||||
|
@ -2905,6 +2910,181 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- 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
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.Name
|
||||
id: Name
|
||||
|
@ -2920,10 +3100,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 131
|
||||
startLine: 136
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -2955,10 +3135,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 135
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -2990,10 +3170,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Emotion
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 140
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -3025,10 +3205,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Condition
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 146
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -3060,10 +3240,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 155
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -3108,10 +3288,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCausedEmotion
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 168
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -3147,10 +3327,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Emotions/EmotionModifier.cs
|
||||
startLine: 179
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TypeCategory
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 90
|
||||
|
@ -54,7 +54,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Negative
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 95
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Positive
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 99
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Neutral
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 103
|
||||
|
|
|
@ -36,7 +36,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EmotionType
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 17
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 24
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fine
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 27
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Uncomfortable
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 28
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Asleep
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 29
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Happy
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 30
|
||||
|
@ -264,7 +264,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Embarrassed
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 31
|
||||
|
@ -299,7 +299,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sad
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 32
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bored
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 33
|
||||
|
@ -369,7 +369,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Frisky
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 34
|
||||
|
@ -404,7 +404,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Creative
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 35
|
||||
|
@ -439,7 +439,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Focused
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 36
|
||||
|
@ -474,7 +474,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Stunned
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 37
|
||||
|
@ -509,7 +509,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Angry
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 38
|
||||
|
@ -544,7 +544,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Energetic
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 39
|
||||
|
@ -579,7 +579,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 45
|
||||
|
@ -614,7 +614,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 49
|
||||
|
@ -649,7 +649,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Color
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 54
|
||||
|
@ -684,7 +684,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Category
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 59
|
||||
|
@ -719,7 +719,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 68
|
||||
|
@ -764,7 +764,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Emotions/EmotionType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Emotions/EmotionType.cs
|
||||
startLine: 80
|
||||
|
|
|
@ -20,10 +20,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GameMode
|
||||
path: GameImpl.cs
|
||||
startLine: 647
|
||||
startLine: 660
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -55,10 +55,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MainMenu
|
||||
path: GameImpl.cs
|
||||
startLine: 650
|
||||
startLine: 663
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -89,10 +89,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SelectHousehold
|
||||
path: GameImpl.cs
|
||||
startLine: 652
|
||||
startLine: 665
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -123,10 +123,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InGameHousehold
|
||||
path: GameImpl.cs
|
||||
startLine: 654
|
||||
startLine: 667
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -157,10 +157,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BuildOnly
|
||||
path: GameImpl.cs
|
||||
startLine: 656
|
||||
startLine: 669
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -41,7 +41,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GameImpl
|
||||
path: GameImpl.cs
|
||||
startLine: 47
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Version
|
||||
path: GameImpl.cs
|
||||
startLine: 52
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: GameImpl.cs
|
||||
startLine: 58
|
||||
|
@ -213,7 +213,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GraphicsMetrics
|
||||
path: GameImpl.cs
|
||||
startLine: 62
|
||||
|
@ -250,7 +250,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Camera
|
||||
path: GameImpl.cs
|
||||
startLine: 66
|
||||
|
@ -287,7 +287,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Listener
|
||||
path: GameImpl.cs
|
||||
startLine: 70
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: GameImpl.cs
|
||||
startLine: 74
|
||||
|
@ -361,7 +361,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentTool
|
||||
path: GameImpl.cs
|
||||
startLine: 78
|
||||
|
@ -398,7 +398,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentTime
|
||||
path: GameImpl.cs
|
||||
startLine: 93
|
||||
|
@ -431,7 +431,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Weekday
|
||||
path: GameImpl.cs
|
||||
startLine: 97
|
||||
|
@ -468,7 +468,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentHousehold
|
||||
path: GameImpl.cs
|
||||
startLine: 101
|
||||
|
@ -505,7 +505,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Money
|
||||
path: GameImpl.cs
|
||||
startLine: 105
|
||||
|
@ -542,7 +542,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentLot
|
||||
path: GameImpl.cs
|
||||
startLine: 115
|
||||
|
@ -579,7 +579,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Speed
|
||||
path: GameImpl.cs
|
||||
startLine: 120
|
||||
|
@ -602,7 +602,7 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.GameImpl.FollowingPerson
|
||||
commentId: F:TinyLife.GameImpl.FollowingPerson
|
||||
commentId: P:TinyLife.GameImpl.FollowingPerson
|
||||
id: FollowingPerson
|
||||
parent: TinyLife.GameImpl
|
||||
langs:
|
||||
|
@ -611,12 +611,12 @@ items:
|
|||
name: FollowingPerson
|
||||
nameWithType: GameImpl.FollowingPerson
|
||||
fullName: TinyLife.GameImpl.FollowingPerson
|
||||
type: Field
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FollowingPerson
|
||||
path: GameImpl.cs
|
||||
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"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Person FollowingPerson
|
||||
content: public Person FollowingPerson { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Objects.Person
|
||||
content.vb: Public FollowingPerson As Person
|
||||
content.vb: Public Property FollowingPerson As Person
|
||||
overload: TinyLife.GameImpl.FollowingPerson*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.GameImpl.SaveName
|
||||
|
@ -649,10 +653,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SaveName
|
||||
path: GameImpl.cs
|
||||
startLine: 137
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -686,10 +690,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mode
|
||||
path: GameImpl.cs
|
||||
startLine: 141
|
||||
startLine: 149
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -723,10 +727,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LoadContent
|
||||
path: GameImpl.cs
|
||||
startLine: 177
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -757,10 +761,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoUpdate
|
||||
path: GameImpl.cs
|
||||
startLine: 278
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -794,10 +798,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoDraw
|
||||
path: GameImpl.cs
|
||||
startLine: 395
|
||||
startLine: 408
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -831,10 +835,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnExiting
|
||||
path: GameImpl.cs
|
||||
startLine: 433
|
||||
startLine: 446
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -870,10 +874,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsMouseOnUi
|
||||
path: GameImpl.cs
|
||||
startLine: 445
|
||||
startLine: 458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -905,10 +909,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SwitchGameMode
|
||||
path: GameImpl.cs
|
||||
startLine: 454
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -941,10 +945,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeExtremelyFast
|
||||
path: GameImpl.cs
|
||||
startLine: 519
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -976,10 +980,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanSaveOrSwitchModes
|
||||
path: GameImpl.cs
|
||||
startLine: 530
|
||||
startLine: 543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1011,10 +1015,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FadeKeyboardLighting
|
||||
path: GameImpl.cs
|
||||
startLine: 547
|
||||
startLine: 560
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -2548,6 +2552,11 @@ references:
|
|||
name: Person
|
||||
nameWithType: 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
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
|
|
|
@ -21,10 +21,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GameSpeed
|
||||
path: Options.cs
|
||||
startLine: 282
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -56,10 +56,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Paused
|
||||
path: Options.cs
|
||||
startLine: 287
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -90,10 +90,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Regular
|
||||
path: Options.cs
|
||||
startLine: 291
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -124,10 +124,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fast
|
||||
path: Options.cs
|
||||
startLine: 295
|
||||
startLine: 309
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -158,10 +158,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VeryFast
|
||||
path: Options.cs
|
||||
startLine: 299
|
||||
startLine: 313
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -192,10 +192,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ExtremelyFast
|
||||
path: Options.cs
|
||||
startLine: 304
|
||||
startLine: 318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,10 +24,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GenealogyType
|
||||
path: Relationship.cs
|
||||
startLine: 222
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -60,10 +60,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Unrelated
|
||||
path: Relationship.cs
|
||||
startLine: 227
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -94,10 +94,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Parent
|
||||
path: Relationship.cs
|
||||
startLine: 231
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -128,10 +128,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Child
|
||||
path: Relationship.cs
|
||||
startLine: 235
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -162,10 +162,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sibling
|
||||
path: Relationship.cs
|
||||
startLine: 239
|
||||
startLine: 259
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -196,10 +196,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Nibling
|
||||
path: Relationship.cs
|
||||
startLine: 243
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -230,10 +230,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pibling
|
||||
path: Relationship.cs
|
||||
startLine: 247
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -264,10 +264,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Grandparent
|
||||
path: Relationship.cs
|
||||
startLine: 251
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -298,10 +298,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Grandchild
|
||||
path: Relationship.cs
|
||||
startLine: 255
|
||||
startLine: 275
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Job
|
||||
path: Goals/Job.cs
|
||||
startLine: 26
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MaxLevel
|
||||
path: Goals/Job.cs
|
||||
startLine: 33
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Job.cs
|
||||
startLine: 39
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Goals/Job.cs
|
||||
startLine: 43
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Performance
|
||||
path: Goals/Job.cs
|
||||
startLine: 48
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Level
|
||||
path: Goals/Job.cs
|
||||
startLine: 54
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentHourlyPay
|
||||
path: Goals/Job.cs
|
||||
startLine: 59
|
||||
|
@ -341,7 +341,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Job.cs
|
||||
startLine: 66
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Goals/Job.cs
|
||||
startLine: 76
|
||||
|
@ -416,7 +416,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddPerformance
|
||||
path: Goals/Job.cs
|
||||
startLine: 105
|
||||
|
@ -452,7 +452,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddLevel
|
||||
path: Goals/Job.cs
|
||||
startLine: 123
|
||||
|
@ -488,7 +488,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HasRequiredPromotionSkills
|
||||
path: Goals/Job.cs
|
||||
startLine: 154
|
||||
|
@ -523,7 +523,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Goals/Job.cs
|
||||
startLine: 166
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: JobType
|
||||
path: Goals/Job.cs
|
||||
startLine: 177
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Goals/Job.cs
|
||||
startLine: 185
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Goals/Job.cs
|
||||
startLine: 211
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HourlyPay
|
||||
path: Goals/Job.cs
|
||||
startLine: 216
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkHours
|
||||
path: Goals/Job.cs
|
||||
startLine: 221
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OffWorkDays
|
||||
path: Goals/Job.cs
|
||||
startLine: 226
|
||||
|
@ -267,7 +267,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredPromotionSkills
|
||||
path: Goals/Job.cs
|
||||
startLine: 231
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Job.cs
|
||||
startLine: 240
|
||||
|
@ -352,7 +352,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Construct
|
||||
path: Goals/Job.cs
|
||||
startLine: 252
|
||||
|
@ -391,7 +391,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsTimeToWork
|
||||
path: Goals/Job.cs
|
||||
startLine: 262
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
summary: "\nReturns whether the given time (or the game'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: []
|
||||
syntax:
|
||||
content: public bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
|
||||
content: public bool IsTimeToWork(TimeSpan? time = null)
|
||||
parameters:
|
||||
- id: time
|
||||
type: System.Nullable{System.TimeSpan}
|
||||
|
@ -433,7 +433,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ToScheduleString
|
||||
path: Goals/Job.cs
|
||||
startLine: 272
|
||||
|
@ -468,7 +468,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDisplayName
|
||||
path: Goals/Job.cs
|
||||
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's regular name, without the level-based suffix, is returned.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string GetDisplayName(int? level = default(int? ))
|
||||
content: public string GetDisplayName(int? level = null)
|
||||
parameters:
|
||||
- id: level
|
||||
type: System.Nullable{System.Int32}
|
||||
|
@ -510,7 +510,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetRequiredPromotionSkills
|
||||
path: Goals/Job.cs
|
||||
startLine: 298
|
||||
|
@ -549,7 +549,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Job.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Goals/Job.cs
|
||||
startLine: 312
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSettings
|
||||
path: Goals/Project.cs
|
||||
startLine: 199
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Goals/Project.cs
|
||||
startLine: 204
|
||||
|
@ -102,7 +102,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Context
|
||||
path: Goals/Project.cs
|
||||
startLine: 208
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Project.cs
|
||||
startLine: 212
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedType
|
||||
path: Goals/Project.cs
|
||||
startLine: 216
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedTypeScrap
|
||||
path: Goals/Project.cs
|
||||
startLine: 221
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanExecute
|
||||
path: Goals/Project.cs
|
||||
startLine: 225
|
||||
|
@ -267,7 +267,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RequiredSkill
|
||||
path: Goals/Project.cs
|
||||
startLine: 231
|
||||
|
@ -300,7 +300,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ProjectDisplayName
|
||||
path: Goals/Project.cs
|
||||
startLine: 236
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanContinue
|
||||
path: Goals/Project.cs
|
||||
startLine: 240
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IncludeProject
|
||||
path: Goals/Project.cs
|
||||
startLine: 244
|
||||
|
@ -399,7 +399,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Project.cs
|
||||
startLine: 253
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Project
|
||||
path: Goals/Project.cs
|
||||
startLine: 19
|
||||
|
@ -96,7 +96,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Goals/Project.cs
|
||||
startLine: 27
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Goals/Project.cs
|
||||
startLine: 32
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Quality
|
||||
path: Goals/Project.cs
|
||||
startLine: 37
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Progress
|
||||
path: Goals/Project.cs
|
||||
startLine: 42
|
||||
|
@ -278,7 +278,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 48
|
||||
|
@ -327,7 +327,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DailyPayReductionFactor
|
||||
path: Goals/Project.cs
|
||||
startLine: 54
|
||||
|
@ -376,7 +376,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Person
|
||||
path: Goals/Project.cs
|
||||
startLine: 59
|
||||
|
@ -415,7 +415,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Goals/Project.cs
|
||||
startLine: 67
|
||||
|
@ -457,7 +457,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Goals/Project.cs
|
||||
startLine: 78
|
||||
|
@ -498,7 +498,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MakeProgress
|
||||
path: Goals/Project.cs
|
||||
startLine: 90
|
||||
|
@ -545,7 +545,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Remove
|
||||
path: Goals/Project.cs
|
||||
startLine: 97
|
||||
|
@ -579,7 +579,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAndReduceDailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 107
|
||||
|
@ -616,7 +616,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetDailyPay
|
||||
path: Goals/Project.cs
|
||||
startLine: 122
|
||||
|
@ -658,7 +658,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateActions
|
||||
path: Goals/Project.cs
|
||||
startLine: 137
|
||||
|
@ -699,7 +699,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Goals/Project.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetVarieties
|
||||
path: Goals/Project.cs
|
||||
startLine: 171
|
||||
|
|
|
@ -27,10 +27,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LnCategory
|
||||
path: Localization.cs
|
||||
startLine: 109
|
||||
startLine: 120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -62,10 +62,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ui
|
||||
path: Localization.cs
|
||||
startLine: 112
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -96,10 +96,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Actions
|
||||
path: Localization.cs
|
||||
startLine: 114
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -130,10 +130,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BuildMode
|
||||
path: Localization.cs
|
||||
startLine: 116
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -164,10 +164,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Clothes
|
||||
path: Localization.cs
|
||||
startLine: 118
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -198,10 +198,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Food
|
||||
path: Localization.cs
|
||||
startLine: 120
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -232,10 +232,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Personalities
|
||||
path: Localization.cs
|
||||
startLine: 122
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -266,10 +266,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Skills
|
||||
path: Localization.cs
|
||||
startLine: 124
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -300,10 +300,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Jobs
|
||||
path: Localization.cs
|
||||
startLine: 126
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -334,10 +334,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Emotions
|
||||
path: Localization.cs
|
||||
startLine: 128
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -368,10 +368,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hints
|
||||
path: Localization.cs
|
||||
startLine: 130
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -402,10 +402,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InGameHints
|
||||
path: Localization.cs
|
||||
startLine: 132
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,10 +22,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Localization
|
||||
path: Localization.cs
|
||||
startLine: 17
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -66,10 +66,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LanguageNames
|
||||
path: Localization.cs
|
||||
startLine: 22
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -103,10 +103,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Names
|
||||
path: Localization.cs
|
||||
startLine: 27
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -140,10 +140,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetLanguage
|
||||
path: Localization.cs
|
||||
startLine: 37
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -178,10 +178,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Get
|
||||
path: Localization.cs
|
||||
startLine: 48
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -222,10 +222,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Get
|
||||
path: Localization.cs
|
||||
startLine: 65
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -272,10 +272,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Localization.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetKeys
|
||||
path: Localization.cs
|
||||
startLine: 74
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EventPhase
|
||||
path: Mods/EventPhase.cs
|
||||
startLine: 4
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pre
|
||||
path: Mods/EventPhase.cs
|
||||
startLine: 9
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/EventPhase.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Post
|
||||
path: Mods/EventPhase.cs
|
||||
startLine: 13
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mod
|
||||
path: Mods/Mod.cs
|
||||
startLine: 17
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Mods/Mod.cs
|
||||
startLine: 22
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Description
|
||||
path: Mods/Mod.cs
|
||||
startLine: 27
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Mods/Mod.cs
|
||||
startLine: 32
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Initialize
|
||||
path: Mods/Mod.cs
|
||||
startLine: 41
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddGameContent
|
||||
path: Mods/Mod.cs
|
||||
startLine: 54
|
||||
|
@ -268,7 +268,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/Mod.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCustomFurnitureTextures
|
||||
path: Mods/Mod.cs
|
||||
startLine: 62
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ModInfo
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 76
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Id
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 81
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mod
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 85
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Logger
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 90
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Content
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 95
|
||||
|
@ -211,7 +211,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Finalize
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 107
|
||||
|
@ -242,7 +242,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Dispose
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 112
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ModLoader
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 12
|
||||
|
@ -62,7 +62,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TryGetModInfo
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 23
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetModsFolder
|
||||
path: Mods/ModLoader.cs
|
||||
startLine: 31
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Need
|
||||
path: Need.cs
|
||||
startLine: 18
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Max
|
||||
path: Need.cs
|
||||
startLine: 24
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Need.cs
|
||||
startLine: 30
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Value
|
||||
path: Need.cs
|
||||
startLine: 35
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Percentage
|
||||
path: Need.cs
|
||||
startLine: 43
|
||||
|
@ -240,7 +240,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Need.cs
|
||||
startLine: 53
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedType
|
||||
path: Need.cs
|
||||
startLine: 64
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Need.cs
|
||||
startLine: 72
|
||||
|
@ -118,7 +118,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Energy
|
||||
path: Need.cs
|
||||
startLine: 75
|
||||
|
@ -153,7 +153,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hunger
|
||||
path: Need.cs
|
||||
startLine: 76
|
||||
|
@ -188,7 +188,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Social
|
||||
path: Need.cs
|
||||
startLine: 77
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Toilet
|
||||
path: Need.cs
|
||||
startLine: 80
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hygiene
|
||||
path: Need.cs
|
||||
startLine: 81
|
||||
|
@ -293,7 +293,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Entertainment
|
||||
path: Need.cs
|
||||
startLine: 82
|
||||
|
@ -328,7 +328,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Need.cs
|
||||
startLine: 89
|
||||
|
@ -363,7 +363,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveReduction
|
||||
path: Need.cs
|
||||
startLine: 93
|
||||
|
@ -398,7 +398,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedLowAction
|
||||
path: Need.cs
|
||||
startLine: 97
|
||||
|
@ -433,7 +433,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NeedLowTime
|
||||
path: Need.cs
|
||||
startLine: 101
|
||||
|
@ -468,7 +468,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SolveImportance
|
||||
path: Need.cs
|
||||
startLine: 106
|
||||
|
@ -503,7 +503,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Need.cs
|
||||
startLine: 116
|
||||
|
@ -554,7 +554,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Need.cs
|
||||
startLine: 129
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AbstractSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 13
|
||||
|
@ -76,7 +76,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: YOffset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 18
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Offset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 22
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VisualOffset
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 27
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ValidDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 33
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Group
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 40
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrawLayer
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 45
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 56
|
||||
|
@ -328,7 +328,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetValidDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 68
|
||||
|
@ -367,7 +367,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetLocation
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 79
|
||||
|
@ -409,7 +409,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoGroupsOverlap
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 90
|
||||
|
|
|
@ -10,7 +10,7 @@ items:
|
|||
- 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.BedSpots(System.Boolean)
|
||||
- TinyLife.Objects.ActionSpot.BenchSpots
|
||||
- TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
|
||||
- TinyLife.Objects.ActionSpot.CategoryRestriction
|
||||
- TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean)
|
||||
|
@ -27,7 +27,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 99
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CategoryRestriction
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 106
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 113
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 123
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 134
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetFreeDirections
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 146
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetOccupants
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 166
|
||||
|
@ -336,7 +336,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BedSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 180
|
||||
|
@ -362,36 +362,40 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: TinyLife.Objects.ActionSpot.BenchSpots
|
||||
commentId: M:TinyLife.Objects.ActionSpot.BenchSpots
|
||||
id: BenchSpots
|
||||
- uid: TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
|
||||
commentId: M:TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
|
||||
id: BenchSpots(System.Boolean)
|
||||
parent: TinyLife.Objects.ActionSpot
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: BenchSpots()
|
||||
nameWithType: ActionSpot.BenchSpots()
|
||||
fullName: TinyLife.Objects.ActionSpot.BenchSpots()
|
||||
name: BenchSpots(Boolean)
|
||||
nameWithType: ActionSpot.BenchSpots(Boolean)
|
||||
fullName: TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BenchSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 206
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
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:
|
||||
type: TinyLife.Objects.ActionSpot[]
|
||||
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*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -414,10 +418,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PicnicTableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 219
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -455,10 +459,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AllSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 242
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -499,10 +503,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPicnicBenchDrawLayer
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 257
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -21,10 +21,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BrokenBehavior
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 132
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -66,10 +66,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Puddles
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 138
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -100,10 +100,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Dripping
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 142
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -134,10 +134,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ElectricityCrackle
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 146
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -168,10 +168,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Smoke
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 150
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -202,10 +202,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Electrocution
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 154
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BreakableFurniture
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 17
|
||||
|
@ -52,6 +52,7 @@ items:
|
|||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -63,8 +64,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Validate
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -106,7 +114,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -143,7 +151,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Broken
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 23
|
||||
|
@ -186,7 +194,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 29
|
||||
|
@ -237,7 +245,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 33
|
||||
|
@ -283,7 +291,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WearDown
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 88
|
||||
|
@ -321,7 +329,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdate
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 100
|
||||
|
@ -372,7 +380,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPrice
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 110
|
||||
|
@ -410,14 +418,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDescription
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public override IEnumerable<string> GetDescription()
|
||||
|
@ -448,20 +456,24 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/BreakableFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDecorativeRating
|
||||
path: Objects/BreakableFurniture.cs
|
||||
startLine: 125
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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>'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:
|
||||
content: public override int GetDecorativeRating(Room room)
|
||||
parameters:
|
||||
- id: 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:
|
||||
type: System.Int32
|
||||
description: The decorative rating of this object
|
||||
content.vb: Public Overrides Function GetDecorativeRating(room As Room) As Integer
|
||||
overridden: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
overload: TinyLife.Objects.BreakableFurniture.GetDecorativeRating*
|
||||
|
@ -540,6 +552,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -606,6 +624,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -618,6 +648,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1824,6 +1860,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1915,6 +2007,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2388,6 +2516,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2623,15 +2813,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2776,11 +2966,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2925,6 +3123,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Car
|
||||
path: Objects/Car.cs
|
||||
startLine: 12
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- 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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Rotation
|
||||
path: Objects/Car.cs
|
||||
startLine: 19
|
||||
|
@ -149,7 +149,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Driver
|
||||
path: Objects/Car.cs
|
||||
startLine: 24
|
||||
|
@ -192,7 +192,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Car.cs
|
||||
startLine: 27
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/Car.cs
|
||||
startLine: 36
|
||||
|
@ -278,7 +278,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Car.cs
|
||||
startLine: 41
|
||||
|
@ -329,7 +329,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/Car.cs
|
||||
startLine: 50
|
||||
|
@ -367,7 +367,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Car.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCameraRotationChanged
|
||||
path: Objects/Car.cs
|
||||
startLine: 56
|
||||
|
@ -1038,15 +1038,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -1191,11 +1191,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -1340,6 +1348,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -33,7 +33,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Clothes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 23
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Layers
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 29
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 33
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ReferencePrice
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 39
|
||||
|
@ -196,10 +196,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 112
|
||||
startLine: 104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -231,10 +231,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Layer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 116
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -266,10 +266,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TextureRegions
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 122
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -301,10 +301,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Colors
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 127
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -336,10 +336,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 132
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -371,10 +371,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Price
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 137
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -406,10 +406,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonBuyable
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 142
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -441,10 +441,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intentions
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 147
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -476,10 +476,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 160
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -536,10 +536,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetPrice
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 172
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -573,10 +573,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionDescription
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 180
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -608,10 +608,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 191
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -646,10 +646,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionPercentage
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 203
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -693,10 +693,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetIntentionMatchingOutfit
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 222
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -25,10 +25,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ClothesIntention
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 325
|
||||
startLine: 317
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -70,10 +70,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: None
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 329
|
||||
startLine: 321
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -102,10 +102,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Everyday
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 330
|
||||
startLine: 322
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -134,10 +134,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Party
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 331
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -166,10 +166,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Formal
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 332
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -198,10 +198,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Workout
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 333
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -230,10 +230,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Swimwear
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 334
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -262,10 +262,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sleep
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 335
|
||||
startLine: 327
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -294,10 +294,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Summer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 336
|
||||
startLine: 328
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -326,10 +326,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Winter
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 337
|
||||
startLine: 329
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,10 +23,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ClothesLayer
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 287
|
||||
startLine: 279
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -68,10 +68,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Body
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 293
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -102,10 +102,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Eyes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 297
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -136,10 +136,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pants
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 301
|
||||
startLine: 293
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -170,10 +170,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Arms
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 305
|
||||
startLine: 297
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -204,10 +204,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shirt
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 309
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -238,10 +238,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Hair
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 313
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -272,10 +272,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shoes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 317
|
||||
startLine: 309
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Counter
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 96
|
||||
|
@ -48,6 +48,7 @@ items:
|
|||
- TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.CornerFurniture.Validate
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -59,8 +60,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -103,7 +111,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -140,7 +148,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 99
|
||||
|
@ -191,7 +199,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ShouldConnectTo
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 103
|
||||
|
@ -233,7 +241,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCornerStatus
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 108
|
||||
|
@ -642,6 +650,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -708,6 +722,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -720,6 +746,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1795,6 +1827,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1886,6 +1974,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2359,6 +2483,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2594,15 +2780,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2747,11 +2933,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2896,6 +3090,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CornerFurniture
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 17
|
||||
|
@ -49,6 +49,7 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -60,8 +61,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -104,7 +112,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -141,7 +149,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 23
|
||||
|
@ -192,7 +200,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ShouldConnectTo
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 34
|
||||
|
@ -233,7 +241,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCornerStatus
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 44
|
||||
|
@ -277,7 +285,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 62
|
||||
|
@ -355,7 +363,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnNeighborChanged
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 70
|
||||
|
@ -394,7 +402,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/CornerFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/CornerFurniture.cs
|
||||
startLine: 75
|
||||
|
@ -595,6 +603,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -661,6 +675,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -673,6 +699,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1748,6 +1780,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1839,6 +1927,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2312,6 +2436,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2547,15 +2733,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2700,11 +2886,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2849,6 +3043,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fence
|
||||
path: Objects/Fence.cs
|
||||
startLine: 13
|
||||
|
@ -46,6 +46,7 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -57,8 +58,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -101,7 +109,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -138,7 +146,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Fence.cs
|
||||
startLine: 19
|
||||
|
@ -189,7 +197,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Fence.cs
|
||||
startLine: 25
|
||||
|
@ -267,7 +275,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/Fence.cs
|
||||
startLine: 37
|
||||
|
@ -305,7 +313,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnNeighborChanged
|
||||
path: Objects/Fence.cs
|
||||
startLine: 43
|
||||
|
@ -344,7 +352,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Fence.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ShouldConnectTo
|
||||
path: Objects/Fence.cs
|
||||
startLine: 53
|
||||
|
@ -430,6 +438,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -496,6 +510,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -508,6 +534,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1583,6 +1615,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1674,6 +1762,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2147,6 +2271,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2382,15 +2568,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2535,11 +2721,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2684,6 +2878,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
4540
api/TinyLife.Objects.Fireplace.yml
Normal file
4540
api/TinyLife.Objects.Fireplace.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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.FoodLeft
|
||||
- TinyLife.Objects.Food.GetHoverInfo
|
||||
- TinyLife.Objects.Food.Quality
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -21,10 +20,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Food
|
||||
path: Objects/Food.cs
|
||||
startLine: 12
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -48,13 +47,13 @@ items:
|
|||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.FoodTypedItem.FoodType
|
||||
- TinyLife.Objects.FoodTypedItem.Creator
|
||||
- TinyLife.Objects.FoodTypedItem.ExpirationTime
|
||||
- TinyLife.Objects.FoodTypedItem.ServingSize
|
||||
- TinyLife.Objects.FoodTypedItem.Expired
|
||||
- TinyLife.Objects.FoodTypedItem.Validate
|
||||
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -66,8 +65,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -110,7 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -147,10 +153,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FoodLeft
|
||||
path: Objects/Food.cs
|
||||
startLine: 19
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -175,49 +181,6 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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)
|
||||
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)'
|
||||
|
@ -233,10 +196,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Food.cs
|
||||
startLine: 28
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -284,10 +247,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Food.cs
|
||||
startLine: 33
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -362,10 +325,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/Food.cs
|
||||
startLine: 45
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -448,12 +411,6 @@ references:
|
|||
name: FoodType
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
|
@ -575,6 +532,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -641,6 +604,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -653,6 +628,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1764,6 +1745,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1855,6 +1892,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2328,6 +2401,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2535,15 +2670,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2688,11 +2823,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2837,6 +2980,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3673,23 +3824,6 @@ references:
|
|||
name: Single
|
||||
nameWithType: 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*
|
||||
commentId: Overload:TinyLife.Objects.Food.#ctor
|
||||
name: Food
|
||||
|
|
|
@ -6,7 +6,6 @@ items:
|
|||
parent: TinyLife.Objects
|
||||
children:
|
||||
- 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.Expired
|
||||
- TinyLife.Objects.FoodTypedItem.FoodType
|
||||
|
@ -25,7 +24,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FoodTypedItem
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 12
|
||||
|
@ -53,6 +52,7 @@ items:
|
|||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -64,8 +64,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -109,7 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -146,10 +153,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FoodType
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 20
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -174,49 +181,6 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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
|
||||
commentId: F:TinyLife.Objects.FoodTypedItem.ExpirationTime
|
||||
id: ExpirationTime
|
||||
|
@ -232,10 +196,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ExpirationTime
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 31
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -275,10 +239,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ServingSize
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 37
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -318,10 +282,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Expired
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 42
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -355,10 +319,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 45
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -406,10 +370,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 50
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -444,10 +408,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 55
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -482,10 +446,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/FoodTypedItem.cs
|
||||
startLine: 66
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -568,6 +532,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -634,6 +604,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -646,6 +628,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -2015,6 +2003,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -2106,6 +2150,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2579,6 +2659,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2786,15 +2928,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2939,11 +3081,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -3088,6 +3238,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3925,19 +4083,6 @@ references:
|
|||
name: TinyLife.Skills
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.FoodTypedItem.Expired
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
|
@ -3990,6 +4135,13 @@ references:
|
|||
name: FoodTypedItem
|
||||
nameWithType: 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
|
||||
commentId: T:TinyLife.Objects.FurnitureType
|
||||
parent: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,6 +18,7 @@ items:
|
|||
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)
|
||||
- TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys
|
||||
|
@ -45,10 +46,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TypeSettings
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 332
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -93,10 +94,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 337
|
||||
startLine: 401
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -126,10 +127,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Size
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 341
|
||||
startLine: 405
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -159,10 +160,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Categories
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 345
|
||||
startLine: 409
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -192,10 +193,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionSpots
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 350
|
||||
startLine: 414
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -225,10 +226,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectSpots
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 355
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -258,10 +259,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ColorSchemes
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 360
|
||||
startLine: 424
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -291,10 +292,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ColorMap
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 365
|
||||
startLine: 429
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -324,10 +325,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DefaultColors
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 370
|
||||
startLine: 434
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -357,10 +358,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DefaultRotation
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 374
|
||||
startLine: 438
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -390,10 +391,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ConstructedType
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 380
|
||||
startLine: 444
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -423,10 +424,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Price
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 384
|
||||
startLine: 448
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -456,10 +457,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BuyableVariations
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 390
|
||||
startLine: 454
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -489,10 +490,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HeldScale
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 394
|
||||
startLine: 458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -522,10 +523,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HeldPivot
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 399
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -555,10 +556,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DecorativeRating
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 406
|
||||
startLine: 470
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -588,10 +589,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Icon
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 411
|
||||
startLine: 475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -621,10 +622,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Reliability
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 417
|
||||
startLine: 481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -654,10 +655,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BrokenBehavior
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 422
|
||||
startLine: 486
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -687,10 +688,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ElectricityRating
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 427
|
||||
startLine: 491
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -720,10 +721,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WaterRating
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 432
|
||||
startLine: 496
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -753,10 +754,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Visibility
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 438
|
||||
startLine: 502
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -786,10 +787,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Tab
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 443
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -819,10 +820,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TextureName
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 448
|
||||
startLine: 512
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -852,10 +853,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CreateLights
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 453
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -885,13 +886,15 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DirtyOverlayTextureName
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 454
|
||||
startLine: 524
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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'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 "approximated" using <xref href=\"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string DirtyOverlayTextureName
|
||||
return:
|
||||
|
@ -901,6 +904,39 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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'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[])
|
||||
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[])'
|
||||
|
@ -916,10 +952,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 466
|
||||
startLine: 542
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -967,10 +1003,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetData
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 487
|
||||
startLine: 563
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1005,10 +1041,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetData
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 493
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1048,10 +1084,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetDataKeys
|
||||
path: Objects/FurnitureType.cs
|
||||
startLine: 498
|
||||
startLine: 574
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2197,6 +2233,7 @@ references:
|
|||
isExternal: true
|
||||
- uid: TinyLife.Objects.LightFurniture
|
||||
commentId: T:TinyLife.Objects.LightFurniture
|
||||
parent: TinyLife.Objects
|
||||
name: LightFurniture
|
||||
nameWithType: LightFurniture
|
||||
fullName: TinyLife.Objects.LightFurniture
|
||||
|
@ -2265,6 +2302,66 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: T:TinyLife.Objects.FurnitureType.TypeSettings
|
||||
parent: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -20,7 +20,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Gravestone
|
||||
path: Objects/Gravestone.cs
|
||||
startLine: 8
|
||||
|
@ -45,6 +45,7 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -56,8 +57,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Validate
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -102,7 +110,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -139,7 +147,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeadPerson
|
||||
path: Objects/Gravestone.cs
|
||||
startLine: 14
|
||||
|
@ -176,7 +184,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Reason
|
||||
path: Objects/Gravestone.cs
|
||||
startLine: 22
|
||||
|
@ -219,7 +227,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Gravestone.cs
|
||||
startLine: 27
|
||||
|
@ -270,7 +278,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/Gravestone.cs
|
||||
startLine: 32
|
||||
|
@ -344,6 +352,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -410,6 +424,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -422,6 +448,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1819,6 +1851,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1910,6 +1998,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2383,6 +2507,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2590,15 +2776,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2743,11 +2929,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2892,6 +3086,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/IUpdatingObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IUpdatingObject
|
||||
path: Objects/IUpdatingObject.cs
|
||||
startLine: 9
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/IUpdatingObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/IUpdatingObject.cs
|
||||
startLine: 17
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Light
|
||||
path: Objects/Light.cs
|
||||
startLine: 12
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CircleTexture
|
||||
path: Objects/Light.cs
|
||||
startLine: 17
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Objects/Light.cs
|
||||
startLine: 22
|
||||
|
@ -143,7 +143,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Texture
|
||||
path: Objects/Light.cs
|
||||
startLine: 27
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UpwardsOffset
|
||||
path: Objects/Light.cs
|
||||
startLine: 31
|
||||
|
@ -211,7 +211,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Position
|
||||
path: Objects/Light.cs
|
||||
startLine: 36
|
||||
|
@ -248,7 +248,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Size
|
||||
path: Objects/Light.cs
|
||||
startLine: 51
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Color
|
||||
path: Objects/Light.cs
|
||||
startLine: 56
|
||||
|
@ -314,7 +314,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsDisabled
|
||||
path: Objects/Light.cs
|
||||
startLine: 61
|
||||
|
@ -347,7 +347,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Light.cs
|
||||
startLine: 73
|
||||
|
@ -395,7 +395,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Light.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Light.cs
|
||||
startLine: 86
|
||||
|
|
|
@ -6,7 +6,9 @@ items:
|
|||
parent: TinyLife.Objects
|
||||
children:
|
||||
- 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.IsElectrical
|
||||
- TinyLife.Objects.LightFurniture.Lights
|
||||
- TinyLife.Objects.LightFurniture.OnAdded
|
||||
- TinyLife.Objects.LightFurniture.OnRemoved
|
||||
|
@ -23,10 +25,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LightFurniture
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 10
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -43,12 +45,15 @@ items:
|
|||
- MLEM.Misc.GenericDataHolder
|
||||
- TinyLife.Objects.MapObject
|
||||
- TinyLife.Objects.Furniture
|
||||
derivedClasses:
|
||||
- TinyLife.Objects.Fireplace
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
- TinyLife.World.IPricedObject
|
||||
- TinyLife.Objects.IUpdatingObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -60,8 +65,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -104,7 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -141,10 +153,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Lights
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 15
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -178,14 +190,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsDisabled
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 21
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -206,6 +218,45 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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'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)
|
||||
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)'
|
||||
|
@ -221,10 +272,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 24
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -272,17 +323,17 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 29
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
||||
content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
|
||||
parameters:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
|
@ -293,14 +344,16 @@ items:
|
|||
- id: speed
|
||||
type: TinyLife.GameSpeed
|
||||
description: The game'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*
|
||||
implements:
|
||||
- TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Objects.LightFurniture.OnAdded
|
||||
commentId: M:TinyLife.Objects.LightFurniture.OnAdded
|
||||
id: OnAdded
|
||||
|
@ -316,10 +369,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnAdded
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 37
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -351,10 +404,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnRemoved
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 43
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -386,10 +439,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/LightFurniture.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/LightFurniture.cs
|
||||
startLine: 53
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -409,6 +462,43 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- 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'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:
|
||||
- uid: TinyLife.Objects.Light
|
||||
commentId: T:TinyLife.Objects.Light
|
||||
|
@ -475,6 +565,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -541,6 +637,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -553,6 +661,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1866,6 +1980,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1957,6 +2127,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2430,6 +2636,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2665,15 +2933,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2818,11 +3086,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2967,6 +3243,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3822,6 +4106,12 @@ references:
|
|||
- name: ()
|
||||
nameWithType: ()
|
||||
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
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
|
@ -3829,6 +4119,17 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: 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*
|
||||
commentId: Overload:TinyLife.Objects.LightFurniture.#ctor
|
||||
name: LightFurniture
|
||||
|
@ -4090,3 +4391,95 @@ references:
|
|||
name: Validate
|
||||
nameWithType: 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
|
||||
|
|
|
@ -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.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.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -45,7 +45,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MapObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 26
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PersonRotationOrder
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 32
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCreated
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 38
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnValidated
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 43
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnEventsAttachable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 48
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnDraw
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 56
|
||||
|
@ -289,7 +289,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnUpdate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 62
|
||||
|
@ -322,7 +322,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Id
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 67
|
||||
|
@ -371,7 +371,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 73
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Position
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 78
|
||||
|
@ -457,7 +457,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CurrentLot
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 99
|
||||
|
@ -494,7 +494,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsInWorld
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 103
|
||||
|
@ -531,7 +531,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 113
|
||||
|
@ -573,7 +573,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 131
|
||||
|
@ -623,7 +623,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intersects
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 140
|
||||
|
@ -664,7 +664,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 150
|
||||
|
@ -701,7 +701,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetCategories
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 161
|
||||
|
@ -742,7 +742,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnAdded
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 169
|
||||
|
@ -776,7 +776,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnRemoved
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 176
|
||||
|
@ -810,7 +810,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 184
|
||||
|
@ -847,7 +847,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetAiPriority
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 197
|
||||
|
@ -891,7 +891,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnActionCompleted
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 209
|
||||
|
@ -935,7 +935,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 222
|
||||
|
@ -985,7 +985,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetVisibility
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 231
|
||||
|
@ -1022,7 +1022,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetFreeActionSpotInfo
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 241
|
||||
|
@ -1066,7 +1066,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OnCameraRotationChanged
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 251
|
||||
|
@ -1107,7 +1107,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SetMapAndValidate
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 259
|
||||
|
@ -1146,7 +1146,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HasCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 270
|
||||
|
@ -1173,32 +1173,32 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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)
|
||||
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)
|
||||
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)
|
||||
- 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,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
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: 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)
|
||||
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)
|
||||
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, 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
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrawColumns
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 311
|
||||
startLine: 312
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
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:
|
||||
- id: map
|
||||
type: TinyLife.World.Map
|
||||
|
@ -1251,10 +1251,13 @@ items:
|
|||
- id: ceilingHanging
|
||||
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
|
||||
- id: roofAttached
|
||||
type: System.Boolean
|
||||
description: Whether this object is attached to a roof
|
||||
- id: editDrawPos
|
||||
type: System.Boolean
|
||||
description: Whether this object's <code data-dev-comment-type="paramref" class="paramref">drawPos</code> should be changed based on this object'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*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -1277,10 +1280,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetModCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 367
|
||||
startLine: 375
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -10,7 +10,9 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.BartendingObject
|
||||
- TinyLife.Objects.ObjectCategory.Bed
|
||||
- TinyLife.Objects.ObjectCategory.Bookshelf
|
||||
- TinyLife.Objects.ObjectCategory.CanBeScrapped
|
||||
- TinyLife.Objects.ObjectCategory.CanBeThrownAway
|
||||
- TinyLife.Objects.ObjectCategory.CanCoverDoor
|
||||
- TinyLife.Objects.ObjectCategory.CanCoverWindow
|
||||
- TinyLife.Objects.ObjectCategory.CeilingHanging
|
||||
- TinyLife.Objects.ObjectCategory.Chair
|
||||
|
@ -21,6 +23,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.DeskObject
|
||||
- TinyLife.Objects.ObjectCategory.DisallowedOnGround
|
||||
- TinyLife.Objects.ObjectCategory.Easel
|
||||
- TinyLife.Objects.ObjectCategory.Fireplaces
|
||||
- TinyLife.Objects.ObjectCategory.ForceGridPlacement
|
||||
- TinyLife.Objects.ObjectCategory.Fridge
|
||||
- TinyLife.Objects.ObjectCategory.Gravestone
|
||||
|
@ -36,6 +39,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.NonMovable
|
||||
- TinyLife.Objects.ObjectCategory.NonSellable
|
||||
- TinyLife.Objects.ObjectCategory.Nothing
|
||||
- TinyLife.Objects.ObjectCategory.ObstructedByRoofs
|
||||
- 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_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_OnesComplement(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.ObjectCategory.People
|
||||
- TinyLife.Objects.ObjectCategory.RoofAttached
|
||||
- TinyLife.Objects.ObjectCategory.Self
|
||||
- TinyLife.Objects.ObjectCategory.Shower
|
||||
- TinyLife.Objects.ObjectCategory.Sink
|
||||
- TinyLife.Objects.ObjectCategory.SmallObject
|
||||
- TinyLife.Objects.ObjectCategory.SpecialInteractable
|
||||
- TinyLife.Objects.ObjectCategory.StandingDesk
|
||||
- TinyLife.Objects.ObjectCategory.Stove
|
||||
- TinyLife.Objects.ObjectCategory.Table
|
||||
|
@ -71,10 +77,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectCategory
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 426
|
||||
startLine: 430
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,10 +143,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Nothing
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 429
|
||||
startLine: 433
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -174,10 +180,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ground
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 431
|
||||
startLine: 435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -211,10 +217,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Chair
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 433
|
||||
startLine: 437
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -248,10 +254,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Toilet
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 435
|
||||
startLine: 439
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -285,10 +291,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bed
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 437
|
||||
startLine: 441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -322,10 +328,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fridge
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 439
|
||||
startLine: 443
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -359,10 +365,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shower
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 441
|
||||
startLine: 445
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -396,10 +402,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Counter
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 443
|
||||
startLine: 447
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -433,10 +439,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Stove
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 445
|
||||
startLine: 449
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -470,10 +476,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SmallObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 447
|
||||
startLine: 451
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -507,10 +513,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonBuyable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 449
|
||||
startLine: 453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -544,10 +550,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Table
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 451
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -581,10 +587,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Holdable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 453
|
||||
startLine: 457
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -618,10 +624,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeskObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 455
|
||||
startLine: 459
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -655,10 +661,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisallowedOnGround
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 457
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -692,10 +698,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Computer
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 459
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -729,10 +735,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sink
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 461
|
||||
startLine: 465
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -766,10 +772,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CounterObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 463
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -803,10 +809,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Cleanable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 465
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -840,10 +846,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: People
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 467
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -877,10 +883,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mailbox
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 469
|
||||
startLine: 473
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -914,10 +920,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Wardrobe
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 471
|
||||
startLine: 475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -951,10 +957,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NaturalGroundRequired
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 473
|
||||
startLine: 477
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -988,10 +994,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Self
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 475
|
||||
startLine: 479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1025,14 +1031,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WallHanging
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 477
|
||||
startLine: 481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory WallHanging
|
||||
|
@ -1062,10 +1068,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ForceGridPlacement
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 479
|
||||
startLine: 483
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1099,10 +1105,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Easel
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 481
|
||||
startLine: 485
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1136,10 +1142,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mirror
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 483
|
||||
startLine: 487
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1173,10 +1179,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bookshelf
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 485
|
||||
startLine: 489
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1210,10 +1216,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonColliding
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 487
|
||||
startLine: 491
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1247,10 +1253,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Gravestone
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 489
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1284,10 +1290,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonSellable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 491
|
||||
startLine: 495
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1321,10 +1327,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: NonMovable
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 493
|
||||
startLine: 497
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1358,10 +1364,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Tree
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 495
|
||||
startLine: 499
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1395,10 +1401,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Television
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 497
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1432,10 +1438,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BartendingObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 499
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1469,10 +1475,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Walls
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 501
|
||||
startLine: 505
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1506,10 +1512,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkoutEquipment
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 503
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1543,10 +1549,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: LargeSurfaceObject
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 505
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1580,10 +1586,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StandingDesk
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 507
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1617,10 +1623,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Lamp
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 509
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1654,10 +1660,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CeilingHanging
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 511
|
||||
startLine: 515
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1691,10 +1697,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanCoverWindow
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 513
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1713,6 +1719,43 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- 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'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
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.Barbecue
|
||||
id: Barbecue
|
||||
|
@ -1728,10 +1771,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Barbecue
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 515
|
||||
startLine: 521
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1765,10 +1808,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TrashCan
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 517
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1802,10 +1845,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CanBeThrownAway
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 519
|
||||
startLine: 525
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1824,6 +1867,191 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- 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'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 "edited" 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)
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
id: '#ctor(System.String,System.Numerics.BigInteger)'
|
||||
|
@ -1839,10 +2067,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 522
|
||||
startLine: 538
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1875,10 +2103,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 526
|
||||
startLine: 542
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1915,10 +2143,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 527
|
||||
startLine: 543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1955,10 +2183,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 528
|
||||
startLine: 544
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1995,10 +2223,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_Implicit
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 529
|
||||
startLine: 545
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2035,10 +2263,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_BitwiseOr
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 530
|
||||
startLine: 546
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2074,10 +2302,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_BitwiseAnd
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 531
|
||||
startLine: 547
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2113,10 +2341,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_ExclusiveOr
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 532
|
||||
startLine: 548
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2152,10 +2380,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: op_OnesComplement
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 533
|
||||
startLine: 549
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3741,6 +3969,9 @@ references:
|
|||
- uid: TinyLife.Objects.ObjectCategory.CanCoverWindow
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.CanCoverWindow
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.ObjectCategory.CanCoverDoor
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.CanCoverDoor
|
||||
isExternal: true
|
||||
- uid: TinyLife.World
|
||||
commentId: N:TinyLife.World
|
||||
name: TinyLife.World
|
||||
|
@ -3900,6 +4131,7 @@ references:
|
|||
isExternal: true
|
||||
- uid: TinyLife.Objects.LightFurniture
|
||||
commentId: T:TinyLife.Objects.LightFurniture
|
||||
parent: TinyLife.Objects
|
||||
name: LightFurniture
|
||||
nameWithType: LightFurniture
|
||||
fullName: TinyLife.Objects.LightFurniture
|
||||
|
@ -3918,6 +4150,12 @@ references:
|
|||
- uid: TinyLife.Objects.ObjectCategory.Holdable
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.Holdable
|
||||
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*
|
||||
commentId: Overload:TinyLife.Objects.ObjectCategory.#ctor
|
||||
name: ObjectCategory
|
||||
|
|
|
@ -26,10 +26,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ObjectSpot
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 272
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -83,10 +83,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsFurnitureAllowed
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 277
|
||||
startLine: 278
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -118,10 +118,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 286
|
||||
startLine: 287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -166,10 +166,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 298
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -217,10 +217,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetContents
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 312
|
||||
startLine: 313
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -267,10 +267,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 324
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,10 +308,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PicnicTableSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 347
|
||||
startLine: 348
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -349,10 +349,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CounterSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 362
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -390,10 +390,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BarSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 376
|
||||
startLine: 377
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -427,10 +427,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DoubleShelfSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 389
|
||||
startLine: 390
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -468,10 +468,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ActionSpot.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeskSpots
|
||||
path: Objects/ActionSpot.cs
|
||||
startLine: 401
|
||||
startLine: 402
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OverlayWallHanging
|
||||
path: Objects/OverlayWallHanging.cs
|
||||
startLine: 13
|
||||
|
@ -43,6 +43,7 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -54,8 +55,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Validate
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -100,7 +108,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -137,7 +145,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/OverlayWallHanging.cs
|
||||
startLine: 18
|
||||
|
@ -188,7 +196,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/OverlayWallHanging.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/OverlayWallHanging.cs
|
||||
startLine: 23
|
||||
|
@ -311,6 +319,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -377,6 +391,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -389,6 +415,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1528,6 +1560,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1619,6 +1707,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2092,6 +2216,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2327,15 +2513,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2480,11 +2666,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2629,6 +2823,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -6,12 +6,11 @@ items:
|
|||
parent: TinyLife.Objects
|
||||
children:
|
||||
- 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.GetHoverInfo
|
||||
- TinyLife.Objects.Painting.GetPrice
|
||||
- TinyLife.Objects.Painting.PaintingType
|
||||
- TinyLife.Objects.Painting.Progress
|
||||
- TinyLife.Objects.Painting.Quality
|
||||
- TinyLife.Objects.Painting.Validate
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -24,7 +23,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Painting
|
||||
path: Objects/Painting.cs
|
||||
startLine: 14
|
||||
|
@ -49,6 +48,7 @@ items:
|
|||
- TinyLife.World.IPricedObject
|
||||
inheritedMembers:
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -60,8 +60,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Intersects(MLEM.Misc.RectangleF)
|
||||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
|
@ -71,7 +74,6 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetVisibility
|
||||
- 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.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -104,7 +110,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -141,7 +147,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PaintingType
|
||||
path: Objects/Painting.cs
|
||||
startLine: 20
|
||||
|
@ -184,14 +190,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Progress
|
||||
path: Objects/Painting.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -212,92 +218,6 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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)
|
||||
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)'
|
||||
|
@ -313,10 +233,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Painting.cs
|
||||
startLine: 43
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -364,10 +284,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Painting.cs
|
||||
startLine: 49
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -427,6 +347,44 @@ items:
|
|||
- 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)
|
||||
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'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'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
|
||||
commentId: M:TinyLife.Objects.Painting.Validate
|
||||
id: Validate
|
||||
|
@ -442,10 +400,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/Painting.cs
|
||||
startLine: 64
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -480,10 +438,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetHoverInfo
|
||||
path: Objects/Painting.cs
|
||||
startLine: 69
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -554,6 +512,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -620,6 +584,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -632,6 +608,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1119,34 +1101,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1743,6 +1697,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1834,6 +1844,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2307,6 +2353,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2514,15 +2622,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2667,11 +2775,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2816,6 +2932,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3653,9 +3777,6 @@ references:
|
|||
name: TinyLife.Skills
|
||||
nameWithType: TinyLife.Skills
|
||||
fullName: TinyLife.Skills
|
||||
- uid: TinyLife.Objects.Painting.Creator
|
||||
commentId: F:TinyLife.Objects.Painting.Creator
|
||||
isExternal: true
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
|
@ -3663,6 +3784,11 @@ references:
|
|||
name: Single
|
||||
nameWithType: 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
|
||||
commentId: T:System.Guid
|
||||
parent: System
|
||||
|
@ -3670,32 +3796,6 @@ references:
|
|||
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: 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
|
||||
commentId: T:TinyLife.Objects.FurnitureType
|
||||
parent: TinyLife.Objects
|
||||
|
@ -4133,6 +4233,39 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.Validate
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
|
|
@ -37,7 +37,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Particle
|
||||
path: Objects/Particle.cs
|
||||
startLine: 16
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Map
|
||||
path: Objects/Particle.cs
|
||||
startLine: 23
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VisualPosition
|
||||
path: Objects/Particle.cs
|
||||
startLine: 29
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Friction
|
||||
path: Objects/Particle.cs
|
||||
startLine: 33
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TimeToLive
|
||||
path: Objects/Particle.cs
|
||||
startLine: 37
|
||||
|
@ -224,7 +224,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Position
|
||||
path: Objects/Particle.cs
|
||||
startLine: 41
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Motion
|
||||
path: Objects/Particle.cs
|
||||
startLine: 45
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DepthOffset
|
||||
path: Objects/Particle.cs
|
||||
startLine: 49
|
||||
|
@ -323,7 +323,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DrawOffset
|
||||
path: Objects/Particle.cs
|
||||
startLine: 53
|
||||
|
@ -356,7 +356,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Scale
|
||||
path: Objects/Particle.cs
|
||||
startLine: 57
|
||||
|
@ -389,7 +389,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Alpha
|
||||
path: Objects/Particle.cs
|
||||
startLine: 61
|
||||
|
@ -422,7 +422,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Gravity
|
||||
path: Objects/Particle.cs
|
||||
startLine: 65
|
||||
|
@ -455,7 +455,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UpwardsMotion
|
||||
path: Objects/Particle.cs
|
||||
startLine: 71
|
||||
|
@ -488,7 +488,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UpwardsOffset
|
||||
path: Objects/Particle.cs
|
||||
startLine: 76
|
||||
|
@ -521,14 +521,14 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AttachedFurniture
|
||||
path: Objects/Particle.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public Furniture AttachedFurniture
|
||||
|
@ -554,7 +554,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Animation
|
||||
path: Objects/Particle.cs
|
||||
startLine: 86
|
||||
|
@ -589,7 +589,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TimeLived
|
||||
path: Objects/Particle.cs
|
||||
startLine: 91
|
||||
|
@ -622,7 +622,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Particle.cs
|
||||
startLine: 99
|
||||
|
@ -664,7 +664,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Particle.cs
|
||||
startLine: 109
|
||||
|
@ -706,7 +706,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Update
|
||||
path: Objects/Particle.cs
|
||||
startLine: 121
|
||||
|
@ -750,7 +750,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/Particle.cs
|
||||
startLine: 139
|
||||
|
@ -791,7 +791,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Particle.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Spawn
|
||||
path: Objects/Particle.cs
|
||||
startLine: 157
|
||||
|
@ -1307,15 +1307,15 @@ references:
|
|||
- uid: TinyLife.Objects.Particle.VisualPosition
|
||||
commentId: P:TinyLife.Objects.Particle.VisualPosition
|
||||
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)
|
||||
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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -1460,11 +1460,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -1609,6 +1617,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -16,10 +16,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ActionUpdateDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 1940
|
||||
startLine: 2021
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -20,10 +20,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DeathReason
|
||||
path: Objects/Person.cs
|
||||
startLine: 1987
|
||||
startLine: 2068
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -55,10 +55,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Starvation
|
||||
path: Objects/Person.cs
|
||||
startLine: 1993
|
||||
startLine: 2074
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -89,10 +89,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InexplicableReasons
|
||||
path: Objects/Person.cs
|
||||
startLine: 1998
|
||||
startLine: 2079
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -123,10 +123,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Electrocution
|
||||
path: Objects/Person.cs
|
||||
startLine: 2003
|
||||
startLine: 2084
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -157,10 +157,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TooMuchProtein
|
||||
path: Objects/Person.cs
|
||||
startLine: 2007
|
||||
startLine: 2088
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -16,10 +16,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: EfficiencyModifierDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 1925
|
||||
startLine: 2006
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -16,10 +16,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveActionPriorityDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 1935
|
||||
startLine: 2016
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -24,10 +24,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Pose
|
||||
path: Objects/Person.cs
|
||||
startLine: 1945
|
||||
startLine: 2026
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -60,10 +60,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Standing
|
||||
path: Objects/Person.cs
|
||||
startLine: 1950
|
||||
startLine: 2031
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -94,10 +94,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Walking
|
||||
path: Objects/Person.cs
|
||||
startLine: 1954
|
||||
startLine: 2035
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -128,10 +128,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sitting
|
||||
path: Objects/Person.cs
|
||||
startLine: 1958
|
||||
startLine: 2039
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -162,10 +162,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Laying
|
||||
path: Objects/Person.cs
|
||||
startLine: 1963
|
||||
startLine: 2044
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -196,10 +196,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SittingLegsClose
|
||||
path: Objects/Person.cs
|
||||
startLine: 1968
|
||||
startLine: 2049
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -230,10 +230,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkingStanding
|
||||
path: Objects/Person.cs
|
||||
startLine: 1972
|
||||
startLine: 2053
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -264,10 +264,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorkingSitting
|
||||
path: Objects/Person.cs
|
||||
startLine: 1976
|
||||
startLine: 2057
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -298,10 +298,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Running
|
||||
path: Objects/Person.cs
|
||||
startLine: 1980
|
||||
startLine: 2061
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -16,10 +16,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WalkSpeedDelegate
|
||||
path: Objects/Person.cs
|
||||
startLine: 1930
|
||||
startLine: 2011
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -16,7 +16,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/PersonAi.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PersonAi
|
||||
path: Objects/PersonAi.cs
|
||||
startLine: 17
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ScreenObject
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 9
|
||||
|
@ -56,6 +56,7 @@ items:
|
|||
- TinyLife.Objects.BreakableFurniture.GetDescription
|
||||
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.Random
|
||||
- TinyLife.Objects.Furniture.OnGetDescription
|
||||
- TinyLife.Objects.Furniture.Type
|
||||
- TinyLife.Objects.Furniture.Rotation
|
||||
- TinyLife.Objects.Furniture.ParentFurniture
|
||||
|
@ -67,8 +68,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
||||
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
||||
- TinyLife.Objects.Furniture.IsStatic
|
||||
- TinyLife.Objects.Furniture.Creator
|
||||
- TinyLife.Objects.Furniture.Quality
|
||||
- TinyLife.Objects.Furniture.CanBeDirty
|
||||
- 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.Validate
|
||||
- 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.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- 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.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(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.Furniture,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.Furniture.NotifyNeighbors
|
||||
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -109,7 +117,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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)
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
|
@ -146,7 +154,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: ScreenContent
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 16
|
||||
|
@ -193,7 +201,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IsOn
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 22
|
||||
|
@ -230,7 +238,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 25
|
||||
|
@ -281,7 +289,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Draw
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 30
|
||||
|
@ -359,7 +367,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TurnOn
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 47
|
||||
|
@ -395,7 +403,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/ScreenObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: TurnOff
|
||||
path: Objects/ScreenObject.cs
|
||||
startLine: 54
|
||||
|
@ -780,6 +788,12 @@ references:
|
|||
name: Random
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Objects.Furniture.Type
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -846,6 +860,18 @@ references:
|
|||
name: IsStatic
|
||||
nameWithType: 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
|
||||
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -858,6 +884,12 @@ references:
|
|||
name: Dirty
|
||||
nameWithType: 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})
|
||||
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
|
||||
|
@ -1806,6 +1838,62 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1897,6 +1985,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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})
|
||||
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
|
||||
|
@ -2370,6 +2494,68 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
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
|
||||
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -2605,15 +2791,15 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.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)
|
||||
- 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,System.Boolean)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
name: 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)
|
||||
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)
|
||||
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, 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:
|
||||
- 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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2758,11 +2944,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.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
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
@ -2907,6 +3101,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -34,10 +34,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeakStyle
|
||||
path: Objects/Person.cs
|
||||
startLine: 2018
|
||||
startLine: 2099
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -79,10 +79,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Affirmative
|
||||
path: Objects/Person.cs
|
||||
startLine: 2022
|
||||
startLine: 2103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -111,10 +111,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Angry
|
||||
path: Objects/Person.cs
|
||||
startLine: 2023
|
||||
startLine: 2104
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -143,10 +143,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Annoyed
|
||||
path: Objects/Person.cs
|
||||
startLine: 2024
|
||||
startLine: 2105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -175,10 +175,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Bored
|
||||
path: Objects/Person.cs
|
||||
startLine: 2025
|
||||
startLine: 2106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -207,10 +207,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Childish
|
||||
path: Objects/Person.cs
|
||||
startLine: 2026
|
||||
startLine: 2107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -239,10 +239,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Confident
|
||||
path: Objects/Person.cs
|
||||
startLine: 2027
|
||||
startLine: 2108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -271,10 +271,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Confused
|
||||
path: Objects/Person.cs
|
||||
startLine: 2028
|
||||
startLine: 2109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -303,10 +303,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Demanding
|
||||
path: Objects/Person.cs
|
||||
startLine: 2029
|
||||
startLine: 2110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -335,10 +335,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Disagreeing
|
||||
path: Objects/Person.cs
|
||||
startLine: 2030
|
||||
startLine: 2111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -367,10 +367,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Excited
|
||||
path: Objects/Person.cs
|
||||
startLine: 2031
|
||||
startLine: 2112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -399,10 +399,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Happy
|
||||
path: Objects/Person.cs
|
||||
startLine: 2032
|
||||
startLine: 2113
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -431,10 +431,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Intrigued
|
||||
path: Objects/Person.cs
|
||||
startLine: 2033
|
||||
startLine: 2114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -463,10 +463,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Neutral
|
||||
path: Objects/Person.cs
|
||||
startLine: 2034
|
||||
startLine: 2115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -495,10 +495,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Questioning
|
||||
path: Objects/Person.cs
|
||||
startLine: 2035
|
||||
startLine: 2116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -527,10 +527,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Sad
|
||||
path: Objects/Person.cs
|
||||
startLine: 2036
|
||||
startLine: 2117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -559,10 +559,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Scared
|
||||
path: Objects/Person.cs
|
||||
startLine: 2037
|
||||
startLine: 2118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -591,10 +591,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Shocked
|
||||
path: Objects/Person.cs
|
||||
startLine: 2038
|
||||
startLine: 2119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -623,10 +623,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Person.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Thinking
|
||||
path: Objects/Person.cs
|
||||
startLine: 2039
|
||||
startLine: 2120
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
4308
api/TinyLife.Objects.UnfinishedWoodwork.yml
Normal file
4308
api/TinyLife.Objects.UnfinishedWoodwork.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -19,10 +19,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Visibility
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 541
|
||||
startLine: 557
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -54,10 +54,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WhenVisible
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 546
|
||||
startLine: 562
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -88,10 +88,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WhenVisibleExt
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 550
|
||||
startLine: 566
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -122,10 +122,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HideZoomedOut
|
||||
path: Objects/MapObject.cs
|
||||
startLine: 554
|
||||
startLine: 570
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -22,10 +22,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WornClothes
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 233
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -77,10 +77,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 240
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -122,10 +122,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Colors
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 247
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -165,10 +165,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FromStorage
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 252
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -208,10 +208,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 259
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -250,10 +250,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetColor
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 269
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -289,10 +289,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Objects/Clothes.cs
|
||||
startLine: 277
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -15,6 +15,7 @@ items:
|
|||
- TinyLife.Objects.CornerFurniture
|
||||
- TinyLife.Objects.CornerFurniture.Counter
|
||||
- TinyLife.Objects.Fence
|
||||
- TinyLife.Objects.Fireplace
|
||||
- TinyLife.Objects.Food
|
||||
- TinyLife.Objects.FoodTypedItem
|
||||
- TinyLife.Objects.Furniture
|
||||
|
@ -40,6 +41,7 @@ items:
|
|||
- TinyLife.Objects.PersonAi
|
||||
- TinyLife.Objects.ScreenObject
|
||||
- TinyLife.Objects.SpeakStyle
|
||||
- TinyLife.Objects.UnfinishedWoodwork
|
||||
- TinyLife.Objects.Visibility
|
||||
- TinyLife.Objects.WornClothes
|
||||
langs:
|
||||
|
@ -126,6 +128,11 @@ references:
|
|||
name: Fence
|
||||
nameWithType: 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
|
||||
commentId: T:TinyLife.Objects.Food
|
||||
parent: TinyLife.Objects
|
||||
|
@ -175,6 +182,7 @@ references:
|
|||
fullName: TinyLife.Objects.Light
|
||||
- uid: TinyLife.Objects.LightFurniture
|
||||
commentId: T:TinyLife.Objects.LightFurniture
|
||||
parent: TinyLife.Objects
|
||||
name: LightFurniture
|
||||
nameWithType: LightFurniture
|
||||
fullName: TinyLife.Objects.LightFurniture
|
||||
|
@ -270,6 +278,11 @@ references:
|
|||
name: ScreenObject
|
||||
nameWithType: 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
|
||||
commentId: N:TinyLife.Objects
|
||||
name: TinyLife.Objects
|
||||
|
|
|
@ -10,10 +10,12 @@ items:
|
|||
- TinyLife.Options.BrightnessIncrease
|
||||
- TinyLife.Options.CameraRotation
|
||||
- TinyLife.Options.CopyFurnitureKeybind
|
||||
- TinyLife.Options.DecreaseSpeedKeybind
|
||||
- TinyLife.Options.DisplayedHints
|
||||
- TinyLife.Options.Fullscreen
|
||||
- TinyLife.Options.GameSpeeds
|
||||
- TinyLife.Options.HideHangingObjects
|
||||
- TinyLife.Options.IncreaseSpeedKeybind
|
||||
- TinyLife.Options.Instance
|
||||
- TinyLife.Options.InteractKeybind
|
||||
- TinyLife.Options.Keybinds
|
||||
|
@ -24,13 +26,13 @@ items:
|
|||
- TinyLife.Options.RotateCameraKeybind
|
||||
- TinyLife.Options.RotateKeybind
|
||||
- TinyLife.Options.Save
|
||||
- TinyLife.Options.ScreenshotKeybind
|
||||
- TinyLife.Options.SellHeldObjectKeybind
|
||||
- TinyLife.Options.SoundVolume
|
||||
- TinyLife.Options.SpeechVolume
|
||||
- TinyLife.Options.StingVolume
|
||||
- TinyLife.Options.StoreInHouseholdKeybind
|
||||
- TinyLife.Options.SwitchPersonKeybind
|
||||
- TinyLife.Options.TakeScreenshotKeybind
|
||||
- TinyLife.Options.UiScale
|
||||
- TinyLife.Options.VSync
|
||||
- TinyLife.Options.WallDisplays
|
||||
|
@ -47,7 +49,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Options
|
||||
path: Options.cs
|
||||
startLine: 26
|
||||
|
@ -112,7 +114,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WallDisplays
|
||||
path: Options.cs
|
||||
startLine: 32
|
||||
|
@ -149,7 +151,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GameSpeeds
|
||||
path: Options.cs
|
||||
startLine: 36
|
||||
|
@ -186,7 +188,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Keybinds
|
||||
path: Options.cs
|
||||
startLine: 40
|
||||
|
@ -223,7 +225,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: Options.cs
|
||||
startLine: 44
|
||||
|
@ -262,7 +264,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: InteractKeybind
|
||||
path: Options.cs
|
||||
startLine: 48
|
||||
|
@ -305,7 +307,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MoveCameraKeybind
|
||||
path: Options.cs
|
||||
startLine: 50
|
||||
|
@ -348,7 +350,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CopyFurnitureKeybind
|
||||
path: Options.cs
|
||||
startLine: 52
|
||||
|
@ -391,7 +393,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StoreInHouseholdKeybind
|
||||
path: Options.cs
|
||||
startLine: 54
|
||||
|
@ -434,7 +436,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RotateKeybind
|
||||
path: Options.cs
|
||||
startLine: 56
|
||||
|
@ -477,7 +479,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SwitchPersonKeybind
|
||||
path: Options.cs
|
||||
startLine: 58
|
||||
|
@ -520,7 +522,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PauseGameKeybind
|
||||
path: Options.cs
|
||||
startLine: 60
|
||||
|
@ -548,23 +550,23 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Options.TakeScreenshotKeybind
|
||||
commentId: F:TinyLife.Options.TakeScreenshotKeybind
|
||||
id: TakeScreenshotKeybind
|
||||
- uid: TinyLife.Options.IncreaseSpeedKeybind
|
||||
commentId: F:TinyLife.Options.IncreaseSpeedKeybind
|
||||
id: IncreaseSpeedKeybind
|
||||
parent: TinyLife.Options
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TakeScreenshotKeybind
|
||||
nameWithType: Options.TakeScreenshotKeybind
|
||||
fullName: TinyLife.Options.TakeScreenshotKeybind
|
||||
name: IncreaseSpeedKeybind
|
||||
nameWithType: Options.IncreaseSpeedKeybind
|
||||
fullName: TinyLife.Options.IncreaseSpeedKeybind
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshotKeybind
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: IncreaseSpeedKeybind
|
||||
path: Options.cs
|
||||
startLine: 62
|
||||
assemblies:
|
||||
|
@ -574,13 +576,99 @@ items:
|
|||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public readonly Keybind TakeScreenshotKeybind
|
||||
public readonly Keybind IncreaseSpeedKeybind
|
||||
return:
|
||||
type: MLEM.Input.Keybind
|
||||
content.vb: >-
|
||||
<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:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
|
@ -606,10 +694,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SellHeldObjectKeybind
|
||||
path: Options.cs
|
||||
startLine: 64
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -649,10 +737,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RotateCameraKeybind
|
||||
path: Options.cs
|
||||
startLine: 66
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -692,10 +780,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisplayedHints
|
||||
path: Options.cs
|
||||
startLine: 73
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -737,10 +825,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WallMode
|
||||
path: Options.cs
|
||||
startLine: 81
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -774,10 +862,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Fullscreen
|
||||
path: Options.cs
|
||||
startLine: 96
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -817,10 +905,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: VSync
|
||||
path: Options.cs
|
||||
startLine: 101
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -860,10 +948,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Language
|
||||
path: Options.cs
|
||||
startLine: 107
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -903,10 +991,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: UiScale
|
||||
path: Options.cs
|
||||
startLine: 112
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -946,10 +1034,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SoundVolume
|
||||
path: Options.cs
|
||||
startLine: 117
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -989,10 +1077,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: WorldSoundVolume
|
||||
path: Options.cs
|
||||
startLine: 123
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1032,10 +1120,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: SpeechVolume
|
||||
path: Options.cs
|
||||
startLine: 129
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1075,13 +1163,15 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: StingVolume
|
||||
path: Options.cs
|
||||
startLine: 131
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
@ -1116,10 +1206,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AutoSaveIntervalSeconds
|
||||
path: Options.cs
|
||||
startLine: 137
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1159,10 +1249,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: KeyboardLighting
|
||||
path: Options.cs
|
||||
startLine: 143
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1202,10 +1292,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: CameraRotation
|
||||
path: Options.cs
|
||||
startLine: 150
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1245,10 +1335,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BrightnessIncrease
|
||||
path: Options.cs
|
||||
startLine: 155
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1288,10 +1378,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: HideHangingObjects
|
||||
path: Options.cs
|
||||
startLine: 161
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1331,10 +1421,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Apply
|
||||
path: Options.cs
|
||||
startLine: 169
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1363,10 +1453,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Save
|
||||
path: Options.cs
|
||||
startLine: 190
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -11,6 +11,7 @@ items:
|
|||
- TinyLife.PerSaveOptions.DisableAiSelected
|
||||
- TinyLife.PerSaveOptions.Instance
|
||||
- TinyLife.PerSaveOptions.Load(System.String)
|
||||
- TinyLife.PerSaveOptions.MaxRegularVisitors
|
||||
- TinyLife.PerSaveOptions.Save(System.String)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -23,10 +24,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PerSaveOptions
|
||||
path: Options.cs
|
||||
startLine: 216
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -88,10 +89,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Instance
|
||||
path: Options.cs
|
||||
startLine: 223
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -127,10 +128,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisableAiSelected
|
||||
path: Options.cs
|
||||
startLine: 229
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -170,10 +171,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisableAiHousehold
|
||||
path: Options.cs
|
||||
startLine: 234
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -213,10 +214,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AiImportantActions
|
||||
path: Options.cs
|
||||
startLine: 240
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -256,10 +257,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AiSkillBuilding
|
||||
path: Options.cs
|
||||
startLine: 246
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -284,6 +285,49 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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)
|
||||
commentId: M:TinyLife.PerSaveOptions.Save(System.String)
|
||||
id: Save(System.String)
|
||||
|
@ -299,10 +343,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Save
|
||||
path: Options.cs
|
||||
startLine: 251
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -334,10 +378,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Options.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Load
|
||||
path: Options.cs
|
||||
startLine: 259
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1144,6 +1188,16 @@ references:
|
|||
- uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)
|
||||
commentId: M:TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)
|
||||
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*
|
||||
commentId: Overload:TinyLife.PerSaveOptions.Save
|
||||
name: Save
|
||||
|
|
|
@ -9,7 +9,6 @@ items:
|
|||
- TinyLife.PersonalityType.Ambitious
|
||||
- TinyLife.PersonalityType.AmountPerPerson
|
||||
- TinyLife.PersonalityType.BoostedSkills
|
||||
- TinyLife.PersonalityType.BoostedSkillsModifier
|
||||
- TinyLife.PersonalityType.Creative
|
||||
- TinyLife.PersonalityType.DisallowedOthers
|
||||
- TinyLife.PersonalityType.Energetic
|
||||
|
@ -34,7 +33,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PersonalityType
|
||||
path: PersonalityType.cs
|
||||
startLine: 16
|
||||
|
@ -85,7 +84,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Types
|
||||
path: PersonalityType.cs
|
||||
startLine: 24
|
||||
|
@ -122,7 +121,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AmountPerPerson
|
||||
path: PersonalityType.cs
|
||||
startLine: 28
|
||||
|
@ -157,7 +156,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Lazy
|
||||
path: PersonalityType.cs
|
||||
startLine: 31
|
||||
|
@ -192,10 +191,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Energetic
|
||||
path: PersonalityType.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -227,10 +226,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Creative
|
||||
path: PersonalityType.cs
|
||||
startLine: 39
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -262,10 +261,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Likeable
|
||||
path: PersonalityType.cs
|
||||
startLine: 43
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -297,10 +296,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Mean
|
||||
path: PersonalityType.cs
|
||||
startLine: 47
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -332,10 +331,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Ambitious
|
||||
path: PersonalityType.cs
|
||||
startLine: 51
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -367,10 +366,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Thinker
|
||||
path: PersonalityType.cs
|
||||
startLine: 52
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -402,10 +401,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Introverted
|
||||
path: PersonalityType.cs
|
||||
startLine: 56
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -437,10 +436,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Extroverted
|
||||
path: PersonalityType.cs
|
||||
startLine: 57
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -472,10 +471,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Name
|
||||
path: PersonalityType.cs
|
||||
startLine: 67
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -507,10 +506,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Texture
|
||||
path: PersonalityType.cs
|
||||
startLine: 71
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -542,10 +541,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisallowedOthers
|
||||
path: PersonalityType.cs
|
||||
startLine: 75
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -577,21 +576,21 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: BoostedSkills
|
||||
path: PersonalityType.cs
|
||||
startLine: 80
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
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: []
|
||||
syntax:
|
||||
content: public SkillCategory BoostedSkills { get; set; }
|
||||
content: public (SkillCategory Skill, float Amount) BoostedSkills { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Skills.SkillCategory
|
||||
content.vb: Public Property BoostedSkills As SkillCategory
|
||||
type: System.ValueTuple{TinyLife.Skills.SkillCategory,System.Single}
|
||||
content.vb: Public Property BoostedSkills As(Skill As SkillCategory, Amount As Single)(Of SkillCategory , Single)
|
||||
overload: TinyLife.PersonalityType.BoostedSkills*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
@ -599,43 +598,6 @@ items:
|
|||
- set
|
||||
modifiers.vb:
|
||||
- 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[])
|
||||
commentId: M:TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])
|
||||
id: '#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.PersonalityType[])'
|
||||
|
@ -651,10 +613,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: PersonalityType.cs
|
||||
startLine: 93
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -696,10 +658,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Register
|
||||
path: PersonalityType.cs
|
||||
startLine: 104
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1294,34 +1256,128 @@ references:
|
|||
name: SkillCategory
|
||||
nameWithType: SkillCategory
|
||||
fullName: TinyLife.Skills.SkillCategory
|
||||
- uid: TinyLife.PersonalityType.BoostedSkillsModifier
|
||||
commentId: P:TinyLife.PersonalityType.BoostedSkillsModifier
|
||||
- uid: TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
||||
commentId: M:TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
||||
isExternal: true
|
||||
- uid: TinyLife.PersonalityType.BoostedSkills*
|
||||
commentId: Overload:TinyLife.PersonalityType.BoostedSkills
|
||||
name: BoostedSkills
|
||||
nameWithType: 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
|
||||
commentId: N:TinyLife.Skills
|
||||
name: TinyLife.Skills
|
||||
nameWithType: TinyLife.Skills
|
||||
fullName: TinyLife.Skills
|
||||
- uid: TinyLife.PersonalityType.BoostedSkills
|
||||
commentId: P:TinyLife.PersonalityType.BoostedSkills
|
||||
- uid: System.ValueTuple`2
|
||||
commentId: T:System.ValueTuple`2
|
||||
isExternal: true
|
||||
- uid: TinyLife.PersonalityType.BoostedSkillsModifier*
|
||||
commentId: Overload:TinyLife.PersonalityType.BoostedSkillsModifier
|
||||
name: BoostedSkillsModifier
|
||||
nameWithType: PersonalityType.BoostedSkillsModifier
|
||||
fullName: TinyLife.PersonalityType.BoostedSkillsModifier
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
name: (T1, T2)<T1, T2>
|
||||
nameWithType: (T1, T2)<T1, T2>
|
||||
fullName: System.ValueTuple<T1, T2>
|
||||
nameWithType.vb: (T1, T2)(Of T1, T2)
|
||||
fullName.vb: System.ValueTuple(Of T1, T2)
|
||||
name.vb: (T1, T2)(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
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*
|
||||
commentId: Overload:TinyLife.PersonalityType.#ctor
|
||||
name: PersonalityType
|
||||
|
|
|
@ -21,6 +21,7 @@ items:
|
|||
- TinyLife.Relationship.Partner
|
||||
- TinyLife.Relationship.PassiveFriendReduction
|
||||
- TinyLife.Relationship.PassiveRomanceReduction
|
||||
- TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
|
||||
- TinyLife.Relationship.RomanceLevel
|
||||
- TinyLife.Relationship.RomancePercentage
|
||||
- TinyLife.Relationship.Type
|
||||
|
@ -36,7 +37,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Relationship
|
||||
path: Relationship.cs
|
||||
startLine: 15
|
||||
|
@ -91,7 +92,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Max
|
||||
path: Relationship.cs
|
||||
startLine: 21
|
||||
|
@ -126,7 +127,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveFriendReduction
|
||||
path: Relationship.cs
|
||||
startLine: 25
|
||||
|
@ -161,7 +162,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: PassiveRomanceReduction
|
||||
path: Relationship.cs
|
||||
startLine: 29
|
||||
|
@ -196,7 +197,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: MaxRecentSocialsAmount
|
||||
path: Relationship.cs
|
||||
startLine: 34
|
||||
|
@ -231,7 +232,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: KnownPersonalityTypes
|
||||
path: Relationship.cs
|
||||
startLine: 41
|
||||
|
@ -276,7 +277,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: OtherPerson
|
||||
path: Relationship.cs
|
||||
startLine: 47
|
||||
|
@ -323,7 +324,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Partner
|
||||
path: Relationship.cs
|
||||
startLine: 53
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FriendLevel
|
||||
path: Relationship.cs
|
||||
startLine: 58
|
||||
|
@ -397,7 +398,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RomanceLevel
|
||||
path: Relationship.cs
|
||||
startLine: 67
|
||||
|
@ -434,7 +435,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: FriendPercentage
|
||||
path: Relationship.cs
|
||||
startLine: 80
|
||||
|
@ -471,7 +472,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RomancePercentage
|
||||
path: Relationship.cs
|
||||
startLine: 84
|
||||
|
@ -508,7 +509,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Type
|
||||
path: Relationship.cs
|
||||
startLine: 88
|
||||
|
@ -545,7 +546,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: DisplayString
|
||||
path: Relationship.cs
|
||||
startLine: 103
|
||||
|
@ -582,7 +583,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Genealogy
|
||||
path: Relationship.cs
|
||||
startLine: 110
|
||||
|
@ -625,7 +626,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Dating
|
||||
path: Relationship.cs
|
||||
startLine: 115
|
||||
|
@ -668,7 +669,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: .ctor
|
||||
path: Relationship.cs
|
||||
startLine: 132
|
||||
|
@ -713,7 +714,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetSocialEffectiveness
|
||||
path: Relationship.cs
|
||||
startLine: 145
|
||||
|
@ -752,7 +753,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GetRecentSocialAmount
|
||||
path: Relationship.cs
|
||||
startLine: 155
|
||||
|
@ -791,7 +792,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: AddRecentSocial
|
||||
path: Relationship.cs
|
||||
startLine: 165
|
||||
|
@ -827,7 +828,7 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Validate
|
||||
path: Relationship.cs
|
||||
startLine: 177
|
||||
|
@ -851,6 +852,45 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- 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:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
@ -1533,3 +1573,8 @@ references:
|
|||
name: Validate
|
||||
nameWithType: Relationship.Validate
|
||||
fullName: TinyLife.Relationship.Validate
|
||||
- uid: TinyLife.Relationship.ResetToStatic*
|
||||
commentId: Overload:TinyLife.Relationship.ResetToStatic
|
||||
name: ResetToStatic
|
||||
nameWithType: Relationship.ResetToStatic
|
||||
fullName: TinyLife.Relationship.ResetToStatic
|
||||
|
|
|
@ -21,10 +21,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: RelationshipType
|
||||
path: Relationship.cs
|
||||
startLine: 193
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -56,10 +56,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Enemies
|
||||
path: Relationship.cs
|
||||
startLine: 198
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -90,10 +90,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Disliked
|
||||
path: Relationship.cs
|
||||
startLine: 202
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -124,10 +124,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Acquaintances
|
||||
path: Relationship.cs
|
||||
startLine: 206
|
||||
startLine: 226
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -158,10 +158,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: Friends
|
||||
path: Relationship.cs
|
||||
startLine: 210
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -192,10 +192,10 @@ items:
|
|||
remote:
|
||||
path: TinyLife/Relationship.cs
|
||||
branch: master
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
|
||||
id: GoodFriends
|
||||
path: Relationship.cs
|
||||
startLine: 214
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue