This commit is contained in:
Ell 2022-11-12 13:53:28 +01:00
parent 85d475ea89
commit 9b2ca1990c
153 changed files with 66210 additions and 66734 deletions

View file

@ -1,3 +1,43 @@
# 0.27.0
![](media/changelog/0.27.0.png)
> Trashy Techie Library
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/450800/0270-trashy-techie-library) or [on Steam](https://store.steampowered.com/news/app/1651490/view/5453324100721557422).
Additions
- Added a double-sided bookshelf, a book cart, a small indoor trash can, an outdoor wheelie bin, a vertical planter box, and a simple nightstand
- Added a library lot type with a librarian Tiny, as well as the Maple Plains Library by Vortis
- Added the techie personality type
- Added the ability to take out the trash from indoor trash cans
- Added a lot more emote images
- Added the ability to short-press the right mouse button to rotate objects
Improvements
- Display particles when children are playing in the sandbox
- Display smoke particles when someone is angry
- Display particles when using a sink
- Display an "Are You Sure" panel when changing lot types if there's staff on the lot
- Made roofs have a maximum size so that they don't cause issues on big lots
- Made some food types more friendly to other diets
- Slightly improved the espresso machine's steam wand texture
- Children now gain skills at school based on an internal schedule
- Force residential lots to have outdoor trash cans on them (they have to be added upon first entering build mode after this update)
Fixes
- Fixed skill books giving skill points while still walking with the book
- Fixed an exception when a food item gets removed while someone is eating it
- Fixed being able to attempt to kiss strangers
- Fixed households not being removed properly when everyone dies, causing issues later on
- Fixed some ground items (like books and gravestones) being non-walkable, causing Tinies to get stuck
- Fixed some static objects not being drawn properly after the map is updated to a new version
- Fixed a possible stall when a map is updated with custom lots present
API
- Added the ability to specify clothes depths based on the layer
- Archive projects instead of fully removing them when they don't pay out anymore
- Removed TypelessAction in favor of allowing normal actions to be typeless
# 0.26.0 # 0.26.0
> Lights, Camera, Music > Lights, Camera, Music

View file

@ -3,16 +3,53 @@
"TinyLife.Actions": "TinyLife.Actions.yml", "TinyLife.Actions": "TinyLife.Actions.yml",
"TinyLife.Actions.": "TinyLife.Actions..yml", "TinyLife.Actions.": "TinyLife.Actions..yml",
"TinyLife.Actions.Action": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.ElapsedTime": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Actions.Action.yml",
"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.yml",
"TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,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,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.ForceResult": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FullyInProgress": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Info": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Initialize": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.InProgressTime": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.IsCompleted": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Map": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Parent": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Person": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.PlayerPromptOpen": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Random": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.StartedAutomatically": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml",
@ -51,7 +88,9 @@
"TinyLife.Actions.ActionType.AskAboutComputerSpecs": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutComputerSpecs": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutDay": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutDay": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutFamilyWellbeing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutFamilyWellbeing": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutFictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutGamingRig": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutGamingRig": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskMedicalHistory": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskMedicalHistory": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskToCook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToCook": "TinyLife.Actions.ActionType.yml",
@ -63,6 +102,7 @@
"TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BoastAboutPagesWritten": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BoastAboutPagesWritten": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BragAboutComputer": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BreakUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BreakUp": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BrewCoffee": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BrewCoffee": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BribeForFriendship": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BribeForFriendship": "TinyLife.Actions.ActionType.yml",
@ -110,6 +150,8 @@
"TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Die": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Die": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DiscussFineDining": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DiscussFineDining": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DiscussHomeAutomation": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DiscussNpP": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DiscussWorkoutRegimen": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DiscussWorkoutRegimen": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.DoHomework": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DoHomework": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Drive": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Drive": "TinyLife.Actions.ActionType.yml",
@ -144,6 +186,7 @@
"TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasChairOrIsStandingDesk(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HasSpaceInHousehold(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyHomeSmarter": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.InviteToHousehold": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.InviteToHousehold": "TinyLife.Actions.ActionType.yml",
@ -161,6 +204,7 @@
"TinyLife.Actions.ActionType.JokeAboutAsexuality": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutAsexuality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutFamilyGatherings": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutFamilyGatherings": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutOwnUnemployment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutOwnUnemployment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutSmartHome": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutTrees": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutTrees": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml",
@ -240,6 +284,7 @@
"TinyLife.Actions.ActionType.Store": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Store": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.StudyBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.StudyBook": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeFromFridge": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TakeFromFridge": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeOutTrash": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeShower": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TakeShower": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Talk": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Talk": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TalkAboutCartoons": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutCartoons": "TinyLife.Actions.ActionType.yml",
@ -325,6 +370,7 @@
"TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.ActionVariety.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})": "TinyLife.Actions.ActionVariety.yml",
"TinyLife.Actions.BehaviorAction`1": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorAction`1.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorAction`1.Behavior": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1.Behavior": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorAction`1.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.BehaviorAction-1.yml",
@ -335,6 +381,7 @@
"TinyLife.Actions.BehaviorAction`1.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorAction`1.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorAction-1.yml", "TinyLife.Actions.BehaviorAction`1.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
@ -432,25 +479,26 @@
"TinyLife.Actions.GoHereAction.CreateFirstActions": "TinyLife.Actions.GoHereAction.yml", "TinyLife.Actions.GoHereAction.CreateFirstActions": "TinyLife.Actions.GoHereAction.yml",
"TinyLife.Actions.Handlers": "TinyLife.Actions.Handlers.yml", "TinyLife.Actions.Handlers": "TinyLife.Actions.Handlers.yml",
"TinyLife.Actions.Handlers.MultiActionHandler": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Actions": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Actions": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction},System.Boolean)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.MultiActionHandler.yml", "TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.MultiActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Action": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml", "TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.IBehaviorAction`1": "TinyLife.Actions.IBehaviorAction-1.yml", "TinyLife.Actions.IBehaviorAction`1": "TinyLife.Actions.IBehaviorAction-1.yml",
"TinyLife.Actions.IBehaviorAction`1.Behavior": "TinyLife.Actions.IBehaviorAction-1.yml", "TinyLife.Actions.IBehaviorAction`1.Behavior": "TinyLife.Actions.IBehaviorAction-1.yml",
"TinyLife.Actions.MultiAction": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenIsCompleted": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.AndThenIsCompleted": "TinyLife.Actions.MultiAction.yml",
@ -592,6 +640,7 @@
"TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RequiredJob": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RequiredJob": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed": "TinyLife.Actions.TalkAction.TalkSettings.yml",
@ -616,15 +665,6 @@
"TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.IsMain": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.Partner": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.PartnerSocialAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.PartnerTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.SocialParent": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.SocialTypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
@ -640,48 +680,6 @@
"TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry": "TinyLife.Actions.Typeless.TryGoHereAction.yml", "TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TryGoHereAction.yml", "TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TryGoHereAction.yml", "TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TypelessAction": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.ForceResult": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Initialize": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.InProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsCompleted": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Parent": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Person": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml", "TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml", "TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml", "TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml",
@ -757,6 +755,7 @@
"TinyLife.Emotions.EmotionModifier.BadCreation": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BadCreation": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadCreationAngry": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BadCreationAngry": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadFood": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BadFood": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadLibraryInfo": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadStudyBook": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BadStudyBook": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BadTeammates": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BadTeammates": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.BeenAdopted": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.BeenAdopted": "TinyLife.Emotions.EmotionModifier.yml",
@ -796,6 +795,7 @@
"TinyLife.Emotions.EmotionModifier.Fired": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Fired": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FirstKiss": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FirstKiss": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FitnessLevelUp": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FitnessLevelUp": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FocusingSkillBook": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FocusingSkillBook": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FoolAroundFail": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FoolAroundFail": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.FoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml",
@ -820,6 +820,7 @@
"TinyLife.Emotions.EmotionModifier.Icon": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Icon": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiredByPride": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiredByPride": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringIdeas": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiringIdeas": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringPlaying": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiringPlaying": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.InspiringSkillBook": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.InspiringSkillBook": "TinyLife.Emotions.EmotionModifier.yml",
"TinyLife.Emotions.EmotionModifier.Instance": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance": "TinyLife.Emotions.EmotionModifier.Instance.yml",
@ -1106,7 +1107,7 @@
"TinyLife.Goals.Job.RequiredPromotionPerformance": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.RequiredPromotionPerformance": "TinyLife.Goals.Job.yml",
"TinyLife.Goals.Job.Type": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Type": "TinyLife.Goals.Job.yml",
"TinyLife.Goals.Job.Update(System.TimeSpan)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Update(System.TimeSpan)": "TinyLife.Goals.Job.yml",
"TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.Job.yml",
"TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Job.yml",
"TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml",
@ -1144,6 +1145,7 @@
"TinyLife.Goals.JobType.Teacher": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Teacher": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.Types": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Types": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.JobType.WorkHours": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.WorkHours": "TinyLife.Goals.JobType.yml",
"TinyLife.Goals.LifeGoal": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal": "TinyLife.Goals.LifeGoal.yml",
"TinyLife.Goals.LifeGoal.#ctor(System.String,TinyLife.PersonalityType,TinyLife.Goals.GoalSetInfo[])": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.#ctor(System.String,TinyLife.PersonalityType,TinyLife.Goals.GoalSetInfo[])": "TinyLife.Goals.LifeGoal.yml",
@ -1199,6 +1201,7 @@
"TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.SocialAction": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.SocialAction": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.Types": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.Types": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.UsedFurniture": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.UsedSkillCategory": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.UsedSkillCategory": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.WasOutside": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.WasOutside": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
@ -1216,6 +1219,7 @@
"TinyLife.Goals.Project.ActionSettings.RequiredAges": "TinyLife.Goals.Project.ActionSettings.yml", "TinyLife.Goals.Project.ActionSettings.RequiredAges": "TinyLife.Goals.Project.ActionSettings.yml",
"TinyLife.Goals.Project.ActionSettings.RequiredSkill": "TinyLife.Goals.Project.ActionSettings.yml", "TinyLife.Goals.Project.ActionSettings.RequiredSkill": "TinyLife.Goals.Project.ActionSettings.yml",
"TinyLife.Goals.Project.ActionSettings.Type": "TinyLife.Goals.Project.ActionSettings.yml", "TinyLife.Goals.Project.ActionSettings.Type": "TinyLife.Goals.Project.ActionSettings.yml",
"TinyLife.Goals.Project.Archived": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Completed": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Completed": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.DailyPay": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.DailyPay": "TinyLife.Goals.Project.yml",
@ -1225,8 +1229,8 @@
"TinyLife.Goals.Project.Name": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Name": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.OnCompleted": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.OnCompleted": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.OnNewDay": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.OnNewDay": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.Action{TinyLife.Goals.Project},System.String)": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action,System.String,System.Action{TinyLife.Goals.Project},System.String)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.String,System.Action)": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action,System.String,System.String,System.Action)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Progress": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Progress": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Quality": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Quality": "TinyLife.Goals.Project.yml",
@ -1238,6 +1242,8 @@
"TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.StudentJobType.yml",
"TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)": "TinyLife.Goals.StudentJobType.yml",
"TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)": "TinyLife.Goals.StudentJobType.yml",
"TinyLife.Goals.StudentJobType.Schedule": "TinyLife.Goals.StudentJobType.yml",
"TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.StudentJobType.yml",
"TinyLife.Goals.TimedGoal": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.GetDisplayedProgress": "TinyLife.Goals.TimedGoal.yml", "TinyLife.Goals.TimedGoal.GetDisplayedProgress": "TinyLife.Goals.TimedGoal.yml",
@ -1530,7 +1536,7 @@
"TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml",
@ -1545,6 +1551,7 @@
"TinyLife.Objects.FurnitureType.BigRocks": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BigRocks": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BookCart": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BridgeBorderEnd": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderEnd": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BridgeBorderSegment": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderSegment": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BridgeBorderStart": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderStart": "TinyLife.Objects.FurnitureType.yml",
@ -1553,7 +1560,7 @@
"TinyLife.Objects.FurnitureType.CafeSign": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CafeSign": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ChildStove": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ChildStove": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ColorfulCandles": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ColorfulCandles": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CountryFence": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CountryFence": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.CustomPainting": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CustomPainting": "TinyLife.Objects.FurnitureType.yml",
@ -1650,10 +1657,12 @@
"TinyLife.Objects.FurnitureType.SimpleChair": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleChair": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleCounter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleCounter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDesk": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleDesk": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleDrawer": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleDrawer": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleEasel": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleEasel": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleLowTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleLowTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleNightstand": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleOpenShower": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleOpenShower": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimplePicnicTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimplePicnicTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SimpleShower": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SimpleShower": "TinyLife.Objects.FurnitureType.yml",
@ -1678,6 +1687,7 @@
"TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquareIndoorTrashCan": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.StandingCoatRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingCoatRack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml",
@ -1695,6 +1705,7 @@
"TinyLife.Objects.FurnitureType.TraditionalBedsideLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalBedsideLamp": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TraditionalCounter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalCounter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TraditionalFireplace": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalFireplace": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TrashBag": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.TreeStumps": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TreeStumps": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Types": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Types": "TinyLife.Objects.FurnitureType.yml",
@ -1738,6 +1749,8 @@
"TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Vases": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Vases": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.VerticalPlanter": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WheelieBin": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.WoodenPowerPole": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WoodenPowerPole": "TinyLife.Objects.FurnitureType.yml",
@ -1918,6 +1931,7 @@
"TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)": "TinyLife.Objects.ObjectSpot.yml", "TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.IsFurnitureAllowed": "TinyLife.Objects.ObjectSpot.yml", "TinyLife.Objects.ObjectSpot.IsFurnitureAllowed": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ObjectSpot.yml", "TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single)": "TinyLife.Objects.ObjectSpot.yml", "TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.TreeSpots(System.Single)": "TinyLife.Objects.ObjectSpot.yml", "TinyLife.Objects.ObjectSpot.TreeSpots(System.Single)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.Outfit": "TinyLife.Objects.Outfit.yml", "TinyLife.Objects.Outfit": "TinyLife.Objects.Outfit.yml",
@ -2173,10 +2187,15 @@
"TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml",
"TinyLife.Objects.TrashBag": "TinyLife.Objects.TrashBag.yml",
"TinyLife.Objects.TrashBag.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.TrashBag.yml",
"TinyLife.Objects.TrashBag.Content": "TinyLife.Objects.TrashBag.yml",
"TinyLife.Objects.TrashBag.Validate": "TinyLife.Objects.TrashBag.yml",
"TinyLife.Objects.TrashCan": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,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.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,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.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.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.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml",
@ -2327,6 +2346,7 @@
"TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Register(TinyLife.PersonalityType)": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.SmartKid": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.SourceString": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Techie": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Texture": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Texture": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Thinker": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Thinker": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.TypeCategory": "TinyLife.PersonalityType.TypeCategory.yml", "TinyLife.PersonalityType.TypeCategory": "TinyLife.PersonalityType.TypeCategory.yml",
@ -2507,12 +2527,12 @@
"TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate": "TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml", "TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate": "TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml",
"TinyLife.Tools.FurniturePlacer.GetMouseCursor": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.GetMouseCursor": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.HighlightSelectedObject": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.OnGetCustomPrice": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.OnGetCustomPrice": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedColors": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedColors": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.UnselectFurniture": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.UnselectFurniture": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml",
@ -2521,7 +2541,7 @@
"TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml",
"TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml", "TinyLife.Tools.FurnitureTool.Tab": "TinyLife.Tools.FurnitureTool.Tab.yml",
"TinyLife.Tools.FurnitureTool.Tab.All": "TinyLife.Tools.FurnitureTool.Tab.yml", "TinyLife.Tools.FurnitureTool.Tab.All": "TinyLife.Tools.FurnitureTool.Tab.yml",
"TinyLife.Tools.FurnitureTool.Tab.Bathroom": "TinyLife.Tools.FurnitureTool.Tab.yml", "TinyLife.Tools.FurnitureTool.Tab.Bathroom": "TinyLife.Tools.FurnitureTool.Tab.yml",
@ -2542,7 +2562,7 @@
"TinyLife.Tools.LotTool.CanUndoRedo": "TinyLife.Tools.LotTool.yml", "TinyLife.Tools.LotTool.CanUndoRedo": "TinyLife.Tools.LotTool.yml",
"TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.LotTool.yml", "TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.LotTool.yml",
"TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.LotTool.yml", "TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.LotTool.yml",
"TinyLife.Tools.LotTool.ShouldHighlightSelectedObject": "TinyLife.Tools.LotTool.yml", "TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.LotTool.yml",
"TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.LotTool.yml", "TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.LotTool.yml",
"TinyLife.Tools.MoveLotTool": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveLotTool.#ctor": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.#ctor": "TinyLife.Tools.MoveLotTool.yml",
@ -2552,7 +2572,7 @@
"TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveLotTool.GetMouseCursor": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.GetMouseCursor": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveLotTool.Opened": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.Opened": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveLotTool.yml", "TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveLotTool.yml",
"TinyLife.Tools.MoveTool": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.#ctor": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.#ctor": "TinyLife.Tools.MoveTool.yml",
@ -2565,14 +2585,14 @@
"TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml",
"TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.#ctor": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.#ctor": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.OpeningTool.yml", "TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.OpeningTool.yml",
"TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml",
"TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml",
@ -2600,7 +2620,7 @@
"TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof,TinyLife.Tools.UndoableAction,System.Nullable{Microsoft.Xna.Framework.Rectangle})": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Misc.RectangleF,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Misc.RectangleF,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
@ -2613,7 +2633,7 @@
"TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.GetMouseOffsetForCameraRotation": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.GetMouseOffsetForCameraRotation": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RoofTool.yml",
"TinyLife.Tools.TileTool": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.#ctor": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.#ctor": "TinyLife.Tools.TileTool.yml",
@ -2622,7 +2642,7 @@
"TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.ShouldHighlightSelectedObject": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.TileTool.yml", "TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.TileTool.yml",
"TinyLife.Tools.Tool": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)": "TinyLife.Tools.Tool.yml",
@ -2658,7 +2678,7 @@
"TinyLife.Tools.Tool.RemoveTool": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.RemoveTool": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.SelectedObject": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.SelectedObject": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.SelectedWall": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.SelectedWall": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.ShouldHighlightSelectedObject": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.Texture": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Texture": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.Tool.yml",
"TinyLife.Tools.UndoableAction": "TinyLife.Tools.UndoableAction.yml", "TinyLife.Tools.UndoableAction": "TinyLife.Tools.UndoableAction.yml",
@ -2678,14 +2698,14 @@
"TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallpaperTool.yml", "TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallpaperTool.yml",
"TinyLife.Tools.WallTool": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.#ctor": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.#ctor": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.CanUndoRedo": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.CanUndoRedo": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.GetMouseCursor": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.GetMouseCursor": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.ShouldHighlightSelectedObject": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallTool.yml",
"TinyLife.Tools.WallTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallTool.yml", "TinyLife.Tools.WallTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallTool.yml",
"TinyLife.Uis": "TinyLife.Uis.yml", "TinyLife.Uis": "TinyLife.Uis.yml",
"TinyLife.Uis.CharacterCreator": "TinyLife.Uis.CharacterCreator.yml", "TinyLife.Uis.CharacterCreator": "TinyLife.Uis.CharacterCreator.yml",
@ -2783,12 +2803,14 @@
"TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Pastel": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Plants": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Plants": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.RetroAppliances": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.RetroAppliances": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.RetroTv": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Rugs": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.SimpleWood": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.SimpleWood": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Skin": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Skin": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.System#Collections#IEnumerable#GetEnumerator": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.System#Collections#IEnumerable#GetEnumerator": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Thatch": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Thatch": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.TrashCanTypes": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml", "TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml",
@ -2836,14 +2858,17 @@
"TinyLife.Utilities.TextureHandler.AccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.AccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.CursorTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.CursorTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.EmoteTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.FacialHairTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.FacialHairTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.FurnitureTextures": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.FurnitureTextures": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.HairsTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.HairsTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.LightTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.LightTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.MenuBackground(System.Int32,System.Int32,System.Int32,System.Int32)": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.OpeningTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.OpeningTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.PantsTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.PantsTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.ParticleTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.PersonTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.PersonTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.RoofTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.RoofTexture": "TinyLife.Utilities.TextureHandler.yml",
"TinyLife.Utilities.TextureHandler.ShoesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.ShoesTexture": "TinyLife.Utilities.TextureHandler.yml",
@ -2980,6 +3005,7 @@
"TinyLife.World.LotType.Icon": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Icon": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.IsResidential": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.IsResidential": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.KidsPlayground": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.KidsPlayground": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.Library": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.Name": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Name": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.Park": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Park": "TinyLife.World.LotType.yml",
"TinyLife.World.LotType.Register(TinyLife.World.LotType)": "TinyLife.World.LotType.yml", "TinyLife.World.LotType.Register(TinyLife.World.LotType)": "TinyLife.World.LotType.yml",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionVariety id: ActionVariety
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 17 startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -90,7 +90,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 22 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedConstructorArguments id: AddedConstructorArguments
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 27 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -156,7 +156,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 33 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 39 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -222,7 +222,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 44 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -255,7 +255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 49 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -288,7 +288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout id: CustomLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 55 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -321,7 +321,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 62 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -363,7 +363,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 72 startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -405,7 +405,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 78 startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -441,7 +441,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 84 startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -476,7 +476,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted id: CanBeExecuted
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 95 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -518,7 +518,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority id: GetPassivePriority
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 111 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -557,7 +557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople id: FreePeople
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 123 startLine: 122
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -604,7 +604,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture id: StoredFurniture
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 141 startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -651,7 +651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout id: ImageLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 157 startLine: 156
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -698,7 +698,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout id: PortraitLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 176 startLine: 175
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior id: ActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 15 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -78,7 +78,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 20 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -113,11 +113,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 26 startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nReturns whether this action behavior is fully in progress.\nThis is the action behavior version of <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nReturns whether this action behavior is fully in progress.\nThis is the action behavior version of <xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual bool FullyInProgress { get; } content: public virtual bool FullyInProgress { get; }
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 33 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -188,7 +188,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 41 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -222,7 +222,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 50 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -266,7 +266,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 58 startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -303,7 +303,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 69 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -344,11 +344,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 78 startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual void OnCompleted(CompletionType completion) content: public virtual void OnCompleted(CompletionType completion)
@ -382,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 86 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -423,7 +423,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance id: CreateDefaultInstance
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 98 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -965,12 +965,12 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress - uid: TinyLife.Actions.Action.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress commentId: P:TinyLife.Actions.Action.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: FullyInProgress name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress
- uid: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress* - uid: TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress*
commentId: Overload:TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress commentId: Overload:TinyLife.Actions.Behaviors.ActionBehavior.FullyInProgress
name: FullyInProgress name: FullyInProgress
@ -983,17 +983,6 @@ references:
name: Boolean name: Boolean
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
- uid: TinyLife.Actions.Typeless.TypelessAction
commentId: T:TinyLife.Actions.Typeless.TypelessAction
parent: TinyLife.Actions.Typeless
name: TypelessAction
nameWithType: TypelessAction
fullName: TinyLife.Actions.Typeless.TypelessAction
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action) - uid: TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
@ -1236,17 +1225,17 @@ references:
name: CanMultitask name: CanMultitask
nameWithType: ActionBehavior.CanMultitask nameWithType: ActionBehavior.CanMultitask
fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask fullName: TinyLife.Actions.Behaviors.ActionBehavior.CanMultitask
- uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: OnCompleted(CompletionType) name: OnCompleted(CompletionType)
nameWithType: TypelessAction.OnCompleted(CompletionType) nameWithType: Action.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted name: OnCompleted
nameWithType: TypelessAction.OnCompleted nameWithType: Action.OnCompleted
fullName: TinyLife.Actions.Typeless.TypelessAction.OnCompleted fullName: TinyLife.Actions.Action.OnCompleted
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -1258,10 +1247,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name: OnCompleted name: OnCompleted
nameWithType: TypelessAction.OnCompleted nameWithType: Action.OnCompleted
fullName: TinyLife.Actions.Typeless.TypelessAction.OnCompleted fullName: TinyLife.Actions.Action.OnCompleted
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -201,7 +201,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void OnCompleted(CompletionType completion) content: public override void OnCompleted(CompletionType completion)

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior id: GetAndSitDownBehavior
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 15 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 28 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -130,7 +130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 35 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 92 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -203,7 +203,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 105 startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -248,7 +248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 124 startLine: 123
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -286,7 +286,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 129 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -328,7 +328,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem id: GetInteractingItem
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 145 startLine: 144
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -371,7 +371,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction id: GetInteractingItemForAction
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 171 startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionBehavior id: MultiActionBehavior
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 112 startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -86,7 +86,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 115 startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -122,18 +122,18 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 125 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public abstract IEnumerable<TypelessAction> CreateFirstActions() content: public abstract IEnumerable<Action> CreateFirstActions()
return: return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: '' description: ''
content.vb: Public MustOverride Function CreateFirstActions As IEnumerable(Of TypelessAction) content.vb: Public MustOverride Function CreateFirstActions As IEnumerable(Of Action)
overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions* overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions*
modifiers.csharp: modifiers.csharp:
- public - public
@ -159,18 +159,18 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions id: CreateLastActions
path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs path: ../TinyLife/Actions/Behaviors/ActionBehavior.cs
startLine: 132 startLine: 131
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCreates a set of actions that should be executed after the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> finished.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateLastActions\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a set of actions that should be executed after the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> finished.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateLastActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual IEnumerable<TypelessAction> CreateLastActions() content: public virtual IEnumerable<Action> CreateLastActions()
return: return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: '' description: ''
content.vb: Public Overridable Function CreateLastActions As IEnumerable(Of TypelessAction) content.vb: Public Overridable Function CreateLastActions As IEnumerable(Of Action)
overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions* overload: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions*
modifiers.csharp: modifiers.csharp:
- public - public
@ -931,16 +931,16 @@ references:
name: CreateFirstActions name: CreateFirstActions
nameWithType: MultiActionBehavior.CreateFirstActions nameWithType: MultiActionBehavior.CreateFirstActions
fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions fullName: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<TypelessAction> name: IEnumerable<Action>
nameWithType: IEnumerable<TypelessAction> nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Typeless.TypelessAction> fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of TypelessAction) nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of TypelessAction) name.vb: IEnumerable(Of Action)
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
@ -950,10 +950,10 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: '>' - name: '>'
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
@ -966,10 +966,10 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnBehavior id: PickUpOrSpawnBehavior
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 13 startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 27 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -134,18 +134,18 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 34 startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override IEnumerable<TypelessAction> CreateFirstActions() content: public override IEnumerable<Action> CreateFirstActions()
return: return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: '' description: ''
content.vb: Public Overrides Function CreateFirstActions As IEnumerable(Of TypelessAction) content.vb: Public Overrides Function CreateFirstActions As IEnumerable(Of Action)
overridden: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions overridden: TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
overload: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions* overload: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions*
modifiers.csharp: modifiers.csharp:
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs path: ../TinyLife/Actions/Behaviors/PickUpOrSpawnBehavior.cs
startLine: 48 startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -1142,16 +1142,16 @@ references:
name: CreateFirstActions name: CreateFirstActions
nameWithType: PickUpOrSpawnBehavior.CreateFirstActions nameWithType: PickUpOrSpawnBehavior.CreateFirstActions
fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions fullName: TinyLife.Actions.Behaviors.PickUpOrSpawnBehavior.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<TypelessAction> name: IEnumerable<Action>
nameWithType: IEnumerable<TypelessAction> nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Typeless.TypelessAction> fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of TypelessAction) nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of TypelessAction) name.vb: IEnumerable(Of Action)
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
@ -1161,10 +1161,10 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: '>' - name: '>'
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
@ -1177,10 +1177,10 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBehavior id: ReadBehavior
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 10 startLine: 9
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -81,11 +81,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress id: FullyInProgress
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 13 startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nReturns whether this action behavior is fully in progress.\nThis is the action behavior version of <xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nReturns whether this action behavior is fully in progress.\nThis is the action behavior version of <xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override bool FullyInProgress { get; } content: public override bool FullyInProgress { get; }
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 16 startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 19 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -208,7 +208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs path: ../TinyLife/Actions/Behaviors/ReadBehavior.cs
startLine: 27 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior id: SinkBehavior
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 15 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 20 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 23 startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -154,7 +154,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 30 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -199,11 +199,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
startLine: 42 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void OnCompleted(CompletionType completion) content: public override void OnCompleted(CompletionType completion)

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior id: WorkAtDeskObjectBehavior
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 15 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 18 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 21 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -156,7 +156,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 40 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: ../TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 53 startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors

File diff suppressed because it is too large Load diff

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote id: Emote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 14 startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -71,7 +71,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories id: AllCategories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 19 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 55 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -143,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 59 startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 66 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -217,7 +217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote id: GetRandomEmote
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 76 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -258,7 +258,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes id: GetEmotes
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 85 startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -299,7 +299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 100 startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 117 startLine: 136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -69,7 +69,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General id: General
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 123 startLine: 142
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -103,7 +103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel id: Travel
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 127 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 131 startLine: 150
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -171,7 +171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty id: Flirty
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 135 startLine: 154
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -205,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable id: Unable
path: ../TinyLife/Actions/Emote.cs path: ../TinyLife/Actions/Emote.cs
startLine: 139 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

@ -5,13 +5,13 @@ items:
id: MultiActionHandler id: MultiActionHandler
parent: TinyLife.Actions.Handlers parent: TinyLife.Actions.Handlers
children: children:
- TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) - TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Handlers.MultiActionHandler.Actions - TinyLife.Actions.Handlers.MultiActionHandler.Actions
- TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction},System.Boolean) - TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)
- TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted - TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
- TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
- vb - vb
@ -26,11 +26,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler id: MultiActionHandler
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 14 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nA multi action handler is a handler that is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref>, which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction%2cTinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n" summary: "\nA multi action handler is a handler that is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref>, which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action%2cTinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 21 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -91,14 +91,14 @@ items:
content: >- content: >-
[DataMember] [DataMember]
public Queue<TypelessAction> Actions { get; } public Queue<Action> Actions { get; }
parameters: [] parameters: []
return: return:
type: System.Collections.Generic.Queue{TinyLife.Actions.Typeless.TypelessAction} type: System.Collections.Generic.Queue{TinyLife.Actions.Action}
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public ReadOnly Property Actions As Queue(Of TypelessAction) Public ReadOnly Property Actions As Queue(Of Action)
overload: TinyLife.Actions.Handlers.MultiActionHandler.Actions* overload: TinyLife.Actions.Handlers.MultiActionHandler.Actions*
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
@ -110,16 +110,16 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- ReadOnly - ReadOnly
- uid: TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) - uid: TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.#ctor(TinyLife.Actions.Action)
id: '#ctor(TinyLife.Actions.Typeless.TypelessAction)' id: '#ctor(TinyLife.Actions.Action)'
parent: TinyLife.Actions.Handlers.MultiActionHandler parent: TinyLife.Actions.Handlers.MultiActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: MultiActionHandler(TypelessAction) name: MultiActionHandler(Action)
nameWithType: MultiActionHandler.MultiActionHandler(TypelessAction) nameWithType: MultiActionHandler.MultiActionHandler(Action)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Typeless.TypelessAction) fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler(TinyLife.Actions.Action)
type: Constructor type: Constructor
source: source:
remote: remote:
@ -128,34 +128,34 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 29 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nCreates a new <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> with the given containing action.\n" summary: "\nCreates a new <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> with the given containing action.\n"
example: [] example: []
syntax: syntax:
content: public MultiActionHandler(TypelessAction containingAction) content: public MultiActionHandler(Action containingAction)
parameters: parameters:
- id: containingAction - id: containingAction
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action that contains this <xref href="TinyLife.Actions.Handlers.MultiActionHandler" data-throw-if-not-resolved="false"></xref>. description: The action that contains this <xref href="TinyLife.Actions.Handlers.MultiActionHandler" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(containingAction As TypelessAction) content.vb: Public Sub New(containingAction As Action)
overload: TinyLife.Actions.Handlers.MultiActionHandler.#ctor* overload: TinyLife.Actions.Handlers.MultiActionHandler.#ctor*
modifiers.csharp: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction},System.Boolean) - uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction},System.Boolean) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)
id: Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction},System.Boolean) id: Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Action},System.Boolean)
parent: TinyLife.Actions.Handlers.MultiActionHandler parent: TinyLife.Actions.Handlers.MultiActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: Initialize(IEnumerable<TypelessAction>, Boolean) name: Initialize(IEnumerable<Action>, Boolean)
nameWithType: MultiActionHandler.Initialize(IEnumerable<TypelessAction>, Boolean) nameWithType: MultiActionHandler.Initialize(IEnumerable<Action>, Boolean)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable<TinyLife.Actions.Typeless.TypelessAction>, System.Boolean) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
@ -164,33 +164,33 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 41 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nInitializes this multi action handler with the given set of actions.\nIf <code data-dev-comment-type=\"paramref\" class=\"paramref\">actions</code> is empty, the initialization fails and <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref> is returned in <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>.\nIf a null action is returned as the first item, no first actions will be executed and <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> is returned in <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nInitializes this multi action handler with the given set of actions.\nIf <code data-dev-comment-type=\"paramref\" class=\"paramref\">actions</code> is empty, the initialization fails and <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref> is returned in <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>.\nIf a null action is returned as the first item, no first actions will be executed and <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> is returned in <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public CompletionType Initialize(IEnumerable<TypelessAction> actions, bool automatic = false) content: public CompletionType Initialize(IEnumerable<Action> actions, bool automatic = false)
parameters: parameters:
- id: actions - id: actions
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: The actions to initialize description: The actions to initialize
- id: automatic - id: automatic
type: System.Boolean type: System.Boolean
description: Whether the action should be considered <xref href="TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically" data-throw-if-not-resolved="false"></xref> description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
description: The completion type that this multi action handler has after initialization description: The completion type that this multi action handler has after initialization
content.vb: Public Function Initialize(actions As IEnumerable(Of TypelessAction), automatic As Boolean = False) As CompletionType content.vb: Public Function Initialize(actions As IEnumerable(Of Action), automatic As Boolean = False) As CompletionType
overload: TinyLife.Actions.Handlers.MultiActionHandler.Initialize* overload: TinyLife.Actions.Handlers.MultiActionHandler.Initialize*
nameWithType.vb: MultiActionHandler.Initialize(IEnumerable(Of TypelessAction), Boolean) nameWithType.vb: MultiActionHandler.Initialize(IEnumerable(Of Action), Boolean)
modifiers.csharp: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
fullName.vb: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction), System.Boolean) fullName.vb: TinyLife.Actions.Handlers.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action), System.Boolean)
name.vb: Initialize(IEnumerable(Of TypelessAction), Boolean) name.vb: Initialize(IEnumerable(Of Action), Boolean)
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - uid: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 71 startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -236,16 +236,16 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
id: Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) id: Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
parent: TinyLife.Actions.Handlers.MultiActionHandler parent: TinyLife.Actions.Handlers.MultiActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: Validate(TypelessAction, Person) name: Validate(Action, Person)
nameWithType: MultiActionHandler.Validate(TypelessAction, Person) nameWithType: MultiActionHandler.Validate(Action, Person)
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction, TinyLife.Objects.Person) fullName: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.Person)
type: Method type: Method
source: source:
remote: remote:
@ -254,25 +254,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 100 startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nValidates this multi action handler and all of the <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> it hosts\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nValidates this multi action handler and all of the <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> it hosts\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public bool Validate(TypelessAction containingAction, Person person) content: public bool Validate(Action containingAction, Person person)
parameters: parameters:
- id: containingAction - id: containingAction
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action that contains this multi action handler. description: The action that contains this multi action handler.
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
description: The person that is passed to the <code data-dev-comment-type="paramref" class="paramref">containingAction</code>&apos;s <xref href="TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> method. description: The person that is passed to the <code data-dev-comment-type="paramref" class="paramref">containingAction</code>&apos;s <xref href="TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> method.
return: return:
type: System.Boolean type: System.Boolean
description: Whether this multi action handler is still valid. description: Whether this multi action handler is still valid.
content.vb: Public Function Validate(containingAction As TypelessAction, person As Person) As Boolean content.vb: Public Function Validate(containingAction As Action, person As Person) As Boolean
overload: TinyLife.Actions.Handlers.MultiActionHandler.Validate* overload: TinyLife.Actions.Handlers.MultiActionHandler.Validate*
modifiers.csharp: modifiers.csharp:
- public - public
@ -296,11 +296,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 120 startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nReturns a <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> that determines whether this multi action handler has completed.\nIf <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> is not (yet) initialized, <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref> is returned. Otherwise, the current action&apos;s <xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref> result is returned.\nIf all <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> are completed, <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n" summary: "\nReturns a <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> that determines whether this multi action handler has completed.\nIf <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> is not (yet) initialized, <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref> is returned. Otherwise, the current action&apos;s <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref> result is returned.\nIf all <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref> are completed, <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: [] example: []
syntax: syntax:
content: public CompletionType IsCompleted() content: public CompletionType IsCompleted()
@ -331,7 +331,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
startLine: 135 startLine: 134
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -362,8 +362,8 @@ references:
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - uid: TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
isExternal: true isExternal: true
- uid: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
@ -754,16 +754,16 @@ references:
name: Actions name: Actions
nameWithType: MultiActionHandler.Actions nameWithType: MultiActionHandler.Actions
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions fullName: TinyLife.Actions.Handlers.MultiActionHandler.Actions
- uid: System.Collections.Generic.Queue{TinyLife.Actions.Typeless.TypelessAction} - uid: System.Collections.Generic.Queue{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.Queue{TinyLife.Actions.Typeless.TypelessAction} commentId: T:System.Collections.Generic.Queue{TinyLife.Actions.Action}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.Queue`1 definition: System.Collections.Generic.Queue`1
name: Queue<TypelessAction> name: Queue<Action>
nameWithType: Queue<TypelessAction> nameWithType: Queue<Action>
fullName: System.Collections.Generic.Queue<TinyLife.Actions.Typeless.TypelessAction> fullName: System.Collections.Generic.Queue<TinyLife.Actions.Action>
nameWithType.vb: Queue(Of TypelessAction) nameWithType.vb: Queue(Of Action)
fullName.vb: System.Collections.Generic.Queue(Of TinyLife.Actions.Typeless.TypelessAction) fullName.vb: System.Collections.Generic.Queue(Of TinyLife.Actions.Action)
name.vb: Queue(Of TypelessAction) name.vb: Queue(Of Action)
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.Queue`1 - uid: System.Collections.Generic.Queue`1
name: Queue name: Queue
@ -773,10 +773,10 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: '>' - name: '>'
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
@ -789,10 +789,10 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -852,17 +852,12 @@ references:
name: MultiActionHandler name: MultiActionHandler
nameWithType: MultiActionHandler.MultiActionHandler nameWithType: MultiActionHandler.MultiActionHandler
fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler fullName: TinyLife.Actions.Handlers.MultiActionHandler.MultiActionHandler
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Typeless.TypelessAction commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions.Typeless parent: TinyLife.Actions
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions.CompletionType.Failed - uid: TinyLife.Actions.CompletionType.Failed
commentId: F:TinyLife.Actions.CompletionType.Failed commentId: F:TinyLife.Actions.CompletionType.Failed
isExternal: true isExternal: true
@ -872,27 +867,27 @@ references:
- uid: TinyLife.Actions.CompletionType.Completed - uid: TinyLife.Actions.CompletionType.Completed
commentId: F:TinyLife.Actions.CompletionType.Completed commentId: F:TinyLife.Actions.CompletionType.Completed
isExternal: true isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically - uid: TinyLife.Actions.Action.StartedAutomatically
commentId: P:TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically commentId: P:TinyLife.Actions.Action.StartedAutomatically
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: StartedAutomatically name: StartedAutomatically
nameWithType: TypelessAction.StartedAutomatically nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize* - uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize*
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Initialize commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Initialize
name: Initialize name: Initialize
nameWithType: MultiActionHandler.Initialize nameWithType: MultiActionHandler.Initialize
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize fullName: TinyLife.Actions.Handlers.MultiActionHandler.Initialize
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} - uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1 definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<TypelessAction> name: IEnumerable<Action>
nameWithType: IEnumerable<TypelessAction> nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Typeless.TypelessAction> fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of TypelessAction) nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of TypelessAction) name.vb: IEnumerable(Of Action)
spec.csharp: spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1 - uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable name: IEnumerable
@ -902,10 +897,10 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: '>' - name: '>'
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
@ -918,10 +913,10 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -1080,12 +1075,6 @@ references:
name: Single name: Single
nameWithType: Single nameWithType: Single
fullName: System.Single fullName: System.Single
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
@ -1128,42 +1117,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Validate(Person)
nameWithType: TypelessAction.Validate(Person)
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: TypelessAction.Validate
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: TypelessAction.Validate
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate* - uid: TinyLife.Actions.Handlers.MultiActionHandler.Validate*
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Validate commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Validate
name: Validate name: Validate
@ -1180,17 +1133,17 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted - uid: TinyLife.Actions.Action.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted commentId: M:TinyLife.Actions.Action.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: IsCompleted() name: IsCompleted()
nameWithType: TypelessAction.IsCompleted() nameWithType: Action.IsCompleted()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsCompleted() fullName: TinyLife.Actions.Action.IsCompleted()
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted - uid: TinyLife.Actions.Action.IsCompleted
name: IsCompleted name: IsCompleted
nameWithType: TypelessAction.IsCompleted nameWithType: Action.IsCompleted
fullName: TinyLife.Actions.Typeless.TypelessAction.IsCompleted fullName: TinyLife.Actions.Action.IsCompleted
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -1198,10 +1151,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted - uid: TinyLife.Actions.Action.IsCompleted
name: IsCompleted name: IsCompleted
nameWithType: TypelessAction.IsCompleted nameWithType: Action.IsCompleted
fullName: TinyLife.Actions.Typeless.TypelessAction.IsCompleted fullName: TinyLife.Actions.Action.IsCompleted
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -5,14 +5,14 @@ items:
id: UnderlyingActionHandler id: UnderlyingActionHandler
parent: TinyLife.Actions.Handlers parent: TinyLife.Actions.Handlers
children: children:
- TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) - TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Action - TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
- TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean) - TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
- TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted - TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
- TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
- vb - vb
@ -27,11 +27,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler id: UnderlyingActionHandler
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 14 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction%2cTinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n" summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action%2cTinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 21 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -92,14 +92,14 @@ items:
content: >- content: >-
[DataMember] [DataMember]
public TypelessAction Action { get; } public Action Action { get; }
parameters: [] parameters: []
return: return:
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
content.vb: >- content.vb: >-
<DataMember> <DataMember>
Public ReadOnly Property Action As TypelessAction Public ReadOnly Property Action As Action
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action* overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action*
attributes: attributes:
- type: System.Runtime.Serialization.DataMemberAttribute - type: System.Runtime.Serialization.DataMemberAttribute
@ -111,16 +111,16 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- ReadOnly - ReadOnly
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Typeless.TypelessAction) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
id: '#ctor(TinyLife.Actions.Typeless.TypelessAction)' id: '#ctor(TinyLife.Actions.Action)'
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: UnderlyingActionHandler(TypelessAction) name: UnderlyingActionHandler(Action)
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(TypelessAction) nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Typeless.TypelessAction) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action)
type: Constructor type: Constructor
source: source:
remote: remote:
@ -129,19 +129,19 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 29 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nCreates a new <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler\" data-throw-if-not-resolved=\"false\"></xref> with the given containing action.\n" summary: "\nCreates a new <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler\" data-throw-if-not-resolved=\"false\"></xref> with the given containing action.\n"
example: [] example: []
syntax: syntax:
content: public UnderlyingActionHandler(TypelessAction containingAction) content: public UnderlyingActionHandler(Action containingAction)
parameters: parameters:
- id: containingAction - id: containingAction
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action that contains this underlying action handler. description: The action that contains this underlying action handler.
content.vb: Public Sub New(containingAction As TypelessAction) content.vb: Public Sub New(containingAction As Action)
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor* overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor*
modifiers.csharp: modifiers.csharp:
- public - public
@ -165,14 +165,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 40 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nInitializes the underlying action of this action\n" summary: "\nInitializes the underlying action of this action\n"
example: [] example: []
syntax: syntax:
content: public TypelessAction Initialize(ActionType type, ActionInfo info, bool automatic = false, bool force = true) content: public Action Initialize(ActionType type, ActionInfo info, bool automatic = false, bool force = true)
parameters: parameters:
- id: type - id: type
type: TinyLife.Actions.ActionType type: TinyLife.Actions.ActionType
@ -182,28 +182,28 @@ items:
description: The info to pass to the action description: The info to pass to the action
- id: automatic - id: automatic
type: System.Boolean type: System.Boolean
description: Whether the action should be considered <xref href="TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically" data-throw-if-not-resolved="false"></xref> description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
- id: force - id: force
type: System.Boolean type: System.Boolean
description: Whether the action should be created even if <xref href="TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> returns false description: Whether the action should be created even if <xref href="TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> returns false
return: return:
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
content.vb: Public Function Initialize(type As ActionType, info As ActionInfo, automatic As Boolean = False, force As Boolean = True) As TypelessAction content.vb: Public Function Initialize(type As ActionType, info As ActionInfo, automatic As Boolean = False, force As Boolean = True) As Action
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize* overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize*
modifiers.csharp: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
id: InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean) id: InitializeExact(TinyLife.Actions.Action,System.Boolean)
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: InitializeExact(TypelessAction, Boolean) name: InitializeExact(Action, Boolean)
nameWithType: UnderlyingActionHandler.InitializeExact(TypelessAction, Boolean) nameWithType: UnderlyingActionHandler.InitializeExact(Action, Boolean)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction, System.Boolean) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
@ -212,22 +212,22 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact id: InitializeExact
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 53 startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.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.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n" summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.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.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n"
example: [] example: []
syntax: syntax:
content: public void InitializeExact(TypelessAction action, bool automatic = false) content: public void InitializeExact(Action action, bool automatic = false)
parameters: parameters:
- id: action - id: action
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action to initialize description: The action to initialize
- id: automatic - id: automatic
type: System.Boolean type: System.Boolean
description: Whether the action should be considered <xref href="TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically" data-throw-if-not-resolved="false"></xref> 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 TypelessAction, automatic As Boolean = False) content.vb: Public Sub InitializeExact(action As Action, automatic As Boolean = False)
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact* overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact*
modifiers.csharp: modifiers.csharp:
- public - public
@ -251,7 +251,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 70 startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -275,16 +275,16 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
id: Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) id: Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: Validate(TypelessAction, Person) name: Validate(Action, Person)
nameWithType: UnderlyingActionHandler.Validate(TypelessAction, Person) nameWithType: UnderlyingActionHandler.Validate(Action, Person)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction, TinyLife.Objects.Person) fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.Person)
type: Method type: Method
source: source:
remote: remote:
@ -293,25 +293,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 86 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
summary: "\nValidates this action container and its <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nValidates this action container and its <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public bool Validate(TypelessAction containingAction, Person person) content: public bool Validate(Action containingAction, Person person)
parameters: parameters:
- id: containingAction - id: containingAction
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action that contains this underlying action handler. description: The action that contains this underlying action handler.
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
description: The person that is passed to the <code data-dev-comment-type="paramref" class="paramref">containingAction</code>&apos;s <xref href="TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> method. description: The person that is passed to the <code data-dev-comment-type="paramref" class="paramref">containingAction</code>&apos;s <xref href="TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> method.
return: return:
type: System.Boolean type: System.Boolean
description: Whether this underlying action handler is still valid. description: Whether this underlying action handler is still valid.
content.vb: Public Function Validate(containingAction As TypelessAction, person As Person) As Boolean content.vb: Public Function Validate(containingAction As Action, person As Person) As Boolean
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate* overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate*
modifiers.csharp: modifiers.csharp:
- public - public
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 102 startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -370,7 +370,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
startLine: 113 startLine: 112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Handlers namespace: TinyLife.Actions.Handlers
@ -398,8 +398,8 @@ references:
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Typeless.TypelessAction,TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
isExternal: true isExternal: true
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
@ -788,17 +788,17 @@ references:
name: Action name: Action
nameWithType: UnderlyingActionHandler.Action nameWithType: UnderlyingActionHandler.Action
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Typeless.TypelessAction commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions.Typeless parent: TinyLife.Actions
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.Typeless - uid: TinyLife.Actions
commentId: N:TinyLife.Actions.Typeless commentId: N:TinyLife.Actions
name: TinyLife.Actions.Typeless name: TinyLife.Actions
nameWithType: TinyLife.Actions.Typeless nameWithType: TinyLife.Actions
fullName: TinyLife.Actions.Typeless fullName: TinyLife.Actions
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
name: UnderlyingActionHandler name: UnderlyingActionHandler
@ -809,12 +809,12 @@ references:
name: UnderlyingActionHandler name: UnderlyingActionHandler
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler nameWithType: UnderlyingActionHandler.UnderlyingActionHandler
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler
- uid: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically - uid: TinyLife.Actions.Action.StartedAutomatically
commentId: P:TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically commentId: P:TinyLife.Actions.Action.StartedAutomatically
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: StartedAutomatically name: StartedAutomatically
nameWithType: TypelessAction.StartedAutomatically nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically
- uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean) - uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true isExternal: true
@ -842,11 +842,6 @@ references:
name: Boolean name: Boolean
nameWithType: Boolean nameWithType: Boolean
fullName: System.Boolean fullName: System.Boolean
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact* - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact
name: InitializeExact name: InitializeExact
@ -952,12 +947,6 @@ references:
name: Single name: Single
nameWithType: Single nameWithType: Single
fullName: System.Single fullName: System.Single
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
@ -1000,42 +989,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Validate(Person)
nameWithType: TypelessAction.Validate(Person)
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: TypelessAction.Validate
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: TypelessAction.Validate
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate* - uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate
name: Validate name: Validate

View file

@ -20,7 +20,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IBehaviorAction id: IBehaviorAction
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 16 startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior id: Behavior
path: ../TinyLife/Actions/BehaviorAction.cs path: ../TinyLife/Actions/BehaviorAction.cs
startLine: 21 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 468 startLine: 470
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -26,6 +26,7 @@ items:
- TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion - TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
- TinyLife.Actions.TalkAction.TalkSettings.RequiredJob - TinyLife.Actions.TalkAction.TalkSettings.RequiredJob
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges - TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality - TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
- TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill - TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
- TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed - TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
@ -47,7 +48,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings id: TalkSettings
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 157 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -101,7 +102,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain id: FriendshipGain
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 163 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -134,7 +135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance id: GoBadlyChance
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 168 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -167,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes id: TalkMinutes
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 172 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -200,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 176 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,7 +234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle id: SpeakStyle
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 180 startLine: 181
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -266,7 +267,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory id: PartnerEmoteCategory
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 185 startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -299,7 +300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle id: PartnerSpeakStyle
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 190 startLine: 191
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -332,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill id: GainedSkill
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 194 startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -365,7 +366,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure id: GainSkillOnFailure
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 199 startLine: 200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -398,7 +399,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed id: RestoredNeed
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 204 startLine: 205
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -431,7 +432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 209 startLine: 210
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -464,7 +465,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 214 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -497,7 +498,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 220 startLine: 221
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -530,7 +531,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 225 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -563,7 +564,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges id: RequiredPartnerAges
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 230 startLine: 231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -596,7 +597,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob id: RequiredJob
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 235 startLine: 236
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -611,6 +612,37 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
id: RequiredPartnerEmployment
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredPartnerEmployment
nameWithType: TalkAction.TalkSettings.RequiredPartnerEmployment
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/TalkAction.cs
startLine: 237
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public LotType RequiredPartnerEmployment
return:
type: TinyLife.World.LotType
content.vb: Public RequiredPartnerEmployment As LotType
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute - uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute
id: CanExecute id: CanExecute
@ -629,7 +661,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 240 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -662,7 +694,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion id: FailEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 245 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -695,7 +727,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion id: SuccessEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 249 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -728,7 +760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage id: GainRomancePercentage
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 255 startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -761,7 +793,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion id: LoweredEmotion
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 260 startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -794,7 +826,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess id: OnSuccess
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 264 startLine: 266
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -827,7 +859,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure id: OnFailure
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 268 startLine: 270
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -860,7 +892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 273 startLine: 275
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -893,11 +925,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 281 startLine: 283
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nUpdates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> for an action by displaying the relevant emotes and speak sounds using <xref href=\"TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person%2cMicrosoft.Xna.Framework.GameTime%2cSystem.Single%2cTinyLife.Actions.EmoteCategory%2cTinyLife.Objects.SpeakStyle%2cSystem.Nullable%7bTinyLife.Actions.EmoteCategory%7d%2cSystem.Nullable%7bTinyLife.Objects.SpeakStyle%7d%2cSystem.Int32)\" data-throw-if-not-resolved=\"false\"></xref> and restoring the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> for an action by displaying the relevant emotes and speak sounds using <xref href=\"TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person%2cMicrosoft.Xna.Framework.GameTime%2cSystem.Single%2cTinyLife.Actions.EmoteCategory%2cTinyLife.Objects.SpeakStyle%2cSystem.Nullable%7bTinyLife.Actions.EmoteCategory%7d%2cSystem.Nullable%7bTinyLife.Objects.SpeakStyle%7d%2cSystem.Int32)\" data-throw-if-not-resolved=\"false\"></xref> and restoring the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual void Update(SocialAction action, GameTime time, float speedMultiplier) content: public virtual void Update(SocialAction action, GameTime time, float speedMultiplier)
@ -937,7 +969,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateFully id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 293 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -975,7 +1007,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 315 startLine: 317
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1022,7 +1054,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute id: CheckCanExecute
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 451 startLine: 453
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2151,6 +2183,17 @@ references:
name: TinyLife.Goals name: TinyLife.Goals
nameWithType: TinyLife.Goals nameWithType: TinyLife.Goals
fullName: TinyLife.Goals fullName: TinyLife.Goals
- uid: TinyLife.World.LotType
commentId: T:TinyLife.World.LotType
parent: TinyLife.World
name: LotType
nameWithType: LotType
fullName: TinyLife.World.LotType
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean) - uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true isExternal: true
@ -2507,21 +2550,21 @@ references:
name: TalkAction.TalkSettings name: TalkAction.TalkSettings
nameWithType: TalkAction.TalkSettings nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32) name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
nameWithType: TypelessAction.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32) nameWithType: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable<TinyLife.Actions.EmoteCategory>, System.Nullable<TinyLife.Objects.SpeakStyle>, System.Int32) fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable<TinyLife.Actions.EmoteCategory>, System.Nullable<TinyLife.Objects.SpeakStyle>, System.Int32)
nameWithType.vb: TypelessAction.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32) fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
name: SpeakInConversation name: SpeakInConversation
nameWithType: TypelessAction.SpeakInConversation nameWithType: Action.SpeakInConversation
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation fullName: TinyLife.Actions.Action.SpeakInConversation
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2607,10 +2650,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
name: SpeakInConversation name: SpeakInConversation
nameWithType: TypelessAction.SpeakInConversation nameWithType: Action.SpeakInConversation
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakInConversation fullName: TinyLife.Actions.Action.SpeakInConversation
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2710,23 +2753,18 @@ references:
name: GameTime name: GameTime
nameWithType: GameTime nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime fullName: Microsoft.Xna.Framework.GameTime
- uid: TinyLife.Actions.Typeless.TypelessAction - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Typeless.TypelessAction commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions.Typeless parent: TinyLife.Actions
name: TypelessAction name: Action
nameWithType: TypelessAction nameWithType: Action
fullName: TinyLife.Actions.Typeless.TypelessAction fullName: TinyLife.Actions.Action
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
isExternal: true isExternal: true
@ -2738,12 +2776,6 @@ references:
name: EvaluateFully name: EvaluateFully
nameWithType: TalkAction.TalkSettings.EvaluateFully nameWithType: TalkAction.TalkSettings.EvaluateFully
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Relationship - uid: TinyLife.Relationship
commentId: T:TinyLife.Relationship commentId: T:TinyLife.Relationship
parent: TinyLife parent: TinyLife

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -6,10 +6,8 @@ items:
children: children:
- TinyLife.Actions.Typeless.DeferredAction - TinyLife.Actions.Typeless.DeferredAction
- TinyLife.Actions.Typeless.PathfindToPersonAction - TinyLife.Actions.Typeless.PathfindToPersonAction
- TinyLife.Actions.Typeless.SocialTypelessAction
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction - TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- TinyLife.Actions.Typeless.TryGoHereAction - TinyLife.Actions.Typeless.TryGoHereAction
- TinyLife.Actions.Typeless.TypelessAction
langs: langs:
- csharp - csharp
- vb - vb
@ -30,12 +28,6 @@ references:
name: PathfindToPersonAction name: PathfindToPersonAction
nameWithType: PathfindToPersonAction nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction fullName: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.Typeless.SocialTypelessAction
commentId: T:TinyLife.Actions.Typeless.SocialTypelessAction
parent: TinyLife.Actions.Typeless
name: SocialTypelessAction
nameWithType: SocialTypelessAction
fullName: TinyLife.Actions.Typeless.SocialTypelessAction
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction - uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction name: TellPeopleToLeaveRoomAction
@ -46,14 +38,3 @@ references:
name: TryGoHereAction name: TryGoHereAction
nameWithType: TryGoHereAction nameWithType: TryGoHereAction
fullName: TinyLife.Actions.Typeless.TryGoHereAction fullName: TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.Typeless.TypelessAction
commentId: T:TinyLife.Actions.Typeless.TypelessAction
parent: TinyLife.Actions.Typeless
name: TypelessAction
nameWithType: TypelessAction
fullName: TinyLife.Actions.Typeless.TypelessAction
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel id: Channel
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 195 startLine: 194
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy id: Comedy
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 200 startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -94,7 +94,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking id: Cooking
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 204 startLine: 203
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -128,7 +128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance id: Romance
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 208 startLine: 207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -162,7 +162,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama id: Drama
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 212 startLine: 211
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News id: News
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 216 startLine: 215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons id: Cartoons
path: ../TinyLife/Actions/WatchTvAction.cs path: ../TinyLife/Actions/WatchTvAction.cs
startLine: 220 startLine: 219
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -237,12 +237,6 @@ references:
name: GoHereAction name: GoHereAction
nameWithType: GoHereAction nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction fullName: TinyLife.Actions.GoHereAction
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.OrderFromStaffAction - uid: TinyLife.Actions.OrderFromStaffAction
commentId: T:TinyLife.Actions.OrderFromStaffAction commentId: T:TinyLife.Actions.OrderFromStaffAction
name: OrderFromStaffAction name: OrderFromStaffAction
@ -308,6 +302,12 @@ references:
name: TalkAction.TalkSettings.EvaluationResult name: TalkAction.TalkSettings.EvaluationResult
nameWithType: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.WalkAction - uid: TinyLife.Actions.WalkAction
commentId: T:TinyLife.Actions.WalkAction commentId: T:TinyLife.Actions.WalkAction
name: WalkAction name: WalkAction

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Option id: Option
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 71 startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -72,7 +72,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 76 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessAction id: SuccessAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 80 startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -142,7 +142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailAction id: FailAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 84 startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -177,7 +177,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessChance id: SuccessChance
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 88 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -212,7 +212,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 97 startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 111 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 139 startLine: 138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -359,7 +359,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Execute id: Execute
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 155 startLine: 154
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -23,11 +23,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePromptInfo id: ChoicePromptInfo
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 17 startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nA choice prompt info is a set of data that can be used in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref> to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen. Choice prompts are used by <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, but can also be used in custom circumstances.\n" summary: "\nA choice prompt info is a set of data that can be used in <see cref=\"!:Action.OpenChoicePrompt\"></see> to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen. Choice prompts are used by <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, but can also be used in custom circumstances.\n"
example: [] example: []
syntax: syntax:
content: public class ChoicePromptInfo content: public class ChoicePromptInfo
@ -68,7 +68,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 24 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -103,7 +103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Options id: Options
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 28 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -138,7 +138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 35 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -180,11 +180,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePromptContent id: CreatePromptContent
path: ../TinyLife/Actions/ChoicePromptInfo.cs path: ../TinyLife/Actions/ChoicePromptInfo.cs
startLine: 46 startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nCreates the UI content for this choice prompt. This method is mainly used by <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates the UI content for this choice prompt. This method is mainly used by <see cref=\"!:Action.OpenChoicePrompt\"></see>.\n"
example: [] example: []
syntax: syntax:
content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt) content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
@ -205,42 +205,6 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
references: references:
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
parent: TinyLife.Actions.Typeless.TypelessAction
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
name: OpenChoicePrompt
nameWithType: TypelessAction.OpenChoicePrompt
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
name: OpenChoicePrompt
nameWithType: TypelessAction.OpenChoicePrompt
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.JobType - uid: TinyLife.Goals.JobType
commentId: T:TinyLife.Goals.JobType commentId: T:TinyLife.Goals.JobType
parent: TinyLife.Goals parent: TinyLife.Goals
@ -570,12 +534,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction
commentId: T:TinyLife.Actions.Typeless.TypelessAction
parent: TinyLife.Actions.Typeless
name: TypelessAction
nameWithType: TypelessAction
fullName: TinyLife.Actions.Typeless.TypelessAction
- uid: TinyLife.Goals - uid: TinyLife.Goals
commentId: N:TinyLife.Goals commentId: N:TinyLife.Goals
name: TinyLife.Goals name: TinyLife.Goals
@ -629,11 +587,6 @@ references:
name: Extensions name: Extensions
nameWithType: Extensions nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Utilities - uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities commentId: N:TinyLife.Utilities
name: TinyLife.Utilities name: TinyLife.Utilities

View file

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

View file

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

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug id: Debug
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 35 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats id: Cheats
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 42 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines id: DebugLines
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 48 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -141,7 +141,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat id: TryCheat
path: ../TinyLife/Debug.cs path: ../TinyLife/Debug.cs
startLine: 469 startLine: 470
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 351 startLine: 360
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 358 startLine: 367
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -127,7 +127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 363 startLine: 372
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 368 startLine: 377
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -217,7 +217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 373 startLine: 382
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -266,7 +266,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 378 startLine: 387
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -305,7 +305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source id: Source
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 383 startLine: 392
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -342,7 +342,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 403 startLine: 412
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -378,7 +378,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 417 startLine: 426
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -23,6 +23,7 @@ items:
- TinyLife.Emotions.EmotionModifier.BadCreation - TinyLife.Emotions.EmotionModifier.BadCreation
- TinyLife.Emotions.EmotionModifier.BadCreationAngry - TinyLife.Emotions.EmotionModifier.BadCreationAngry
- TinyLife.Emotions.EmotionModifier.BadFood - TinyLife.Emotions.EmotionModifier.BadFood
- TinyLife.Emotions.EmotionModifier.BadLibraryInfo
- TinyLife.Emotions.EmotionModifier.BadStudyBook - TinyLife.Emotions.EmotionModifier.BadStudyBook
- TinyLife.Emotions.EmotionModifier.BadTeammates - TinyLife.Emotions.EmotionModifier.BadTeammates
- TinyLife.Emotions.EmotionModifier.BeenAdopted - TinyLife.Emotions.EmotionModifier.BeenAdopted
@ -62,6 +63,7 @@ items:
- TinyLife.Emotions.EmotionModifier.Fired - TinyLife.Emotions.EmotionModifier.Fired
- TinyLife.Emotions.EmotionModifier.FirstKiss - TinyLife.Emotions.EmotionModifier.FirstKiss
- TinyLife.Emotions.EmotionModifier.FitnessLevelUp - TinyLife.Emotions.EmotionModifier.FitnessLevelUp
- TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo
- TinyLife.Emotions.EmotionModifier.FocusingSkillBook - TinyLife.Emotions.EmotionModifier.FocusingSkillBook
- TinyLife.Emotions.EmotionModifier.FoolAroundFail - TinyLife.Emotions.EmotionModifier.FoolAroundFail
- TinyLife.Emotions.EmotionModifier.FoolingDeclined - TinyLife.Emotions.EmotionModifier.FoolingDeclined
@ -86,6 +88,7 @@ items:
- TinyLife.Emotions.EmotionModifier.Icon - TinyLife.Emotions.EmotionModifier.Icon
- TinyLife.Emotions.EmotionModifier.InspiredByPride - TinyLife.Emotions.EmotionModifier.InspiredByPride
- TinyLife.Emotions.EmotionModifier.InspiringIdeas - TinyLife.Emotions.EmotionModifier.InspiringIdeas
- TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo
- TinyLife.Emotions.EmotionModifier.InspiringPlaying - TinyLife.Emotions.EmotionModifier.InspiringPlaying
- TinyLife.Emotions.EmotionModifier.InspiringSkillBook - TinyLife.Emotions.EmotionModifier.InspiringSkillBook
- TinyLife.Emotions.EmotionModifier.InterestingStory - TinyLife.Emotions.EmotionModifier.InterestingStory
@ -5500,6 +5503,111 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo
commentId: F:TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo
id: FocusingLibraryInfo
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: FocusingLibraryInfo
nameWithType: EmotionModifier.FocusingLibraryInfo
fullName: TinyLife.Emotions.EmotionModifier.FocusingLibraryInfo
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FocusingLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 195
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier FocusingLibraryInfo
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly FocusingLibraryInfo As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo
commentId: F:TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo
id: InspiringLibraryInfo
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: InspiringLibraryInfo
nameWithType: EmotionModifier.InspiringLibraryInfo
fullName: TinyLife.Emotions.EmotionModifier.InspiringLibraryInfo
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 196
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier InspiringLibraryInfo
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly InspiringLibraryInfo As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.BadLibraryInfo
commentId: F:TinyLife.Emotions.EmotionModifier.BadLibraryInfo
id: BadLibraryInfo
parent: TinyLife.Emotions.EmotionModifier
langs:
- csharp
- vb
name: BadLibraryInfo
nameWithType: EmotionModifier.BadLibraryInfo
fullName: TinyLife.Emotions.EmotionModifier.BadLibraryInfo
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 197
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
syntax:
content: public static readonly EmotionModifier BadLibraryInfo
return:
type: TinyLife.Emotions.EmotionModifier
content.vb: Public Shared ReadOnly BadLibraryInfo As EmotionModifier
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Emotions.EmotionModifier.Name - uid: TinyLife.Emotions.EmotionModifier.Name
commentId: F:TinyLife.Emotions.EmotionModifier.Name commentId: F:TinyLife.Emotions.EmotionModifier.Name
id: Name id: Name
@ -5518,7 +5626,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 243 startLine: 252
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5553,7 +5661,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 247 startLine: 256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5588,7 +5696,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion id: Emotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 252 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5623,7 +5731,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 258 startLine: 267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5658,7 +5766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 265 startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5695,7 +5803,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 274 startLine: 283
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5743,7 +5851,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 288 startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5791,7 +5899,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion id: GetCausedEmotion
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 297 startLine: 306
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5830,7 +5938,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 313 startLine: 322
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions
@ -5873,7 +5981,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Emotions/EmotionModifier.cs path: ../TinyLife/Emotions/EmotionModifier.cs
startLine: 326 startLine: 335
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Emotions namespace: TinyLife.Emotions

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode id: GameMode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 958 startLine: 959
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash id: Splash
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 961 startLine: 962
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -94,7 +94,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu id: MainMenu
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 963 startLine: 964
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -128,7 +128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold id: SelectHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 965 startLine: 966
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -162,7 +162,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold id: InGameHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 967 startLine: 968
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly id: BuildOnly
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 969 startLine: 970
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation id: CharacterCreation
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 971 startLine: 972
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -49,7 +49,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl id: GameImpl
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 55 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version id: Version
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 60 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -184,7 +184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 66 startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements id: Achievements
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 73 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -258,7 +258,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 78 startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -295,7 +295,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera id: Camera
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 82 startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -332,7 +332,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener id: Listener
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 86 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -369,7 +369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 90 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -406,7 +406,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool id: CurrentTool
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 94 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -443,7 +443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold id: CurrentHousehold
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 109 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -480,7 +480,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money id: Money
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 113 startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -517,7 +517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot id: CurrentLot
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 123 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -554,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed id: Speed
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 129 startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -591,7 +591,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson id: FollowingPerson
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 142 startLine: 143
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -628,7 +628,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName id: SaveName
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 154 startLine: 155
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -665,7 +665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode id: Mode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 158 startLine: 159
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -702,7 +702,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorPosition id: CursorPosition
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 163 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -739,7 +739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentCursor id: CurrentCursor
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 168 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -772,7 +772,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent id: LoadContent
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 234 startLine: 235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -806,7 +806,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate id: DoUpdate
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 386 startLine: 387
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -843,7 +843,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw id: DoDraw
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 595 startLine: 596
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -880,7 +880,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose id: Dispose
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 636 startLine: 637
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -917,7 +917,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeDefaultUiStyle id: InitializeDefaultUiStyle
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 650 startLine: 651
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -956,7 +956,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera id: RotateCamera
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 659 startLine: 660
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -992,7 +992,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 673 startLine: 674
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1027,7 +1027,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode id: SwitchGameMode
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 685 startLine: 686
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1063,7 +1063,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 767 startLine: 768
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1098,7 +1098,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 778 startLine: 779
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1133,7 +1133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 793 startLine: 794
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1169,7 +1169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot id: TakeScreenshot
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 819 startLine: 820
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1217,7 +1217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement id: CompleteAchievement
path: ../TinyLife/GameImpl.cs path: ../TinyLife/GameImpl.cs
startLine: 846 startLine: 847
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed id: GameSpeed
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 483 startLine: 484
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused id: Paused
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 488 startLine: 489
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular id: Regular
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 492 startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -127,7 +127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast id: Fast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 496 startLine: 497
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast id: VeryFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 500 startLine: 501
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast id: ExtremelyFast
path: ../TinyLife/Options.cs path: ../TinyLife/Options.cs
startLine: 505 startLine: 506
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 272 startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -22,7 +22,7 @@ items:
- TinyLife.Goals.Job.RequiredPromotionPerformance - TinyLife.Goals.Job.RequiredPromotionPerformance
- TinyLife.Goals.Job.Type - TinyLife.Goals.Job.Type
- TinyLife.Goals.Job.Update(System.TimeSpan) - TinyLife.Goals.Job.Update(System.TimeSpan)
- TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan) - TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
- TinyLife.Goals.Job.Validate(TinyLife.Objects.Person) - TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -540,16 +540,16 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan) - uid: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId: M:TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan) commentId: M:TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
id: UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan) id: UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent: TinyLife.Goals.Job parent: TinyLife.Goals.Job
langs: langs:
- csharp - csharp
- vb - vb
name: UpdateWorking(WorkAction, TimeSpan) name: UpdateWorking(WorkAction, TimeSpan, Single)
nameWithType: Job.UpdateWorking(WorkAction, TimeSpan) nameWithType: Job.UpdateWorking(WorkAction, TimeSpan, Single)
fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan) fullName: TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
@ -565,7 +565,7 @@ items:
summary: "\nUpdates this job, changing the <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref> according to this job&apos;s person&apos;s current actions.\nThis is called in <xref href=\"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this job, changing the <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref> according to this job&apos;s person&apos;s current actions.\nThis is called in <xref href=\"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public void UpdateWorking(WorkAction action, TimeSpan passedInGame) content: public void UpdateWorking(WorkAction action, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: action - id: action
type: TinyLife.Actions.WorkAction type: TinyLife.Actions.WorkAction
@ -573,7 +573,9 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed in game since the last update. description: The amount of time that has passed in game since the last update.
content.vb: Public Sub UpdateWorking(action As WorkAction, passedInGame As TimeSpan) - id: speedMultiplier
type: System.Single
content.vb: Public Sub UpdateWorking(action As WorkAction, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Goals.Job.UpdateWorking* overload: TinyLife.Goals.Job.UpdateWorking*
modifiers.csharp: modifiers.csharp:
- public - public
@ -597,7 +599,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance id: AddPerformance
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 142 startLine: 144
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -633,7 +635,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel id: AddLevel
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 168 startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -672,7 +674,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRaise id: GetRaise
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 210 startLine: 212
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -707,7 +709,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills id: HasRequiredPromotionSkills
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 227 startLine: 229
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -742,7 +744,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkers id: GetCoworkers
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 239 startLine: 241
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -777,7 +779,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoworkersAtWork id: GetCoworkersAtWork
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 247 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -812,7 +814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Job.cs path: ../TinyLife/Goals/Job.cs
startLine: 255 startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -40,6 +40,7 @@ items:
- TinyLife.Goals.JobType.Teacher - TinyLife.Goals.JobType.Teacher
- TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) - TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
- TinyLife.Goals.JobType.Types - TinyLife.Goals.JobType.Types
- TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
- TinyLife.Goals.JobType.WorkHours - TinyLife.Goals.JobType.WorkHours
langs: langs:
- csharp - csharp
@ -55,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType id: JobType
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 29 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -117,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 37 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -154,7 +155,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrimarySchoolStudent id: PrimarySchoolStudent
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 40 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -189,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Businessperson id: Businessperson
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 52 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -224,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Firefighter id: Firefighter
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 61 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -259,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Doctor id: Doctor
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 70 startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -294,7 +295,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Programmer id: Programmer
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 79 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -329,7 +330,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetailWorker id: RetailWorker
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 88 startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -364,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Teacher id: Teacher
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 97 startLine: 98
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -399,7 +400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scientist id: Scientist
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 106 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -434,7 +435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 120 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -469,7 +470,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 124 startLine: 125
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -504,7 +505,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay id: HourlyPay
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 129 startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -539,7 +540,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours id: WorkHours
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 134 startLine: 135
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -574,7 +575,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays id: OffWorkDays
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 139 startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -609,7 +610,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills id: RequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 144 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -646,7 +647,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel id: MaxLevel
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 148 startLine: 149
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -683,7 +684,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization id: HasSpecialLocalization
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 153 startLine: 154
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -720,7 +721,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 158 startLine: 159
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -757,7 +758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired id: CanQuitOrBeFired
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 163 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -794,7 +795,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 168 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -831,7 +832,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance id: DailyTaskImportance
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 173 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -868,7 +869,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts id: ChoicePrompts
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 177 startLine: 178
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -905,7 +906,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 179 startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -944,7 +945,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 189 startLine: 190
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -995,7 +996,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 203 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1037,7 +1038,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork id: IsTimeToWork
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 213 startLine: 214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1078,7 +1079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString id: ToScheduleString
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 222 startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1118,7 +1119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 236 startLine: 237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1162,7 +1163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills id: GetRequiredPromotionSkills
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 248 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1203,7 +1204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour id: OnWorkStartsInAnHour
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 263 startLine: 264
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1241,7 +1242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver id: OnWorkHoursOver
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 274 startLine: 275
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1279,7 +1280,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 284 startLine: 285
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1320,7 +1321,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted id: OnWorkStarted
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 295 startLine: 296
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1361,7 +1362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 303 startLine: 304
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1402,7 +1403,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRaiseReceived id: OnRaiseReceived
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 313 startLine: 314
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1422,6 +1423,47 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable - Overridable
- uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId: M:TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
id: UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent: TinyLife.Goals.JobType
langs:
- csharp
- vb
name: UpdateWorking(Job, WorkAction, TimeSpan, Single)
nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Goals/JobType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/JobType.cs
startLine: 318
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public virtual void UpdateWorking(Job job, WorkAction action, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: job
type: TinyLife.Goals.Job
- id: action
type: TinyLife.Actions.WorkAction
- id: passedInGame
type: System.TimeSpan
- id: speedMultiplier
type: System.Single
content.vb: Public Overridable Sub UpdateWorking(job As Job, action As WorkAction, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Goals.JobType.UpdateWorking*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) - uid: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
commentId: M:TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) commentId: M:TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
id: Register(TinyLife.Goals.JobType) id: Register(TinyLife.Goals.JobType)
@ -1440,7 +1482,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/JobType.cs path: ../TinyLife/Goals/JobType.cs
startLine: 325 startLine: 328
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -2821,6 +2863,11 @@ references:
name: OnRaiseReceived name: OnRaiseReceived
nameWithType: JobType.OnRaiseReceived nameWithType: JobType.OnRaiseReceived
fullName: TinyLife.Goals.JobType.OnRaiseReceived fullName: TinyLife.Goals.JobType.OnRaiseReceived
- uid: TinyLife.Goals.JobType.UpdateWorking*
commentId: Overload:TinyLife.Goals.JobType.UpdateWorking
name: UpdateWorking
nameWithType: JobType.UpdateWorking
fullName: TinyLife.Goals.JobType.UpdateWorking
- uid: TinyLife.Goals.JobType.Types - uid: TinyLife.Goals.JobType.Types
commentId: F:TinyLife.Goals.JobType.Types commentId: F:TinyLife.Goals.JobType.Types
parent: TinyLife.Goals.JobType parent: TinyLife.Goals.JobType

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Memory id: Memory
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 88 startLine: 92
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 95 startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -134,7 +134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeOccured id: TimeOccured
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 100 startLine: 104
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -181,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 105 startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -218,7 +218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeSinceOccured id: TimeSinceOccured
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 109 startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -255,7 +255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 118 startLine: 122
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -297,7 +297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 130 startLine: 134
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -338,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryReplace id: TryReplace
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 142 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -15,6 +15,7 @@ items:
- TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType) - TinyLife.Goals.MemoryType.Register(TinyLife.Goals.MemoryType)
- TinyLife.Goals.MemoryType.SocialAction - TinyLife.Goals.MemoryType.SocialAction
- TinyLife.Goals.MemoryType.Types - TinyLife.Goals.MemoryType.Types
- TinyLife.Goals.MemoryType.UsedFurniture
- TinyLife.Goals.MemoryType.UsedSkillCategory - TinyLife.Goals.MemoryType.UsedSkillCategory
- TinyLife.Goals.MemoryType.WasOutside - TinyLife.Goals.MemoryType.WasOutside
langs: langs:
@ -31,7 +32,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MemoryType id: MemoryType
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 18 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -82,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 25 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -119,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishFailure id: PublishFailure
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 28 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -154,7 +155,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction id: SocialAction
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 29 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -189,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PromotionOrRaise id: PromotionOrRaise
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 30 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -224,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FamilySocial id: FamilySocial
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 31 startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -259,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory id: UsedSkillCategory
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 32 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -294,7 +295,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WasOutside id: WasOutside
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 34 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -311,6 +312,41 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Goals.MemoryType.UsedFurniture
commentId: F:TinyLife.Goals.MemoryType.UsedFurniture
id: UsedFurniture
parent: TinyLife.Goals.MemoryType
langs:
- csharp
- vb
name: UsedFurniture
nameWithType: MemoryType.UsedFurniture
fullName: TinyLife.Goals.MemoryType.UsedFurniture
type: Field
source:
remote:
path: TinyLife/Goals/Memory.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture
path: ../TinyLife/Goals/Memory.cs
startLine: 37
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly Dictionary<ObjectCategory, MemoryType> UsedFurniture
return:
type: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
content.vb: Public Shared ReadOnly UsedFurniture As Dictionary(Of ObjectCategory, MemoryType)
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Goals.MemoryType.Name - uid: TinyLife.Goals.MemoryType.Name
commentId: F:TinyLife.Goals.MemoryType.Name commentId: F:TinyLife.Goals.MemoryType.Name
id: Name id: Name
@ -329,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 40 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -364,7 +400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 44 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -401,7 +437,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 50 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -437,7 +473,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 61 startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -483,7 +519,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/Memory.cs path: ../TinyLife/Goals/Memory.cs
startLine: 76 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1123,6 +1159,62 @@ references:
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
name: Dictionary<ObjectCategory, MemoryType>
nameWithType: Dictionary<ObjectCategory, MemoryType>
fullName: System.Collections.Generic.Dictionary<TinyLife.Objects.ObjectCategory, TinyLife.Goals.MemoryType>
nameWithType.vb: Dictionary(Of ObjectCategory, MemoryType)
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Objects.ObjectCategory, TinyLife.Goals.MemoryType)
name.vb: Dictionary(Of ObjectCategory, MemoryType)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
nameWithType: ObjectCategory
fullName: TinyLife.Objects.ObjectCategory
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Goals.MemoryType
name: MemoryType
nameWithType: MemoryType
fullName: TinyLife.Goals.MemoryType
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
nameWithType: ObjectCategory
fullName: TinyLife.Objects.ObjectCategory
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Goals.MemoryType
name: MemoryType
nameWithType: MemoryType
fullName: TinyLife.Goals.MemoryType
- name: )
nameWithType: )
fullName: )
- uid: System.String - uid: System.String
commentId: T:System.String commentId: T:System.String
parent: System parent: System

View file

@ -31,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings id: ActionSettings
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 256 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -73,7 +73,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 261 startLine: 266
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -106,7 +106,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 265 startLine: 270
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 269 startLine: 274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 274 startLine: 279
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -205,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap id: ConstructedTypeScrap
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 280 startLine: 285
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -238,7 +238,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 284 startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -271,7 +271,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 290 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -304,7 +304,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 295 startLine: 300
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -337,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName id: ProjectDisplayName
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 300 startLine: 305
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -370,7 +370,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue id: CanContinue
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 305 startLine: 310
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -403,11 +403,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject id: IncludeProject
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 310 startLine: 315
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nA function that determines whether the given project should be included as an action variety or whether it should be ignored.\nBy default, this function returns true for a project whose <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> is less than or equal to 0.\n" summary: "\nA function that determines whether the given project should be included as an action variety or whether it should be ignored.\nBy default, this function returns true for a project that is not <xref href=\"TinyLife.Goals.Project.Archived\" data-throw-if-not-resolved=\"false\"></xref>, and whose <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> is less than or equal to 0.\n"
example: [] example: []
syntax: syntax:
content: public Predicate<Project> IncludeProject content: public Predicate<Project> IncludeProject
@ -436,7 +436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 319 startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -1186,6 +1186,9 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Goals.Project.Archived
commentId: P:TinyLife.Goals.Project.Archived
isExternal: true
- uid: TinyLife.Goals.Project.DailyPay - uid: TinyLife.Goals.Project.DailyPay
commentId: P:TinyLife.Goals.Project.DailyPay commentId: P:TinyLife.Goals.Project.DailyPay
isExternal: true isExternal: true

View file

@ -6,6 +6,7 @@ items:
parent: TinyLife.Goals parent: TinyLife.Goals
children: children:
- TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String) - TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
- TinyLife.Goals.Project.Archived
- TinyLife.Goals.Project.Completed - TinyLife.Goals.Project.Completed
- TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings) - TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
- TinyLife.Goals.Project.DailyPay - TinyLife.Goals.Project.DailyPay
@ -15,8 +16,8 @@ items:
- TinyLife.Goals.Project.Name - TinyLife.Goals.Project.Name
- TinyLife.Goals.Project.OnCompleted - TinyLife.Goals.Project.OnCompleted
- TinyLife.Goals.Project.OnNewDay - TinyLife.Goals.Project.OnNewDay
- TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.Action{TinyLife.Goals.Project},System.String) - TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action,System.String,System.Action{TinyLife.Goals.Project},System.String)
- TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.String,System.Action) - TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action,System.String,System.String,System.Action)
- TinyLife.Goals.Project.Person - TinyLife.Goals.Project.Person
- TinyLife.Goals.Project.Progress - TinyLife.Goals.Project.Progress
- TinyLife.Goals.Project.Quality - TinyLife.Goals.Project.Quality
@ -38,7 +39,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project id: Project
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 20 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -101,7 +102,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 28 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -146,11 +147,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 33 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nThe name of this project, which is usually user-entered using <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String%2cMLEM.Textures.TextureRegion)\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe name of this project, which is usually user-entered using <see cref=\"!:Actions.Typeless.Action.OpenTextPrompt\"></see>\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -173,6 +174,45 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- ReadOnly - ReadOnly
- uid: TinyLife.Goals.Project.Completed
commentId: P:TinyLife.Goals.Project.Completed
id: Completed
parent: TinyLife.Goals.Project
langs:
- csharp
- vb
name: Completed
nameWithType: Project.Completed
fullName: TinyLife.Goals.Project.Completed
type: Property
source:
remote:
path: TinyLife/Goals/Project.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: ../TinyLife/Goals/Project.cs
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns whether this project is completed.\nFor default projects, this returns whether <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> is greater than or equal to 100.\n"
example: []
syntax:
content: public virtual bool Completed { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public Overridable ReadOnly Property Completed As Boolean
overload: TinyLife.Goals.Project.Completed*
modifiers.csharp:
- public
- virtual
- get
modifiers.vb:
- Public
- Overridable
- ReadOnly
- uid: TinyLife.Goals.Project.Quality - uid: TinyLife.Goals.Project.Quality
commentId: F:TinyLife.Goals.Project.Quality commentId: F:TinyLife.Goals.Project.Quality
id: Quality id: Quality
@ -191,7 +231,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 38 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -238,7 +278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress id: Progress
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 43 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -275,7 +315,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay id: DailyPay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 56 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -328,7 +368,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor id: DailyPayReductionFactor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 62 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -381,7 +421,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 67 startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -402,45 +442,53 @@ items:
- Public - Public
- Get - Get
- Protected Set - Protected Set
- uid: TinyLife.Goals.Project.Completed - uid: TinyLife.Goals.Project.Archived
commentId: P:TinyLife.Goals.Project.Completed commentId: P:TinyLife.Goals.Project.Archived
id: Completed id: Archived
parent: TinyLife.Goals.Project parent: TinyLife.Goals.Project
langs: langs:
- csharp - csharp
- vb - vb
name: Completed name: Archived
nameWithType: Project.Completed nameWithType: Project.Archived
fullName: TinyLife.Goals.Project.Completed fullName: TinyLife.Goals.Project.Archived
type: Property type: Property
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: main branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Archived
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 72 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nReturns whether this project is completed.\nFor default projects, this returns whether <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> is greater than or equal to 100.\n"
example: []
syntax: syntax:
content: public virtual bool Completed { get; } content: >-
[DataMember]
public bool Archived { get; protected set; }
parameters: [] parameters: []
return: return:
type: System.Boolean type: System.Boolean
content.vb: Public Overridable ReadOnly Property Completed As Boolean content.vb: >-
overload: TinyLife.Goals.Project.Completed* <DataMember>
Public Property Archived As Boolean
overload: TinyLife.Goals.Project.Archived*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp: modifiers.csharp:
- public - public
- virtual
- get - get
- protected set
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable - Get
- ReadOnly - Protected Set
- uid: TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String) - uid: TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
commentId: M:TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String) commentId: M:TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
id: '#ctor(TinyLife.Objects.Person,System.String,System.String)' id: '#ctor(TinyLife.Objects.Person,System.String,System.String)'
@ -459,7 +507,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 83 startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -501,7 +549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 94 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -542,7 +590,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress id: MakeProgress
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 107 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -592,7 +640,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove id: Remove
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 114 startLine: 117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -626,11 +674,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewDay id: OnNewDay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 121 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nThis method gets called when a new day is reached. By default, this method reduces the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> by the <xref href=\"TinyLife.Goals.Project.DailyPayReductionFactor\" data-throw-if-not-resolved=\"false\"></xref> and calls <xref href=\"TinyLife.Goals.Project.Remove\" data-throw-if-not-resolved=\"false\"></xref> if the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> goes below 1.\n" summary: "\nThis method gets called when a new day is reached. By default, this method reduces the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> by the <xref href=\"TinyLife.Goals.Project.DailyPayReductionFactor\" data-throw-if-not-resolved=\"false\"></xref> and sets <xref href=\"TinyLife.Goals.Project.Archived\" data-throw-if-not-resolved=\"false\"></xref> to <xref uid=\"langword_csharp_true\" name=\"true\" href=\"\"></xref> if the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> goes below 1.\n"
example: [] example: []
syntax: syntax:
content: public virtual void OnNewDay() content: public virtual void OnNewDay()
@ -660,7 +708,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 134 startLine: 139
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -694,7 +742,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay id: SetDailyPay
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 145 startLine: 150
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -736,7 +784,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions id: CreateActions
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 160 startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -777,7 +825,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties id: GetVarieties
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 199 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -812,16 +860,16 @@ items:
- Shared - Shared
fullName.vb: TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo, System.String, System.Predicate(Of TinyLife.Goals.Project), System.Func(Of TinyLife.Goals.Project, System.String)) fullName.vb: TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo, System.String, System.Predicate(Of TinyLife.Goals.Project), System.Func(Of TinyLife.Goals.Project, System.String))
name.vb: GetVarieties(ActionInfo, String, Predicate(Of Project), Func(Of Project, String)) name.vb: GetVarieties(ActionInfo, String, Predicate(Of Project), Func(Of Project, String))
- uid: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.Action{TinyLife.Goals.Project},System.String) - uid: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action,System.String,System.Action{TinyLife.Goals.Project},System.String)
commentId: M:TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.Action{TinyLife.Goals.Project},System.String) commentId: M:TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action,System.String,System.Action{TinyLife.Goals.Project},System.String)
id: OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.Action{TinyLife.Goals.Project},System.String) id: OpenNamePrompt(TinyLife.Actions.Action,System.String,System.Action{TinyLife.Goals.Project},System.String)
parent: TinyLife.Goals.Project parent: TinyLife.Goals.Project
langs: langs:
- csharp - csharp
- vb - vb
name: OpenNamePrompt(TypelessAction, String, Action<Project>, String) name: OpenNamePrompt(Action, String, Action<Project>, String)
nameWithType: Project.OpenNamePrompt(TypelessAction, String, Action<Project>, String) nameWithType: Project.OpenNamePrompt(Action, String, Action<Project>, String)
fullName: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction, System.String, System.Action<TinyLife.Goals.Project>, System.String) fullName: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action, System.String, System.Action<TinyLife.Goals.Project>, System.String)
type: Method type: Method
source: source:
remote: remote:
@ -830,17 +878,17 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenNamePrompt id: OpenNamePrompt
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 213 startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nA helper method that uses <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String%2cMLEM.Textures.TextureRegion)\" data-throw-if-not-resolved=\"false\"></xref> to open a prompt that the player can enter a project name in when starting a new project.\nAdditionally, a (random or single) <code data-dev-comment-type=\"paramref\" class=\"paramref\">defaultName</code> can be specified to fill the text field by default.\n" summary: "\nA helper method that uses <see cref=\"!:Actions.Typeless.Action.OpenTextPrompt\"></see> to open a prompt that the player can enter a project name in when starting a new project.\nAdditionally, a (random or single) <code data-dev-comment-type=\"paramref\" class=\"paramref\">defaultName</code> can be specified to fill the text field by default.\n"
example: [] example: []
syntax: syntax:
content: public static void OpenNamePrompt(TypelessAction action, string type, Action<Project> onNameChosen, string defaultName = null) content: public static void OpenNamePrompt(Action action, string type, Action<Project> onNameChosen, string defaultName = null)
parameters: parameters:
- id: action - id: action
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action to open the prompt for. description: The action to open the prompt for.
- id: type - id: type
type: System.String type: System.String
@ -851,27 +899,27 @@ items:
- id: defaultName - id: defaultName
type: System.String type: System.String
description: The default name to fill the text field with. description: The default name to fill the text field with.
content.vb: Public Shared Sub OpenNamePrompt(action As TypelessAction, type As String, onNameChosen As Action(Of Project), defaultName As String = Nothing) content.vb: Public Shared Sub OpenNamePrompt(action As Action, type As String, onNameChosen As Action(Of Project), defaultName As String = Nothing)
overload: TinyLife.Goals.Project.OpenNamePrompt* overload: TinyLife.Goals.Project.OpenNamePrompt*
nameWithType.vb: Project.OpenNamePrompt(TypelessAction, String, Action(Of Project), String) nameWithType.vb: Project.OpenNamePrompt(Action, String, Action(Of Project), String)
modifiers.csharp: modifiers.csharp:
- public - public
- static - static
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
fullName.vb: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Typeless.TypelessAction, System.String, System.Action(Of TinyLife.Goals.Project), System.String) fullName.vb: TinyLife.Goals.Project.OpenNamePrompt(TinyLife.Actions.Action, System.String, System.Action(Of TinyLife.Goals.Project), System.String)
name.vb: OpenNamePrompt(TypelessAction, String, Action(Of Project), String) name.vb: OpenNamePrompt(Action, String, Action(Of Project), String)
- uid: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.String,System.Action) - uid: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action,System.String,System.String,System.Action)
commentId: M:TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.String,System.Action) commentId: M:TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action,System.String,System.String,System.Action)
id: OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction,System.String,System.String,System.Action) id: OpenScrapPrompt(TinyLife.Actions.Action,System.String,System.String,System.Action)
parent: TinyLife.Goals.Project parent: TinyLife.Goals.Project
langs: langs:
- csharp - csharp
- vb - vb
name: OpenScrapPrompt(TypelessAction, String, String, Action) name: OpenScrapPrompt(Action, String, String, Action)
nameWithType: Project.OpenScrapPrompt(TypelessAction, String, String, Action) nameWithType: Project.OpenScrapPrompt(Action, String, String, Action)
fullName: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Typeless.TypelessAction, System.String, System.String, System.Action) fullName: TinyLife.Goals.Project.OpenScrapPrompt(TinyLife.Actions.Action, System.String, System.String, System.Action)
type: Method type: Method
source: source:
remote: remote:
@ -880,17 +928,17 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenScrapPrompt id: OpenScrapPrompt
path: ../TinyLife/Goals/Project.cs path: ../TinyLife/Goals/Project.cs
startLine: 227 startLine: 232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nA helper method that uses <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String%2cMLEM.Textures.TextureRegion)\" data-throw-if-not-resolved=\"false\"></xref> to open a prompt for when a project should be scrapped by a player.\n" summary: "\nA helper method that uses <see cref=\"!:Actions.Typeless.Action.OpenTextPrompt\"></see> to open a prompt for when a project should be scrapped by a player.\n"
example: [] example: []
syntax: syntax:
content: public static void OpenScrapPrompt(TypelessAction action, string type, string name, Action onScrapped = null) content: public static void OpenScrapPrompt(Action action, string type, string name, Action onScrapped = null)
parameters: parameters:
- id: action - id: action
type: TinyLife.Actions.Typeless.TypelessAction type: TinyLife.Actions.Action
description: The action to open the prompt for. description: The action to open the prompt for.
- id: type - id: type
type: System.String type: System.String
@ -901,7 +949,7 @@ items:
- id: onScrapped - id: onScrapped
type: System.Action type: System.Action
description: An action that is invoked when the project is scrapped. description: An action that is invoked when the project is scrapped.
content.vb: Public Shared Sub OpenScrapPrompt(action As TypelessAction, type As String, name As String, onScrapped As Action = Nothing) content.vb: Public Shared Sub OpenScrapPrompt(action As Action, type As String, name As String, onScrapped As Action = Nothing)
overload: TinyLife.Goals.Project.OpenScrapPrompt* overload: TinyLife.Goals.Project.OpenScrapPrompt*
modifiers.csharp: modifiers.csharp:
- public - public
@ -1465,183 +1513,21 @@ references:
name: String name: String
nameWithType: String nameWithType: String
fullName: System.String fullName: System.String
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - uid: TinyLife.Goals.Project.Progress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) commentId: P:TinyLife.Goals.Project.Progress
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String, TextureRegion) - uid: TinyLife.Goals.Project.Completed*
nameWithType: TypelessAction.OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String, TextureRegion) commentId: Overload:TinyLife.Goals.Project.Completed
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action<System.String>, System.Predicate<System.String>, MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) name: Completed
nameWithType.vb: TypelessAction.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) nameWithType: Project.Completed
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) fullName: TinyLife.Goals.Project.Completed
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) - uid: System.Boolean
spec.csharp: commentId: T:System.Boolean
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) parent: System
name: OpenTextPrompt
nameWithType: TypelessAction.OpenTextPrompt
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true isExternal: true
- name: ', ' name: Boolean
nameWithType: ', ' nameWithType: Boolean
fullName: ', ' fullName: System.Boolean
- uid: System.Action`1
name: Action
nameWithType: Action
fullName: System.Action
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Predicate`1
name: Predicate
nameWithType: Predicate
fullName: System.Predicate
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Ui.Elements.TextField.Rule
name: TextField.Rule
nameWithType: TextField.Rule
fullName: MLEM.Ui.Elements.TextField.Rule
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
name: OpenTextPrompt
nameWithType: TypelessAction.OpenTextPrompt
fullName: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
- name: (
nameWithType: (
fullName: (
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Action`1
name: Action
nameWithType: Action
fullName: System.Action
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Predicate`1
name: Predicate
nameWithType: Predicate
fullName: System.Predicate
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: )
nameWithType: )
fullName: )
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Ui.Elements.TextField.Rule
name: TextField.Rule
nameWithType: TextField.Rule
fullName: MLEM.Ui.Elements.TextField.Rule
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Textures.TextureRegion
name: TextureRegion
nameWithType: TextureRegion
fullName: MLEM.Textures.TextureRegion
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction
commentId: T:TinyLife.Actions.Typeless.TypelessAction
parent: TinyLife.Actions.Typeless
name: TypelessAction
nameWithType: TypelessAction
fullName: TinyLife.Actions.Typeless.TypelessAction
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Skills.Quality.Terrible - uid: TinyLife.Skills.Quality.Terrible
commentId: F:TinyLife.Skills.Quality.Terrible commentId: F:TinyLife.Skills.Quality.Terrible
isExternal: true isExternal: true
@ -1698,21 +1584,11 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: TinyLife.Goals.Project.Progress - uid: TinyLife.Goals.Project.Archived*
commentId: P:TinyLife.Goals.Project.Progress commentId: Overload:TinyLife.Goals.Project.Archived
isExternal: true name: Archived
- uid: TinyLife.Goals.Project.Completed* nameWithType: Project.Archived
commentId: Overload:TinyLife.Goals.Project.Completed fullName: TinyLife.Goals.Project.Archived
name: Completed
nameWithType: Project.Completed
fullName: TinyLife.Goals.Project.Completed
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: TinyLife.Goals.Project.#ctor* - uid: TinyLife.Goals.Project.#ctor*
commentId: Overload:TinyLife.Goals.Project.#ctor commentId: Overload:TinyLife.Goals.Project.#ctor
name: Project name: Project
@ -1762,8 +1638,8 @@ references:
name: Remove name: Remove
nameWithType: Project.Remove nameWithType: Project.Remove
fullName: TinyLife.Goals.Project.Remove fullName: TinyLife.Goals.Project.Remove
- uid: TinyLife.Goals.Project.Remove - uid: TinyLife.Goals.Project.Archived
commentId: M:TinyLife.Goals.Project.Remove commentId: P:TinyLife.Goals.Project.Archived
isExternal: true isExternal: true
- uid: TinyLife.Goals.Project.OnNewDay* - uid: TinyLife.Goals.Project.OnNewDay*
commentId: Overload:TinyLife.Goals.Project.OnNewDay commentId: Overload:TinyLife.Goals.Project.OnNewDay
@ -2132,6 +2008,12 @@ references:
name: OpenNamePrompt name: OpenNamePrompt
nameWithType: Project.OpenNamePrompt nameWithType: Project.OpenNamePrompt
fullName: TinyLife.Goals.Project.OpenNamePrompt fullName: TinyLife.Goals.Project.OpenNamePrompt
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: System.Action{TinyLife.Goals.Project} - uid: System.Action{TinyLife.Goals.Project}
commentId: T:System.Action{TinyLife.Goals.Project} commentId: T:System.Action{TinyLife.Goals.Project}
parent: System parent: System

View file

@ -8,6 +8,8 @@ items:
- TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
- TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32) - TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
- TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) - TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
- TinyLife.Goals.StudentJobType.Schedule
- TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
langs: langs:
- csharp - csharp
- vb - vb
@ -22,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType id: StudentJobType
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 12 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -93,6 +95,41 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Class - Class
- uid: TinyLife.Goals.StudentJobType.Schedule
commentId: F:TinyLife.Goals.StudentJobType.Schedule
id: Schedule
parent: TinyLife.Goals.StudentJobType
langs:
- csharp
- vb
name: Schedule
nameWithType: StudentJobType.Schedule
fullName: TinyLife.Goals.StudentJobType.Schedule
type: Field
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Schedule
path: ../TinyLife/Goals/StudentJobType.cs
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly Dictionary<DayOfWeek, List<SkillType>> Schedule
return:
type: System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
content.vb: Public Shared ReadOnly Schedule As Dictionary(Of DayOfWeek, List(Of SkillType))
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - uid: TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
commentId: M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) commentId: M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])' id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])'
@ -111,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 15 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -162,7 +199,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 25 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -204,7 +241,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: ../TinyLife/Goals/StudentJobType.cs path: ../TinyLife/Goals/StudentJobType.cs
startLine: 39 startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -228,6 +265,49 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId: M:TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
id: UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent: TinyLife.Goals.StudentJobType
langs:
- csharp
- vb
name: UpdateWorking(Job, WorkAction, TimeSpan, Single)
nameWithType: StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName: TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWorking
path: ../TinyLife/Goals/StudentJobType.cs
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Goals
example: []
syntax:
content: public override void UpdateWorking(Job job, WorkAction action, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: job
type: TinyLife.Goals.Job
- id: action
type: TinyLife.Actions.WorkAction
- id: passedInGame
type: System.TimeSpan
- id: speedMultiplier
type: System.Single
content.vb: Public Overrides Sub UpdateWorking(job As Job, action As WorkAction, passedInGame As TimeSpan, speedMultiplier As Single)
overridden: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
overload: TinyLife.Goals.StudentJobType.UpdateWorking*
modifiers.csharp:
- public
- override
modifiers.vb:
- Public
- Overrides
references: references:
- uid: TinyLife.Goals.JobType - uid: TinyLife.Goals.JobType
commentId: T:TinyLife.Goals.JobType commentId: T:TinyLife.Goals.JobType
@ -1337,6 +1417,143 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
- uid: System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
commentId: T:System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
name: Dictionary<DayOfWeek, List<SkillType>>
nameWithType: Dictionary<DayOfWeek, List<SkillType>>
fullName: System.Collections.Generic.Dictionary<System.DayOfWeek, System.Collections.Generic.List<TinyLife.Skills.SkillType>>
nameWithType.vb: Dictionary(Of DayOfWeek, List(Of SkillType))
fullName.vb: System.Collections.Generic.Dictionary(Of System.DayOfWeek, System.Collections.Generic.List(Of TinyLife.Skills.SkillType))
name.vb: Dictionary(Of DayOfWeek, List(Of SkillType))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.DayOfWeek
name: DayOfWeek
nameWithType: DayOfWeek
fullName: System.DayOfWeek
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Skills.SkillType
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.DayOfWeek
name: DayOfWeek
nameWithType: DayOfWeek
fullName: System.DayOfWeek
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Skills.SkillType
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: TinyLife.Goals.StudentJobType.#ctor* - uid: TinyLife.Goals.StudentJobType.#ctor*
commentId: Overload:TinyLife.Goals.StudentJobType.#ctor commentId: Overload:TinyLife.Goals.StudentJobType.#ctor
name: StudentJobType name: StudentJobType
@ -1621,3 +1838,98 @@ references:
name: Int32 name: Int32
nameWithType: Int32 nameWithType: Int32
fullName: System.Int32 fullName: System.Int32
- uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId: M:TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent: TinyLife.Goals.JobType
isExternal: true
name: UpdateWorking(Job, WorkAction, TimeSpan, Single)
nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name: UpdateWorking
nameWithType: JobType.UpdateWorking
fullName: TinyLife.Goals.JobType.UpdateWorking
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Goals.Job
name: Job
nameWithType: Job
fullName: TinyLife.Goals.Job
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.WorkAction
name: WorkAction
nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name: UpdateWorking
nameWithType: JobType.UpdateWorking
fullName: TinyLife.Goals.JobType.UpdateWorking
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Goals.Job
name: Job
nameWithType: Job
fullName: TinyLife.Goals.Job
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.Actions.WorkAction
name: WorkAction
nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Goals.StudentJobType.UpdateWorking*
commentId: Overload:TinyLife.Goals.StudentJobType.UpdateWorking
name: UpdateWorking
nameWithType: StudentJobType.UpdateWorking
fullName: TinyLife.Goals.StudentJobType.UpdateWorking
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan

View file

@ -34,7 +34,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory id: LnCategory
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 140 startLine: 141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -69,7 +69,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui id: Ui
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 143 startLine: 144
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -103,7 +103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 145 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode id: BuildMode
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 147 startLine: 148
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -171,7 +171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 149 startLine: 150
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -205,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 151 startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -239,7 +239,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities id: Personalities
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 153 startLine: 154
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -273,7 +273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills id: Skills
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 155 startLine: 156
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -307,7 +307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs id: Jobs
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 157 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -341,7 +341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions id: Emotions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 159 startLine: 160
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -375,7 +375,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints id: Hints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 161 startLine: 162
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -409,7 +409,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints id: InGameHints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 163 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -443,7 +443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 165 startLine: 166
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -477,7 +477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 167 startLine: 168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -511,7 +511,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts id: ChoicePrompts
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 169 startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -545,7 +545,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements id: Achievements
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 171 startLine: 172
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization id: Localization
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 21 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -69,7 +69,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames id: LanguageNames
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 26 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -106,7 +106,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 31 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -143,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage id: SetLanguage
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 43 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -181,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 68 startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -225,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 87 startLine: 88
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -275,7 +275,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys id: GetKeys
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 96 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup id: AgeGroup
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2684 startLine: 2694
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2692 startLine: 2702
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -101,7 +101,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult id: Adult
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2698 startLine: 2708
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -35,7 +35,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nBreakable furniture is <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> that can be <xref href=\"TinyLife.Objects.BreakableFurniture.Broken\" data-throw-if-not-resolved=\"false\"></xref> and then repaired.\nAn object of this class is automatically returned in <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> if no <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType\" data-throw-if-not-resolved=\"false\"></xref> is set.\n" summary: "\nBreakable furniture is <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> that can be <xref href=\"TinyLife.Objects.BreakableFurniture.Broken\" data-throw-if-not-resolved=\"false\"></xref> and then repaired.\nAn object of this class is automatically returned in <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> if no <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType\" data-throw-if-not-resolved=\"false\"></xref> is set.\n"
example: [] example: []
syntax: syntax:
content: 'public class BreakableFurniture : Furniture, IGenericDataHolder, IPricedObject, IUpdatingObject' content: 'public class BreakableFurniture : Furniture, IGenericDataHolder, IPricedObject, IUpdatingObject'
@ -111,7 +111,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -283,7 +283,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public BreakableFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public BreakableFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -469,7 +469,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n" summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Action.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: [] example: []
syntax: syntax:
content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary) content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
@ -668,8 +668,8 @@ references:
name: Broken name: Broken
nameWithType: BreakableFurniture.Broken nameWithType: BreakableFurniture.Broken
fullName: TinyLife.Objects.BreakableFurniture.Broken fullName: TinyLife.Objects.BreakableFurniture.Broken
- uid: TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) - uid: TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
isExternal: true isExternal: true
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType - uid: TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
@ -2860,21 +2860,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2931,10 +2931,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -105,7 +105,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -168,7 +168,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Chimney(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Chimney(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2785,21 +2785,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2856,10 +2856,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -42,7 +42,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 21 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -96,7 +96,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 28 startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -133,7 +133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layers id: Layers
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 32 startLine: 33
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -170,7 +170,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllIntentions id: AllIntentions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 36 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -207,7 +207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice id: ReferencePrice
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 41 startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -242,7 +242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 221 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -277,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layer id: Layer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 225 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -312,7 +312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegions id: TextureRegions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 231 startLine: 232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -347,7 +347,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 236 startLine: 237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -382,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price id: Price
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 241 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -417,7 +417,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions id: Intentions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 245 startLine: 246
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -452,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 250 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -489,7 +489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable id: NonBuyable
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 255 startLine: 256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -526,7 +526,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ages id: Ages
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 260 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -563,18 +563,18 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthFunction id: DepthFunction
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 265 startLine: 266
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA function that determines the depth with which this clothes item is rendered based on the given <xref href=\"TinyLife.Objects.Person.Pose\" data-throw-if-not-resolved=\"false\"></xref>, their rotation, and the layer of this clothes item being rendered.\nThis function defaults to returning <xref href=\"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Func<Person.Pose, Direction2, float> DepthFunction { get; set; } content: public Func<(Person.Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; set; }
parameters: [] parameters: []
return: return:
type: System.Func{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Single} type: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
content.vb: Public Property DepthFunction As Func(Of Person.Pose, Direction2, Single) content.vb: Public Property DepthFunction As Func(Of(Pose As Person.Pose, Rotation As Direction2, Layer As Integer)(Of Person.Pose , Direction2, Integer), Single)
overload: TinyLife.Objects.Clothes.DepthFunction* overload: TinyLife.Objects.Clothes.DepthFunction*
modifiers.csharp: modifiers.csharp:
- public - public
@ -600,7 +600,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureBehaviorLayer id: TextureBehaviorLayer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 270 startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -637,7 +637,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomWeight id: RandomWeight
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 276 startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -674,7 +674,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomColorWeight id: RandomColorWeight
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 281 startLine: 282
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -711,7 +711,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIncompatible id: IsIncompatible
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 285 startLine: 286
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -748,7 +748,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 296 startLine: 297
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -802,7 +802,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 320 startLine: 321
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -839,7 +839,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreCompatible id: AreCompatible
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 330 startLine: 331
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -883,7 +883,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 338 startLine: 339
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -921,7 +921,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClothes id: GetClothes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 349 startLine: 350
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1707,18 +1707,18 @@ references:
name: DepthFunction name: DepthFunction
nameWithType: Clothes.DepthFunction nameWithType: Clothes.DepthFunction
fullName: TinyLife.Objects.Clothes.DepthFunction fullName: TinyLife.Objects.Clothes.DepthFunction
- uid: System.Func{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Single} - uid: System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
commentId: T:System.Func{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Single} commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person.Pose,MLEM.Misc.Direction2,System.Int32},System.Single}
parent: System parent: System
definition: System.Func`3 definition: System.Func`2
name: Func<Person.Pose, Direction2, Single> name: Func<(T1, T2, T3)<Person.Pose, Direction2, Int32>, Single>
nameWithType: Func<Person.Pose, Direction2, Single> nameWithType: Func<(T1, T2, T3)<Person.Pose, Direction2, Int32>, Single>
fullName: System.Func<TinyLife.Objects.Person.Pose, MLEM.Misc.Direction2, System.Single> fullName: System.Func<System.ValueTuple<TinyLife.Objects.Person.Pose, MLEM.Misc.Direction2, System.Int32>, System.Single>
nameWithType.vb: Func(Of Person.Pose, Direction2, Single) nameWithType.vb: Func(Of (T1, T2, T3)(Of Person.Pose, Direction2, Int32), Single)
fullName.vb: System.Func(Of TinyLife.Objects.Person.Pose, MLEM.Misc.Direction2, System.Single) fullName.vb: System.Func(Of System.ValueTuple(Of TinyLife.Objects.Person.Pose, MLEM.Misc.Direction2, System.Int32), System.Single)
name.vb: Func(Of Person.Pose, Direction2, Single) name.vb: Func(Of (T1, T2, T3)(Of Person.Pose, Direction2, Int32), Single)
spec.csharp: spec.csharp:
- uid: System.Func`3 - uid: System.Func`2
name: Func name: Func
nameWithType: Func nameWithType: Func
fullName: System.Func fullName: System.Func
@ -1726,6 +1726,14 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- uid: System.ValueTuple`3
name: (T1, T2, T3)
nameWithType: (T1, T2, T3)
fullName: System.ValueTuple
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose
name: Person.Pose name: Person.Pose
nameWithType: Person.Pose nameWithType: Person.Pose
@ -1741,6 +1749,17 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single - uid: System.Single
name: Single name: Single
nameWithType: Single nameWithType: Single
@ -1750,7 +1769,7 @@ references:
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
spec.vb: spec.vb:
- uid: System.Func`3 - uid: System.Func`2
name: Func name: Func
nameWithType: Func nameWithType: Func
fullName: System.Func fullName: System.Func
@ -1758,6 +1777,14 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- uid: System.ValueTuple`3
name: (T1, T2, T3)
nameWithType: (T1, T2, T3)
fullName: System.ValueTuple
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: TinyLife.Objects.Person.Pose - uid: TinyLife.Objects.Person.Pose
name: Person.Pose name: Person.Pose
nameWithType: Person.Pose nameWithType: Person.Pose
@ -1773,6 +1800,17 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single - uid: System.Single
name: Single name: Single
nameWithType: Single nameWithType: Single
@ -1781,17 +1819,17 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: System.Func`3 - uid: System.Func`2
commentId: T:System.Func`3 commentId: T:System.Func`2
isExternal: true isExternal: true
name: Func<T1, T2, TResult> name: Func<T, TResult>
nameWithType: Func<T1, T2, TResult> nameWithType: Func<T, TResult>
fullName: System.Func<T1, T2, TResult> fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T1, T2, TResult) nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T1, T2, TResult) fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T1, T2, TResult) name.vb: Func(Of T, TResult)
spec.csharp: spec.csharp:
- uid: System.Func`3 - uid: System.Func`2
name: Func name: Func
nameWithType: Func nameWithType: Func
fullName: System.Func fullName: System.Func
@ -1799,15 +1837,9 @@ references:
- name: < - name: <
nameWithType: < nameWithType: <
fullName: < fullName: <
- name: T1 - name: T
nameWithType: T1 nameWithType: T
fullName: T1 fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1818,7 +1850,7 @@ references:
nameWithType: '>' nameWithType: '>'
fullName: '>' fullName: '>'
spec.vb: spec.vb:
- uid: System.Func`3 - uid: System.Func`2
name: Func name: Func
nameWithType: Func nameWithType: Func
fullName: System.Func fullName: System.Func
@ -1826,15 +1858,9 @@ references:
- name: '(Of ' - name: '(Of '
nameWithType: '(Of ' nameWithType: '(Of '
fullName: '(Of ' fullName: '(Of '
- name: T1 - name: T
nameWithType: T1 nameWithType: T
fullName: T1 fullName: T
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2022,6 +2048,69 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: System.Func`3
commentId: T:System.Func`3
isExternal: true
name: Func<T1, T2, TResult>
nameWithType: Func<T1, T2, TResult>
fullName: System.Func<T1, T2, TResult>
nameWithType.vb: Func(Of T1, T2, TResult)
fullName.vb: System.Func(Of T1, T2, TResult)
name.vb: Func(Of T1, T2, TResult)
spec.csharp:
- uid: System.Func`3
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T1
nameWithType: T1
fullName: T1
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Func`3
name: Func
nameWithType: Func
fullName: System.Func
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T1
nameWithType: T1
fullName: T1
- name: ', '
nameWithType: ', '
fullName: ', '
- name: T2
nameWithType: T2
fullName: T2
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TResult
nameWithType: TResult
fullName: TResult
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Clothes.RandomColorWeight* - uid: TinyLife.Objects.Clothes.RandomColorWeight*
commentId: Overload:TinyLife.Objects.Clothes.RandomColorWeight commentId: Overload:TinyLife.Objects.Clothes.RandomColorWeight
name: RandomColorWeight name: RandomColorWeight

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntention id: ClothesIntention
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 602 startLine: 603
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -77,7 +77,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None id: None
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 606 startLine: 607
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Everyday id: Everyday
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 607 startLine: 608
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -141,7 +141,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party id: Party
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 608 startLine: 609
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Formal id: Formal
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 609 startLine: 610
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -205,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout id: Workout
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 610 startLine: 611
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -237,7 +237,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swimwear id: Swimwear
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 611 startLine: 612
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -269,7 +269,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep id: Sleep
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 612 startLine: 613
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -301,7 +301,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Summer id: Summer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 613 startLine: 614
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -333,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Winter id: Winter
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 614 startLine: 615
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -365,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work id: Work
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 615 startLine: 616
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -397,7 +397,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Safety id: Safety
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 616 startLine: 617
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -31,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesLayer id: ClothesLayer
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 543 startLine: 544
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Body id: Body
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 549 startLine: 550
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -113,7 +113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes id: Eyes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 553 startLine: 554
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pants id: Pants
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 557 startLine: 558
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -181,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Arms id: Arms
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 561 startLine: 562
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -215,7 +215,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shirt id: Shirt
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 565 startLine: 566
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -249,7 +249,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Accessories id: Accessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 569 startLine: 570
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -283,7 +283,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FacialHair id: FacialHair
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 573 startLine: 574
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -317,7 +317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair id: Hair
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 577 startLine: 578
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -351,7 +351,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeadAccessories id: HeadAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 581 startLine: 582
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -385,7 +385,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FaceAccessories id: FaceAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 585 startLine: 586
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -419,7 +419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ArmAccessories id: ArmAccessories
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 590 startLine: 591
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -453,7 +453,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shoes id: Shoes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 594 startLine: 595
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -106,7 +106,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -169,7 +169,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Counter(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Counter(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2818,21 +2818,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2889,10 +2889,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -107,7 +107,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -170,7 +170,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public CornerFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public CornerFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -384,7 +384,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method gets called when any neighboring furniture changes. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n" summary: "\nThis method gets called when any neighboring furniture changes in <xref href=\"TinyLife.Objects.Furniture.NotifyNeighbors\" data-throw-if-not-resolved=\"false\"></xref>. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n"
example: [] example: []
syntax: syntax:
content: protected override void OnNeighborChanged(Furniture neighbor) content: protected override void OnNeighborChanged(Furniture neighbor)
@ -419,7 +419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/CornerFurniture.cs path: ../TinyLife/Objects/CornerFurniture.cs
startLine: 77 startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2747,21 +2747,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2818,10 +2818,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -104,7 +104,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -167,7 +167,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Fence(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Fence(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -334,7 +334,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method gets called when any neighboring furniture changes. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n" summary: "\nThis method gets called when any neighboring furniture changes in <xref href=\"TinyLife.Objects.Furniture.NotifyNeighbors\" data-throw-if-not-resolved=\"false\"></xref>. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n"
example: [] example: []
syntax: syntax:
content: protected override void OnNeighborChanged(Furniture neighbor) content: protected override void OnNeighborChanged(Furniture neighbor)
@ -369,7 +369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: ../TinyLife/Objects/Fence.cs path: ../TinyLife/Objects/Fence.cs
startLine: 62 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2582,21 +2582,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2653,10 +2653,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -111,7 +111,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -173,7 +173,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Fireplace(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Fireplace(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2690,21 +2690,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2761,10 +2761,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -112,7 +112,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -265,7 +265,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Food(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Food(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2698,21 +2698,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2769,10 +2769,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -111,7 +111,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -340,7 +340,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public FoodTypedItem(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public FoodTypedItem(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2958,21 +2958,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -3029,10 +3029,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -107,7 +107,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -254,7 +254,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Fridge(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Fridge(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2885,21 +2885,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2956,10 +2956,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -63,7 +63,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0}) - TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
- TinyLife.Objects.Furniture.Rotation - TinyLife.Objects.Furniture.Rotation
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
@ -86,7 +86,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture id: Furniture
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 28 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -114,6 +114,7 @@ items:
- TinyLife.Objects.Newspaper - TinyLife.Objects.Newspaper
- TinyLife.Objects.OverlayWallHanging - TinyLife.Objects.OverlayWallHanging
- TinyLife.Objects.Painting - TinyLife.Objects.Painting
- TinyLife.Objects.TrashBag
- TinyLife.Objects.TrashCan - TinyLife.Objects.TrashCan
- TinyLife.Objects.UnfinishedWoodwork - TinyLife.Objects.UnfinishedWoodwork
implements: implements:
@ -175,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random id: Random
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 34 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -212,7 +213,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDescription id: OnGetDescription
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 41 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -245,7 +246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSetCreator id: OnSetCreator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 47 startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -278,7 +279,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDirty id: OnGetDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 52 startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -311,7 +312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDirty id: OnDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 57 startLine: 60
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -344,7 +345,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 64 startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -384,7 +385,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo id: ParentInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 67 startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -424,7 +425,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility id: Visibility
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 76 startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -465,7 +466,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 82 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -510,7 +511,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation id: Rotation
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 88 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -553,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentFurniture id: ParentFurniture
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 93 startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -590,7 +591,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentObjectSpot id: ParentObjectSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 98 startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -627,7 +628,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasParent id: HasParent
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 103 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -664,7 +665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 109 startLine: 112
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -707,7 +708,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area id: Area
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 113 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -744,7 +745,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DevaluedThroughUse id: DevaluedThroughUse
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 119 startLine: 122
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -791,7 +792,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled id: AreUtilitiesDisabled
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 124 startLine: 127
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -828,7 +829,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic id: IsStatic
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 129 startLine: 132
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -875,7 +876,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatorId id: CreatorId
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 135 startLine: 138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -926,7 +927,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 143 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -973,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeDirty id: CanBeDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 148 startLine: 151
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1010,7 +1011,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirty id: Dirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 154 startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1057,7 +1058,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPrice id: CustomPrice
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 160 startLine: 163
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1104,7 +1105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator id: Creator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 165 startLine: 168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1141,7 +1142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AttachedWall id: AttachedWall
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 170 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1178,7 +1179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideFromDraw id: HideFromDraw
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 174 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1215,7 +1216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualRotation id: VisualRotation
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 201 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1252,11 +1253,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 219 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Furniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Furniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -1303,7 +1304,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 230 startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1359,7 +1360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 246 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1397,7 +1398,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects id: Intersects
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 273 startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1439,7 +1440,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories id: GetCategories
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 278 startLine: 281
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1483,7 +1484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded id: OnAdded
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 283 startLine: 286
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1518,7 +1519,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved id: OnRemoved
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 290 startLine: 293
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1553,7 +1554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority id: GetAiPriority
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 298 startLine: 301
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1598,7 +1599,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 312 startLine: 315
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1649,11 +1650,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted id: OnActionCompleted
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 319 startLine: 322
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in is completed. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Parent\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets <xref href=\"TinyLife.Objects.Furniture.DevaluedThroughUse\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nThis method is called when an <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in is completed. Note that this includes actions that are underlying (see <see cref=\"!:Actions.Typeless.Action.Parent\"></see>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets <xref href=\"TinyLife.Objects.Furniture.DevaluedThroughUse\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary) content: public override void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary)
@ -1694,11 +1695,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 329 startLine: 332
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n" summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Action.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: [] example: []
syntax: syntax:
content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary) content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
@ -1745,7 +1746,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo id: GetFreeActionSpotInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 341 startLine: 352
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1790,7 +1791,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 347 startLine: 358
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1829,7 +1830,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier id: GetEfficiencyModifier
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 359 startLine: 370
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1883,7 +1884,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRestoreNeedModifier id: GetRestoreNeedModifier
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 367 startLine: 378
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1934,7 +1935,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 391 startLine: 402
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2011,7 +2012,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 399 startLine: 410
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2050,7 +2051,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 411 startLine: 422
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2091,7 +2092,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 442 startLine: 453
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2132,7 +2133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDirty id: GetDirty
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 453 startLine: 464
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2173,7 +2174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator id: SetCreator
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 473 startLine: 484
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2214,11 +2215,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 486 startLine: 497
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method gets called when any neighboring furniture changes. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n" summary: "\nThis method gets called when any neighboring furniture changes in <xref href=\"TinyLife.Objects.Furniture.NotifyNeighbors\" data-throw-if-not-resolved=\"false\"></xref>. The neighboring furniture is passed.\nBy default, this method does nothing, so calling base is not necessary.\n"
example: [] example: []
syntax: syntax:
content: protected virtual void OnNeighborChanged(Furniture neighbor) content: protected virtual void OnNeighborChanged(Furniture neighbor)
@ -2252,7 +2253,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi id: DrawUi
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 497 startLine: 508
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2303,7 +2304,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants id: GetOccupants
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 511 startLine: 522
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2345,7 +2346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots id: GetFreeActionSpots
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 524 startLine: 535
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2387,7 +2388,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot id: GetFreeActionSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 540 startLine: 551
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2429,7 +2430,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo id: GetActionSpotInfo
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 553 startLine: 564
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2474,7 +2475,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot id: GetFreeObjectSpot
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 565 startLine: 576
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2519,7 +2520,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent id: SetParent
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 579 startLine: 590
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2558,7 +2559,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren id: UnlinkParentsAndChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 593 startLine: 604
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2590,7 +2591,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink id: RemoveAndUnlink
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 603 startLine: 614
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2622,7 +2623,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren id: GetChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 613 startLine: 624
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2664,7 +2665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren id: RemoveChildren
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 624 startLine: 635
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2711,7 +2712,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild id: RemoveChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 638 startLine: 649
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2750,7 +2751,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 657 startLine: 668
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2781,7 +2782,7 @@ items:
description: The type of furniture that the child is description: The type of furniture that the child is
return: return:
type: '{T}' type: '{T}'
description: The child that was added, or null if it doesn&apos;t match the type specified description: The child that was added, or null if there is no space for it.
content.vb: Public Function AddChild(Of T As Furniture)(type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing, position As Vector2? = Nothing) As T content.vb: Public Function AddChild(Of T As Furniture)(type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing, position As Vector2? = Nothing) As T
overload: TinyLife.Objects.Furniture.AddChild* overload: TinyLife.Objects.Furniture.AddChild*
nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2)) nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2))
@ -2809,7 +2810,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 672 startLine: 681
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2839,16 +2840,16 @@ items:
- Public - Public
fullName.vb: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) fullName.vb: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable(Of Microsoft.Xna.Framework.Vector2))
name.vb: AddChild(Furniture, Direction2, Nullable(Of Vector2)) name.vb: AddChild(Furniture, Direction2, Nullable(Of Vector2))
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
id: SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) id: SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
langs: langs:
- csharp - csharp
- vb - vb
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
type: Method type: Method
source: source:
remote: remote:
@ -2857,14 +2858,16 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 689 startLine: 698
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n" summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
example: [] example: []
syntax: syntax:
content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null) content: >-
public T SetChild<T>(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null)
where T : Furniture
parameters: parameters:
- id: spot - id: spot
type: TinyLife.Objects.ObjectSpot type: TinyLife.Objects.ObjectSpot
@ -2881,15 +2884,19 @@ items:
- id: id - id: id
type: System.Nullable{System.Guid} type: System.Nullable{System.Guid}
description: The id that the child should have, random by default description: The id that the child should have, random by default
content.vb: Public Sub SetChild(spot As ObjectSpot, type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing) typeParameters:
- id: T
return:
type: '{T}'
content.vb: Public Function SetChild(Of T As Furniture)(spot As ObjectSpot, type As FurnitureType, rotation As Direction2, colors As Integer() = Nothing, id As Guid? = Nothing) As T
overload: TinyLife.Objects.Furniture.SetChild* overload: TinyLife.Objects.Furniture.SetChild*
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
modifiers.csharp: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
id: SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) id: SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
@ -2908,7 +2915,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 700 startLine: 711
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2950,7 +2957,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors id: NotifyNeighbors
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 713 startLine: 724
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2982,7 +2989,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId id: SetNewId
path: ../TinyLife/Objects/Furniture.cs path: ../TinyLife/Objects/Furniture.cs
startLine: 726 startLine: 737
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5454,8 +5461,8 @@ references:
name: VisualRotation name: VisualRotation
nameWithType: Furniture.VisualRotation nameWithType: Furniture.VisualRotation
fullName: TinyLife.Objects.Furniture.VisualRotation fullName: TinyLife.Objects.Furniture.VisualRotation
- uid: TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) - uid: TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
isExternal: true isExternal: true
- uid: TinyLife.Objects.Furniture.#ctor* - uid: TinyLife.Objects.Furniture.#ctor*
commentId: Overload:TinyLife.Objects.Furniture.#ctor commentId: Overload:TinyLife.Objects.Furniture.#ctor
@ -6919,6 +6926,34 @@ references:
name: SetCreator name: SetCreator
nameWithType: Furniture.SetCreator nameWithType: Furniture.SetCreator
fullName: TinyLife.Objects.Furniture.SetCreator fullName: TinyLife.Objects.Furniture.SetCreator
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
commentId: M:TinyLife.Objects.Furniture.NotifyNeighbors
parent: TinyLife.Objects.Furniture
name: NotifyNeighbors()
nameWithType: Furniture.NotifyNeighbors()
fullName: TinyLife.Objects.Furniture.NotifyNeighbors()
spec.csharp:
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
name: NotifyNeighbors
nameWithType: Furniture.NotifyNeighbors
fullName: TinyLife.Objects.Furniture.NotifyNeighbors
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
name: NotifyNeighbors
nameWithType: Furniture.NotifyNeighbors
fullName: TinyLife.Objects.Furniture.NotifyNeighbors
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture.OnNeighborChanged* - uid: TinyLife.Objects.Furniture.OnNeighborChanged*
commentId: Overload:TinyLife.Objects.Furniture.OnNeighborChanged commentId: Overload:TinyLife.Objects.Furniture.OnNeighborChanged
name: OnNeighborChanged name: OnNeighborChanged

View file

@ -401,7 +401,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA delegate to a <xref href=\"System.Type\" data-throw-if-not-resolved=\"false\"></xref> that is constructed when this furniture type is instantiated using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nThe type needs to have a constructor with the same signature as <xref href=\"TinyLife.Objects.Furniture.%23ctor(System.Guid%2cTinyLife.Objects.FurnitureType%2cSystem.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this value is null, a <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance will be constructed from this type if its <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.Reliability\" data-throw-if-not-resolved=\"false\"></xref> is null, or a <xref href=\"TinyLife.Objects.BreakableFurniture\" data-throw-if-not-resolved=\"false\"></xref> instance if it is non-null.\n" summary: "\nA delegate to a <xref href=\"System.Type\" data-throw-if-not-resolved=\"false\"></xref> that is constructed when this furniture type is instantiated using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nThe type needs to have a constructor with the same signature as <xref href=\"TinyLife.Objects.Furniture.%23ctor(System.Guid%2cTinyLife.Objects.FurnitureType%2cSystem.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this value is null, a <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance will be constructed from this type if its <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.Reliability\" data-throw-if-not-resolved=\"false\"></xref> is null, or a <xref href=\"TinyLife.Objects.BreakableFurniture\" data-throw-if-not-resolved=\"false\"></xref> instance if it is non-null.\n"
example: [] example: []
syntax: syntax:
content: public Type ConstructedType content: public Type ConstructedType
@ -632,7 +632,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe reliability of this furniture item, which should be a value between 1 and 10.\nThis value defaults to null, menaing this object is non-breakable.\nNote that, if this value is non-null, <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> will construct a <xref href=\"TinyLife.Objects.BreakableFurniture\" data-throw-if-not-resolved=\"false\"></xref> by default.\n" summary: "\nThe reliability of this furniture item, which should be a value between 1 and 10.\nThis value defaults to null, menaing this object is non-breakable.\nNote that, if this value is non-null, <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> will construct a <xref href=\"TinyLife.Objects.BreakableFurniture\" data-throw-if-not-resolved=\"false\"></xref> by default.\n"
example: [] example: []
syntax: syntax:
content: public int? Reliability content: public int? Reliability
@ -929,7 +929,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe light settings for an instance of this furniture type.\nNote that, if this value is set, <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> will automatically construct an instance of <xref href=\"TinyLife.Objects.LightFurniture\" data-throw-if-not-resolved=\"false\"></xref>, and any custom <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType\" data-throw-if-not-resolved=\"false\"></xref> should extend <xref href=\"TinyLife.Objects.LightFurniture\" data-throw-if-not-resolved=\"false\"></xref> as well.\n" summary: "\nThe light settings for an instance of this furniture type.\nNote that, if this value is set, <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref> will automatically construct an instance of <xref href=\"TinyLife.Objects.LightFurniture\" data-throw-if-not-resolved=\"false\"></xref>, and any custom <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType\" data-throw-if-not-resolved=\"false\"></xref> should extend <xref href=\"TinyLife.Objects.LightFurniture\" data-throw-if-not-resolved=\"false\"></xref> as well.\n"
example: [] example: []
syntax: syntax:
content: public LightFurniture.Settings LightSettings content: public LightFurniture.Settings LightSettings
@ -1810,8 +1810,8 @@ references:
name: Type name: Type
nameWithType: Type nameWithType: Type
fullName: System.Type fullName: System.Type
- uid: TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) - uid: TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
isExternal: true isExternal: true
- uid: TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - uid: TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
commentId: M:TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)

View file

@ -10,6 +10,7 @@ items:
- TinyLife.Objects.FurnitureType.BigRocks - TinyLife.Objects.FurnitureType.BigRocks
- TinyLife.Objects.FurnitureType.BirchTree - TinyLife.Objects.FurnitureType.BirchTree
- TinyLife.Objects.FurnitureType.Book - TinyLife.Objects.FurnitureType.Book
- TinyLife.Objects.FurnitureType.BookCart
- TinyLife.Objects.FurnitureType.BridgeBorderEnd - TinyLife.Objects.FurnitureType.BridgeBorderEnd
- TinyLife.Objects.FurnitureType.BridgeBorderSegment - TinyLife.Objects.FurnitureType.BridgeBorderSegment
- TinyLife.Objects.FurnitureType.BridgeBorderStart - TinyLife.Objects.FurnitureType.BridgeBorderStart
@ -18,7 +19,7 @@ items:
- TinyLife.Objects.FurnitureType.CafeSign - TinyLife.Objects.FurnitureType.CafeSign
- TinyLife.Objects.FurnitureType.ChildStove - TinyLife.Objects.FurnitureType.ChildStove
- TinyLife.Objects.FurnitureType.ColorfulCandles - TinyLife.Objects.FurnitureType.ColorfulCandles
- TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) - TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
- TinyLife.Objects.FurnitureType.CountryFence - TinyLife.Objects.FurnitureType.CountryFence
- TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa - TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa
- TinyLife.Objects.FurnitureType.CustomPainting - TinyLife.Objects.FurnitureType.CustomPainting
@ -115,10 +116,12 @@ items:
- TinyLife.Objects.FurnitureType.SimpleChair - TinyLife.Objects.FurnitureType.SimpleChair
- TinyLife.Objects.FurnitureType.SimpleCounter - TinyLife.Objects.FurnitureType.SimpleCounter
- TinyLife.Objects.FurnitureType.SimpleDesk - TinyLife.Objects.FurnitureType.SimpleDesk
- TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf
- TinyLife.Objects.FurnitureType.SimpleDrawer - TinyLife.Objects.FurnitureType.SimpleDrawer
- TinyLife.Objects.FurnitureType.SimpleEasel - TinyLife.Objects.FurnitureType.SimpleEasel
- TinyLife.Objects.FurnitureType.SimpleLamp - TinyLife.Objects.FurnitureType.SimpleLamp
- TinyLife.Objects.FurnitureType.SimpleLowTable - TinyLife.Objects.FurnitureType.SimpleLowTable
- TinyLife.Objects.FurnitureType.SimpleNightstand
- TinyLife.Objects.FurnitureType.SimpleOpenShower - TinyLife.Objects.FurnitureType.SimpleOpenShower
- TinyLife.Objects.FurnitureType.SimplePicnicTable - TinyLife.Objects.FurnitureType.SimplePicnicTable
- TinyLife.Objects.FurnitureType.SimpleShower - TinyLife.Objects.FurnitureType.SimpleShower
@ -143,6 +146,7 @@ items:
- TinyLife.Objects.FurnitureType.Spanner - TinyLife.Objects.FurnitureType.Spanner
- TinyLife.Objects.FurnitureType.Sponge - TinyLife.Objects.FurnitureType.Sponge
- TinyLife.Objects.FurnitureType.SquareDinnerTable - TinyLife.Objects.FurnitureType.SquareDinnerTable
- TinyLife.Objects.FurnitureType.SquareIndoorTrashCan
- TinyLife.Objects.FurnitureType.SquarePlantPots - TinyLife.Objects.FurnitureType.SquarePlantPots
- TinyLife.Objects.FurnitureType.StandingCoatRack - TinyLife.Objects.FurnitureType.StandingCoatRack
- TinyLife.Objects.FurnitureType.StandingDesk - TinyLife.Objects.FurnitureType.StandingDesk
@ -160,6 +164,7 @@ items:
- TinyLife.Objects.FurnitureType.TraditionalBedsideLamp - TinyLife.Objects.FurnitureType.TraditionalBedsideLamp
- TinyLife.Objects.FurnitureType.TraditionalCounter - TinyLife.Objects.FurnitureType.TraditionalCounter
- TinyLife.Objects.FurnitureType.TraditionalFireplace - TinyLife.Objects.FurnitureType.TraditionalFireplace
- TinyLife.Objects.FurnitureType.TrashBag
- TinyLife.Objects.FurnitureType.Treadmill - TinyLife.Objects.FurnitureType.Treadmill
- TinyLife.Objects.FurnitureType.TreeStumps - TinyLife.Objects.FurnitureType.TreeStumps
- TinyLife.Objects.FurnitureType.Types - TinyLife.Objects.FurnitureType.Types
@ -167,6 +172,8 @@ items:
- TinyLife.Objects.FurnitureType.UnpreparedFood - TinyLife.Objects.FurnitureType.UnpreparedFood
- TinyLife.Objects.FurnitureType.Vases - TinyLife.Objects.FurnitureType.Vases
- TinyLife.Objects.FurnitureType.VerticalDumbbellRack - TinyLife.Objects.FurnitureType.VerticalDumbbellRack
- TinyLife.Objects.FurnitureType.VerticalPlanter
- TinyLife.Objects.FurnitureType.WheelieBin
- TinyLife.Objects.FurnitureType.WindowPlants - TinyLife.Objects.FurnitureType.WindowPlants
- TinyLife.Objects.FurnitureType.Wisteria - TinyLife.Objects.FurnitureType.Wisteria
- TinyLife.Objects.FurnitureType.WoodenPowerPole - TinyLife.Objects.FurnitureType.WoodenPowerPole
@ -755,16 +762,16 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) - uid: TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.FurnitureType.Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
id: Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid}) id: Construct``1(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})
parent: TinyLife.Objects.FurnitureType parent: TinyLife.Objects.FurnitureType
langs: langs:
- csharp - csharp
- vb - vb
name: Construct(Int32[], Map, Vector2, Nullable<Guid>) name: Construct<T>(Int32[], Map, Vector2, Nullable<Guid>)
nameWithType: FurnitureType.Construct(Int32[], Map, Vector2, Nullable<Guid>) nameWithType: FurnitureType.Construct<T>(Int32[], Map, Vector2, Nullable<Guid>)
fullName: TinyLife.Objects.FurnitureType.Construct(System.Int32[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Nullable<System.Guid>) fullName: TinyLife.Objects.FurnitureType.Construct<T>(System.Int32[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Nullable<System.Guid>)
type: Method type: Method
source: source:
remote: remote:
@ -780,7 +787,9 @@ items:
summary: "\nConstructs a new <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> object from this furniture type\n" summary: "\nConstructs a new <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> object from this furniture type\n"
example: [] example: []
syntax: syntax:
content: public Furniture Construct(int[] colors, Map map, Vector2 pos, Guid? id = null) content: >-
public T Construct<T>(int[] colors, Map map, Vector2 pos, Guid? id = null)
where T : Furniture
parameters: parameters:
- id: colors - id: colors
type: System.Int32[] type: System.Int32[]
@ -794,18 +803,20 @@ items:
- id: id - id: id
type: System.Nullable{System.Guid} type: System.Nullable{System.Guid}
description: The id that the furniture should have, or a random one by defualt description: The id that the furniture should have, or a random one by defualt
typeParameters:
- id: T
return: return:
type: TinyLife.Objects.Furniture type: '{T}'
description: A new furniture instance of this type description: A new furniture instance of this type
content.vb: Public Function Construct(colors As Integer(), map As Map, pos As Vector2, id As Guid? = Nothing) As Furniture content.vb: Public Function Construct(Of T As Furniture)(colors As Integer(), map As Map, pos As Vector2, id As Guid? = Nothing) As T
overload: TinyLife.Objects.FurnitureType.Construct* overload: TinyLife.Objects.FurnitureType.Construct*
nameWithType.vb: FurnitureType.Construct(Int32(), Map, Vector2, Nullable(Of Guid)) nameWithType.vb: FurnitureType.Construct(Of T)(Int32(), Map, Vector2, Nullable(Of Guid))
modifiers.csharp: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
fullName.vb: TinyLife.Objects.FurnitureType.Construct(System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.FurnitureType.Construct(Of T)(System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Nullable(Of System.Guid))
name.vb: Construct(Int32(), Map, Vector2, Nullable(Of Guid)) name.vb: Construct(Of T)(Int32(), Map, Vector2, Nullable(Of Guid))
- uid: TinyLife.Objects.FurnitureType.GetConstructedType - uid: TinyLife.Objects.FurnitureType.GetConstructedType
commentId: M:TinyLife.Objects.FurnitureType.GetConstructedType commentId: M:TinyLife.Objects.FurnitureType.GetConstructedType
id: GetConstructedType id: GetConstructedType
@ -3113,6 +3124,41 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.FurnitureType.VerticalPlanter
commentId: F:TinyLife.Objects.FurnitureType.VerticalPlanter
id: VerticalPlanter
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: VerticalPlanter
nameWithType: FurnitureType.VerticalPlanter
fullName: TinyLife.Objects.FurnitureType.VerticalPlanter
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VerticalPlanter
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 322
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType VerticalPlanter
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly VerticalPlanter As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SimpleDesk - uid: TinyLife.Objects.FurnitureType.SimpleDesk
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
id: SimpleDesk id: SimpleDesk
@ -4093,6 +4139,41 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf
commentId: F:TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf
id: SimpleDoubleSidedBookshelf
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: SimpleDoubleSidedBookshelf
nameWithType: FurnitureType.SimpleDoubleSidedBookshelf
fullName: TinyLife.Objects.FurnitureType.SimpleDoubleSidedBookshelf
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDoubleSidedBookshelf
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType SimpleDoubleSidedBookshelf
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly SimpleDoubleSidedBookshelf As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.ModernTv - uid: TinyLife.Objects.FurnitureType.ModernTv
commentId: F:TinyLife.Objects.FurnitureType.ModernTv commentId: F:TinyLife.Objects.FurnitureType.ModernTv
id: ModernTv id: ModernTv
@ -4111,7 +4192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernTv id: ModernTv
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 177 startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4146,7 +4227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixologyKit id: MixologyKit
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 184 startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4181,7 +4262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleSofa id: SimpleSofa
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 188 startLine: 197
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4216,7 +4297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleLowTable id: SimpleLowTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 195 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4251,7 +4332,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleWallSink id: SimpleWallSink
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 200 startLine: 209
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4286,7 +4367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Treadmill id: Treadmill
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 207 startLine: 216
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4321,7 +4402,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DumbbellRack id: DumbbellRack
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 217 startLine: 226
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4356,7 +4437,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VerticalDumbbellRack id: VerticalDumbbellRack
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 221 startLine: 230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4391,7 +4472,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk id: StandingDesk
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 225 startLine: 234
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4426,7 +4507,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeKit id: ProteinShakeKit
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 231 startLine: 240
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4461,7 +4542,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBarbecue id: SmallBarbecue
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 236 startLine: 245
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4496,7 +4577,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimplePicnicTable id: SimplePicnicTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 242 startLine: 251
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4531,7 +4612,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallPicnicTable id: SmallPicnicTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 247 startLine: 256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4566,7 +4647,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParkTrashCan id: ParkTrashCan
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 252 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4601,7 +4682,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingTable id: WoodworkingTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 256 startLine: 265
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4636,7 +4717,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateBed id: OrnateBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 262 startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4671,7 +4752,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateFlowerBed id: OrnateFlowerBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 268 startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4706,7 +4787,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateSingleBed id: OrnateSingleBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 274 startLine: 283
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4741,7 +4822,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FourPostBed id: FourPostBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 280 startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4776,7 +4857,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalCounter id: TraditionalCounter
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 286 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4811,7 +4892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalBar id: TraditionalBar
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 293 startLine: 302
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4846,7 +4927,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CushionedWoodworkingSofa id: CushionedWoodworkingSofa
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 299 startLine: 308
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4881,7 +4962,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyCushionedWoodworkingSofa id: FullyCushionedWoodworkingSofa
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 307 startLine: 316
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4916,7 +4997,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeWoodworkingSofa id: LargeWoodworkingSofa
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 315 startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4951,7 +5032,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingChairArmrests id: WoodworkingChairArmrests
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 323 startLine: 332
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4986,7 +5067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingChair id: WoodworkingChair
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 329 startLine: 338
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5021,7 +5102,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingCloset id: WoodworkingCloset
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 335 startLine: 344
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5056,7 +5137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenToyBox id: WoodenToyBox
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 345 startLine: 354
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5091,7 +5172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove id: ChildStove
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 348 startLine: 357
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5126,7 +5207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sandbox id: Sandbox
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 358 startLine: 367
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5161,7 +5242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle id: Puzzle
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 366 startLine: 375
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5196,7 +5277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaristaCoffeeMachine id: BaristaCoffeeMachine
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 370 startLine: 379
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5231,7 +5312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingCoatRack id: StandingCoatRack
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 376 startLine: 385
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5266,7 +5347,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase id: CafeDisplayCase
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 380 startLine: 389
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5301,7 +5382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlainCoffeeTable id: PlainCoffeeTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 384 startLine: 393
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5336,7 +5417,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernTvStand id: ModernTvStand
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 389 startLine: 398
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5371,7 +5452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallOpenShelf id: SmallOpenShelf
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 395 startLine: 404
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5388,6 +5469,146 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.FurnitureType.BookCart
commentId: F:TinyLife.Objects.FurnitureType.BookCart
id: BookCart
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: BookCart
nameWithType: FurnitureType.BookCart
fullName: TinyLife.Objects.FurnitureType.BookCart
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BookCart
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 413
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType BookCart
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly BookCart As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SquareIndoorTrashCan
commentId: F:TinyLife.Objects.FurnitureType.SquareIndoorTrashCan
id: SquareIndoorTrashCan
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: SquareIndoorTrashCan
nameWithType: FurnitureType.SquareIndoorTrashCan
fullName: TinyLife.Objects.FurnitureType.SquareIndoorTrashCan
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquareIndoorTrashCan
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 417
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType SquareIndoorTrashCan
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly SquareIndoorTrashCan As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.WheelieBin
commentId: F:TinyLife.Objects.FurnitureType.WheelieBin
id: WheelieBin
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: WheelieBin
nameWithType: FurnitureType.WheelieBin
fullName: TinyLife.Objects.FurnitureType.WheelieBin
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WheelieBin
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 421
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType WheelieBin
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly WheelieBin As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.SimpleNightstand
commentId: F:TinyLife.Objects.FurnitureType.SimpleNightstand
id: SimpleNightstand
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: SimpleNightstand
nameWithType: FurnitureType.SimpleNightstand
fullName: TinyLife.Objects.FurnitureType.SimpleNightstand
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleNightstand
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 425
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType SimpleNightstand
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly SimpleNightstand As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.EmptyPlate - uid: TinyLife.Objects.FurnitureType.EmptyPlate
commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate
id: EmptyPlate id: EmptyPlate
@ -6053,6 +6274,41 @@ items:
- Public - Public
- Shared - Shared
- ReadOnly - ReadOnly
- uid: TinyLife.Objects.FurnitureType.TrashBag
commentId: F:TinyLife.Objects.FurnitureType.TrashBag
id: TrashBag
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: TrashBag
nameWithType: FurnitureType.TrashBag
fullName: TinyLife.Objects.FurnitureType.TrashBag
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashBag
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType TrashBag
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly TrashBag As FurnitureType
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: TinyLife.Objects.FurnitureType.Mop - uid: TinyLife.Objects.FurnitureType.Mop
commentId: F:TinyLife.Objects.FurnitureType.Mop commentId: F:TinyLife.Objects.FurnitureType.Mop
id: Mop id: Mop
@ -6071,7 +6327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mop id: Mop
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 87 startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6106,7 +6362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dumbbell id: Dumbbell
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 88 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6141,7 +6397,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillingFood id: GrillingFood
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 91 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6176,7 +6432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnfinishedWoodwork id: UnfinishedWoodwork
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 94 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6211,7 +6467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HomeworkBook id: HomeworkBook
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 100 startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6246,7 +6502,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyCar id: ToyCar
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 103 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6281,7 +6537,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallShovel id: SmallShovel
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 106 startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6316,7 +6572,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Newspaper id: Newspaper
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 107 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6351,7 +6607,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenPowerPole id: WoodenPowerPole
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 115 startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6386,7 +6642,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenPowerPoleLine id: WoodenPowerPoleLine
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 118 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6421,7 +6677,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkillBooks id: SkillBooks
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 121 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6456,7 +6712,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BridgeBorderSegment id: BridgeBorderSegment
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 125 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6491,7 +6747,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BridgeBorderStart id: BridgeBorderStart
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 126 startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6526,7 +6782,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BridgeBorderEnd id: BridgeBorderEnd
path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs
startLine: 127 startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -8207,6 +8463,16 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- uid: T
name: T
nameWithType: T
fullName: T
- uid: System.Type - uid: System.Type
commentId: T:System.Type commentId: T:System.Type
parent: System parent: System

View file

@ -105,7 +105,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -248,7 +248,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Gravestone(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Gravestone(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2804,21 +2804,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2875,10 +2875,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan id: LifeSpan
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2706 startLine: 2716
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -61,7 +61,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort id: VeryShort
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2709 startLine: 2719
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short id: Short
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2710 startLine: 2720
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal id: Normal
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2711 startLine: 2721
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -157,7 +157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long id: Long
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2712 startLine: 2722
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong id: VeryLong
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2713 startLine: 2723
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -221,7 +221,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite id: Infinite
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2714 startLine: 2724
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -112,7 +112,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -291,7 +291,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public LightFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public LightFurniture(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -3011,21 +3011,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -3082,10 +3082,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapObject id: MapObject
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 32 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -122,7 +122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonRotationOrder id: PersonRotationOrder
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 38 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCreated id: OnCreated
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 44 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -194,7 +194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnValidated id: OnValidated
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 49 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEventsAttachable id: OnEventsAttachable
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 54 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -264,7 +264,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDraw id: OnDraw
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 60 startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -297,7 +297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate id: OnUpdate
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 66 startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -330,7 +330,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position id: Position
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 72 startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -379,7 +379,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 97 startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility id: Visibility
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 104 startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -458,7 +458,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id id: Id
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 109 startLine: 108
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -507,7 +507,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 115 startLine: 114
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -544,7 +544,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot id: CurrentLot
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 119 startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -581,7 +581,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentRoom id: CurrentRoom
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 123 startLine: 122
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -618,7 +618,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInWorld id: IsInWorld
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 127 startLine: 126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -655,7 +655,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 137 startLine: 136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -697,7 +697,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 157 startLine: 156
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -750,7 +750,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects id: Intersects
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 165 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -791,7 +791,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 175 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -828,7 +828,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories id: GetCategories
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 186 startLine: 185
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -869,7 +869,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded id: OnAdded
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 194 startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -903,7 +903,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved id: OnRemoved
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 200 startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -937,7 +937,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 207 startLine: 206
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -975,7 +975,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority id: GetAiPriority
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 218 startLine: 217
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1019,7 +1019,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 231 startLine: 230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1069,11 +1069,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted id: OnActionCompleted
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 243 startLine: 242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in is completed. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Parent\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets <xref href=\"TinyLife.Objects.Furniture.DevaluedThroughUse\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nThis method is called when an <xref href=\"System.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in is completed. Note that this includes actions that are underlying (see <see cref=\"!:Actions.Typeless.Action.Parent\"></see>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets <xref href=\"TinyLife.Objects.Furniture.DevaluedThroughUse\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary) content: public virtual void OnActionCompleted(Action action, CompletionType type, bool isAuxiliary)
@ -1113,11 +1113,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 255 startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n" summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (see <xref href=\"TinyLife.Actions.Action.Parent\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Action.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: [] example: []
syntax: syntax:
content: public virtual void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary) content: public virtual void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
@ -1163,7 +1163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo id: GetFreeActionSpotInfo
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 263 startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1207,7 +1207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged id: OnCameraRotationChanged
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 273 startLine: 272
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1248,7 +1248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetMapAndValidate id: SetMapAndValidate
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 280 startLine: 279
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1287,7 +1287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCategory id: HasCategory
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 291 startLine: 290
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1329,7 +1329,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier id: GetEfficiencyModifier
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 307 startLine: 306
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1382,7 +1382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRestoreNeedModifier id: GetRestoreNeedModifier
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 322 startLine: 321
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1432,7 +1432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw id: DoDraw
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 334 startLine: 333
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1483,7 +1483,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate id: DoUpdate
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 351 startLine: 350
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1525,7 +1525,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns id: DrawColumns
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 380 startLine: 379
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1611,7 +1611,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModCategory id: GetModCategory
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 442 startLine: 445
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3121,18 +3121,13 @@ references:
name: TinyLife.Actions name: TinyLife.Actions
nameWithType: TinyLife.Actions nameWithType: TinyLife.Actions
fullName: TinyLife.Actions fullName: TinyLife.Actions
- uid: TinyLife.Actions.Action - uid: System.Action
commentId: T:TinyLife.Actions.Action commentId: T:System.Action
parent: TinyLife.Actions parent: System
isExternal: true
name: Action name: Action
nameWithType: Action nameWithType: Action
fullName: TinyLife.Actions.Action fullName: System.Action
- uid: TinyLife.Actions.Typeless.TypelessAction.Parent
commentId: P:TinyLife.Actions.Typeless.TypelessAction.Parent
parent: TinyLife.Actions.Typeless.TypelessAction
name: Parent
nameWithType: TypelessAction.Parent
fullName: TinyLife.Actions.Typeless.TypelessAction.Parent
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean) - uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean)
isExternal: true isExternal: true
@ -3150,32 +3145,33 @@ references:
name: OnActionCompleted name: OnActionCompleted
nameWithType: MapObject.OnActionCompleted nameWithType: MapObject.OnActionCompleted
fullName: TinyLife.Objects.MapObject.OnActionCompleted fullName: TinyLife.Objects.MapObject.OnActionCompleted
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions parent: TinyLife.Actions
name: CompletionType name: CompletionType
nameWithType: CompletionType nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType fullName: TinyLife.Actions.CompletionType
- uid: TinyLife.Actions.Typeless.TypelessAction
commentId: T:TinyLife.Actions.Typeless.TypelessAction
parent: TinyLife.Actions.Typeless
name: TypelessAction
nameWithType: TypelessAction
fullName: TinyLife.Actions.Typeless.TypelessAction
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) - uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime) commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
isExternal: true isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress - uid: TinyLife.Actions.Action.Parent
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress commentId: P:TinyLife.Actions.Action.Parent
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Action
name: Parent
nameWithType: Action.Parent
fullName: TinyLife.Actions.Action.Parent
- uid: TinyLife.Actions.Action.FullyInProgress
commentId: P:TinyLife.Actions.Action.FullyInProgress
parent: TinyLife.Actions.Action
name: FullyInProgress name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress
- uid: TinyLife.Objects.Furniture.Dirty - uid: TinyLife.Objects.Furniture.Dirty
commentId: F:TinyLife.Objects.Furniture.Dirty commentId: F:TinyLife.Objects.Furniture.Dirty
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture

View file

@ -104,7 +104,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -2755,21 +2755,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2826,10 +2826,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,7 @@ items:
- TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType) - TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)
- TinyLife.Objects.ObjectSpot.IsFurnitureAllowed - TinyLife.Objects.ObjectSpot.IsFurnitureAllowed
- TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point) - TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single)
- TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single) - TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single)
- TinyLife.Objects.ObjectSpot.TreeSpots(System.Single) - TinyLife.Objects.ObjectSpot.TreeSpots(System.Single)
langs: langs:
@ -468,6 +469,43 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Shared - Shared
- uid: TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single)
commentId: M:TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single)
id: SingleShelfSpots(System.Single)
parent: TinyLife.Objects.ObjectSpot
langs:
- csharp
- vb
name: SingleShelfSpots(Single)
nameWithType: ObjectSpot.SingleShelfSpots(Single)
fullName: TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/ObjectSpot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SingleShelfSpots
path: ../TinyLife/Objects/ObjectSpot.cs
startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static ObjectSpot[] SingleShelfSpots(float height = -0.8125F)
parameters:
- id: height
type: System.Single
return:
type: TinyLife.Objects.ObjectSpot[]
content.vb: Public Shared Function SingleShelfSpots(height As Single = -0.8125F) As ObjectSpot()
overload: TinyLife.Objects.ObjectSpot.SingleShelfSpots*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single) - uid: TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single)
commentId: M:TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single) commentId: M:TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single)
id: DoubleShelfSpots(System.Single) id: DoubleShelfSpots(System.Single)
@ -486,7 +524,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleShelfSpots id: DoubleShelfSpots
path: ../TinyLife/Objects/ObjectSpot.cs path: ../TinyLife/Objects/ObjectSpot.cs
startLine: 139 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -527,7 +565,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskSpots id: DeskSpots
path: ../TinyLife/Objects/ObjectSpot.cs path: ../TinyLife/Objects/ObjectSpot.cs
startLine: 151 startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -569,7 +607,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TreeSpots id: TreeSpots
path: ../TinyLife/Objects/ObjectSpot.cs path: ../TinyLife/Objects/ObjectSpot.cs
startLine: 168 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -1511,6 +1549,11 @@ references:
name: BarSpots name: BarSpots
nameWithType: ObjectSpot.BarSpots nameWithType: ObjectSpot.BarSpots
fullName: TinyLife.Objects.ObjectSpot.BarSpots fullName: TinyLife.Objects.ObjectSpot.BarSpots
- uid: TinyLife.Objects.ObjectSpot.SingleShelfSpots*
commentId: Overload:TinyLife.Objects.ObjectSpot.SingleShelfSpots
name: SingleShelfSpots
nameWithType: ObjectSpot.SingleShelfSpots
fullName: TinyLife.Objects.ObjectSpot.SingleShelfSpots
- uid: TinyLife.Objects.FurnitureType.SimpleDrawer - uid: TinyLife.Objects.FurnitureType.SimpleDrawer
commentId: F:TinyLife.Objects.FurnitureType.SimpleDrawer commentId: F:TinyLife.Objects.FurnitureType.SimpleDrawer
isExternal: true isExternal: true

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outfit id: Outfit
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 423 startLine: 424
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 431 startLine: 432
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions id: Intentions
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 437 startLine: 438
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 443 startLine: 444
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -207,7 +207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionPercentage id: GetIntentionPercentage
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 453 startLine: 454
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -246,7 +246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnsureIntentionsMatch id: EnsureIntentionsMatch
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 471 startLine: 472
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -282,7 +282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetRandomClothesItem id: SetRandomClothesItem
path: ../TinyLife/Objects/Clothes.cs path: ../TinyLife/Objects/Clothes.cs
startLine: 492 startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -103,7 +103,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -166,7 +166,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public OverlayWallHanging(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public OverlayWallHanging(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2527,21 +2527,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2598,10 +2598,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -105,7 +105,7 @@ items:
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- TinyLife.Objects.Furniture.NotifyNeighbors - TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@ -254,7 +254,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public Painting(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) content: public Painting(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
@ -2626,21 +2626,21 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>) nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>) fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
nameWithType.vb: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
fullName.vb: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid)) fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
name.vb: SetChild(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid)) name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
spec.csharp: spec.csharp:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild<T>
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild<T>
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild<T>
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (
@ -2697,10 +2697,10 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: spec.vb:
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild name: SetChild(Of T)
nameWithType: Furniture.SetChild nameWithType: Furniture.SetChild(Of T)
fullName: TinyLife.Objects.Furniture.SetChild fullName: TinyLife.Objects.Furniture.SetChild(Of T)
- name: ( - name: (
nameWithType: ( nameWithType: (
fullName: ( fullName: (

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 660 startLine: 663
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAttached id: IsAttached
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 665 startLine: 668
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -105,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LayerDepth id: LayerDepth
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 670 startLine: 673
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -143,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 682 startLine: 685
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -182,7 +182,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 691 startLine: 694
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -218,7 +218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 699 startLine: 702
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -391,12 +391,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravity id: Gravity
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 61 startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe amount that this particle&apos;s <xref href=\"TinyLife.Objects.Particle.Motion\" data-throw-if-not-resolved=\"false\"></xref> should be modified by each update frame\n"
example: []
syntax: syntax:
content: public float Gravity content: public float Gravity
return: return:
@ -424,7 +422,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CameraMotion id: CameraMotion
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 67 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -457,7 +455,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CameraOffset id: CameraOffset
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 71 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -490,7 +488,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo id: ParentInfo
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 75 startLine: 72
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -523,7 +521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreParentDrawPos id: IgnoreParentDrawPos
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 79 startLine: 76
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -556,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateWhenPaused id: UpdateWhenPaused
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 84 startLine: 81
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -589,7 +587,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color id: Color
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 88 startLine: 85
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -622,7 +620,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpriteEffects id: SpriteEffects
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 92 startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -655,7 +653,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Animation id: Animation
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 97 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -690,7 +688,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeLived id: TimeLived
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 102 startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -723,7 +721,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 110 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -765,7 +763,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 119 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -807,7 +805,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 131 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -851,7 +849,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 157 startLine: 154
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -892,7 +890,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Spawn id: Spawn
path: ../TinyLife/Objects/Particle.cs path: ../TinyLife/Objects/Particle.cs
startLine: 173 startLine: 170
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

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

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason id: DeathReason
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2635 startLine: 2645
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -58,7 +58,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation id: Starvation
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2641 startLine: 2651
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons id: InexplicableReasons
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2646 startLine: 2656
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution id: Electrocution
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2651 startLine: 2661
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein id: TooMuchProtein
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2655 startLine: 2665
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

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

View file

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

View file

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

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