mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.29.0
This commit is contained in:
parent
ae00bc9492
commit
9a75d8e151
173 changed files with 14647 additions and 6598 deletions
49
Changelog.md
49
Changelog.md
|
@ -1,3 +1,52 @@
|
|||
# 0.29.0
|
||||
*January 16, 2023*
|
||||
|
||||
![](media/changelog/0.29.0.png)
|
||||
|
||||
> Say Hi to the Demo
|
||||
|
||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/477028/0290-say-hi-to-the-demo) or [on Steam](https://store.steampowered.com/news/app/1651490/view/6132247440463996085).
|
||||
|
||||
Additions
|
||||
- Added the Demoville world, including its community-made lots and households
|
||||
- Added the Exploring Demoville life goal to the demo
|
||||
- Added a default long hairstyle for children
|
||||
- Added a progress arrow display to skills, relationships, job performance and needs
|
||||
- Added the ability to clean out all of a fridge's empty or expired items
|
||||
- Added the ability to view a lot's opening hours by hovering over the café sign furniture item
|
||||
|
||||
Improvements
|
||||
- Made TVs play sounds when they're on
|
||||
- Improved performance when first drawing a map's static objects
|
||||
- Render with anti-aliasing on low zoom levels to create a mipmap-style effect
|
||||
- Made cafés require a food display case
|
||||
- Don't draw room content that isn't visible, improving performance on maps with houses that have a lot of rooms
|
||||
- Made it much more likely for people to go home when their needs are low
|
||||
- Preload emotion sting sound effects to mitigate lag when the first one is played
|
||||
- Improved the way a skill's max level looks
|
||||
- Enable gamepad repeats to allow holding buttons to press them multiple times
|
||||
- Made food in the fridge last much longer
|
||||
- Allow children to order food from cafés
|
||||
- Hide clothes occasions that were unused
|
||||
- Added a maximum amount of money for a household to have
|
||||
- Made it a bit more likely for choice prompts to be successful
|
||||
- Display a tooltip when there's not enough money to copy an outfit
|
||||
|
||||
Fixes
|
||||
- Fixed various crashes when loading save files with missing objects or clothes
|
||||
- Fixed the tile tool not drawing previews properly in some locations
|
||||
- Fixed a crash when importing a lot that was exported on a bigger map
|
||||
- Fixed tiles not being visible when using the lot movement tool
|
||||
- Fixed a texture region bleeding issue on chairs
|
||||
- Fixed an exception when trying to talk to someone who is at the border of the map
|
||||
- Fixed keybind names being moved into multiple lines even though they have enough space
|
||||
- Fixed lighting causing artifacts on some older graphics cards
|
||||
- Fixed color selection in the character creator not working correctly with a gamepad
|
||||
- Fixed no elements being selected after switching a person's age using a gamepad
|
||||
- Fixed cakes with candles being able to be put into the fridge
|
||||
- Fixed long life goal titles going under the abandon button
|
||||
- Fixed a crash when a duplicate object is added to a map and the map is loaded
|
||||
|
||||
# 0.28.3
|
||||
*December 28, 2022*
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# The End of the Beta (and Start of the Demo)
|
||||
We're retiring the public beta and releasing the official Tiny Life Demo soon.
|
||||
|
||||
**Read the announcement [on Steam](https://store.steampowered.com/news/app/1651490/view/6132247440450013862) or [on itch](https://ellpeck.itch.io/tiny-life/devlog/475278/the-end-of-the-beta-and-start-of-the-demo).**
|
|
@ -21,7 +21,7 @@
|
|||
"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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,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",
|
||||
|
@ -135,6 +135,8 @@
|
|||
"TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CleanDish": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CleanEverything": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CleanOutFridge": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CollectSunlight": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CollectTrash": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ColorColoringBook": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CompareMuscleSize": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -298,11 +300,13 @@
|
|||
"TinyLife.Actions.ActionType.TakeOutTrash": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TakeShower": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Talk": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutBestSpots": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutCartoons": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutFamily": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutFavoriteToys": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutFeelings": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutFunnyCityName": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutNaps": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutNatureWalks": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TalkAboutNeighborhood": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -730,6 +734,12 @@
|
|||
"TinyLife.ChoicePromptInfo.Option.SuccessAction": "TinyLife.ChoicePromptInfo.Option.yml",
|
||||
"TinyLife.ChoicePromptInfo.Option.SuccessChance": "TinyLife.ChoicePromptInfo.Option.yml",
|
||||
"TinyLife.ChoicePromptInfo.Options": "TinyLife.ChoicePromptInfo.yml",
|
||||
"TinyLife.CleanOutFridgeAction": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.CleanOutFridgeAction.IsCompleted": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)": "TinyLife.CleanOutFridgeAction.yml",
|
||||
"TinyLife.Debug": "TinyLife.Debug.yml",
|
||||
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
|
||||
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
|
||||
|
@ -1017,7 +1027,6 @@
|
|||
"TinyLife.GenealogyType.Sibling": "TinyLife.GenealogyType.yml",
|
||||
"TinyLife.GenealogyType.Unrelated": "TinyLife.GenealogyType.yml",
|
||||
"TinyLife.Goals": "TinyLife.Goals.yml",
|
||||
"TinyLife.Goals.": "TinyLife.Goals..yml",
|
||||
"TinyLife.Goals.Achievement": "TinyLife.Goals.Achievement.yml",
|
||||
"TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)": "TinyLife.Goals.Achievement.yml",
|
||||
"TinyLife.Goals.Achievement.Complete": "TinyLife.Goals.Achievement.yml",
|
||||
|
@ -1069,14 +1078,14 @@
|
|||
"TinyLife.Goals.ConditionedGoal.GetProgress": "TinyLife.Goals.ConditionedGoal.yml",
|
||||
"TinyLife.Goals.ConditionedGoal.Reset": "TinyLife.Goals.ConditionedGoal.yml",
|
||||
"TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)": "TinyLife.Goals.ConditionedGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.GetDisplayedProgress": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.GetProgress": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.Reset": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.Trigger(System.Object)": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.GetProgress": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.Reset": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.Trigger(`0)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||
"TinyLife.Goals.Goal": "TinyLife.Goals.Goal.yml",
|
||||
"TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.Goal.yml",
|
||||
"TinyLife.Goals.Goal.GetDisplayedProgress": "TinyLife.Goals.Goal.yml",
|
||||
|
@ -1103,12 +1112,31 @@
|
|||
"TinyLife.Goals.GoalSet.Info": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.IsCompleted": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.Reset": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)": "TinyLife.Goals.GoalSet.yml",
|
||||
"TinyLife.Goals.GoalSetInfo": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalSetInfo.#ctor(TinyLife.Goals.GoalInfo[])": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalSetInfo.Configurations": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalSetInfo.Construct": "TinyLife.Goals.GoalSetInfo.yml",
|
||||
"TinyLife.Goals.GoalTrigger": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ActionCompleted": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ActionEnded": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ActionUpdate": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.EarnMoney": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.EmotionGained": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.EmotionLost": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Equals(System.Object)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.FoodEaten": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.FurnitureCreated": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.GetHashCode": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type)": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.Name": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.PersonUpdate": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ProjectCompleted": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ValidObjects": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.GoalTrigger.ValidValues": "TinyLife.Goals.GoalTrigger.yml",
|
||||
"TinyLife.Goals.IGoalTriggerable": "TinyLife.Goals.IGoalTriggerable.yml",
|
||||
"TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[])": "TinyLife.Goals.IGoalTriggerable.yml",
|
||||
"TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])": "TinyLife.Goals.IGoalTriggerable.yml",
|
||||
|
@ -1135,7 +1163,7 @@
|
|||
"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.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,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.Businessperson": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml",
|
||||
"TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml",
|
||||
|
@ -1268,7 +1296,7 @@
|
|||
"TinyLife.Goals.Project.Type": "TinyLife.Goals.Project.yml",
|
||||
"TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Project.yml",
|
||||
"TinyLife.Goals.StudentJobType": "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.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "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.Schedule": "TinyLife.Goals.StudentJobType.yml",
|
||||
|
@ -1346,7 +1374,7 @@
|
|||
"TinyLife.Need.Type": "TinyLife.Need.yml",
|
||||
"TinyLife.Need.Value": "TinyLife.Need.yml",
|
||||
"TinyLife.NeedType": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Energy": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Entertainment": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Hunger": "TinyLife.NeedType.yml",
|
||||
|
@ -1358,6 +1386,7 @@
|
|||
"TinyLife.NeedType.Register(TinyLife.NeedType)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Social": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.SolveImportance": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.SolvePercentage": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.SourceString": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Toilet": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Types": "TinyLife.NeedType.yml",
|
||||
|
@ -1405,7 +1434,7 @@
|
|||
"TinyLife.Objects.BreakableFurniture.BrokenBehavior.Smoke": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
|
@ -1493,7 +1522,7 @@
|
|||
"TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,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.Food.yml",
|
||||
"TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.HasCandle": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Food.yml",
|
||||
"TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
|
@ -1501,7 +1530,7 @@
|
|||
"TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.Expired": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.ServingSize": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
"TinyLife.Objects.FoodTypedItem.Validate": "TinyLife.Objects.FoodTypedItem.yml",
|
||||
|
@ -1536,7 +1565,7 @@
|
|||
"TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetChildren``1": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -1588,6 +1617,7 @@
|
|||
"TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BookCart": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BottledSunlight": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BridgeBorderEnd": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BridgeBorderSegment": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BridgeBorderStart": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1685,6 +1715,11 @@
|
|||
"TinyLife.Objects.FurnitureType.Puddle": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroDinnerTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroFridge": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroSingleTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroStove": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroTv": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -1806,7 +1841,7 @@
|
|||
"TinyLife.Objects.Gravestone": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.DeadPerson": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml",
|
||||
"TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml",
|
||||
|
@ -1879,6 +1914,7 @@
|
|||
"TinyLife.Objects.MapObject.OnCreated": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnEventsAttachable": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnGetHoverInfo": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnRemoved": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnUpdate": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.OnValidated": "TinyLife.Objects.MapObject.yml",
|
||||
|
@ -1890,7 +1926,7 @@
|
|||
"TinyLife.Objects.MapObject.Visibility": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.Newspaper": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.Newspaper.Day": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.Newspaper.IsExpired": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -1941,6 +1977,7 @@
|
|||
"TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.OpeningHoursSign": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -1993,7 +2030,7 @@
|
|||
"TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.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.Painting.yml",
|
||||
"TinyLife.Objects.Painting.EmitsCreativeEmotion": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.GetPrice": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.PaintingType": "TinyLife.Objects.Painting.yml",
|
||||
"TinyLife.Objects.Painting.Progress": "TinyLife.Objects.Painting.yml",
|
||||
|
@ -2193,6 +2230,7 @@
|
|||
"TinyLife.Objects.Person.Skills": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.SpeakSounds": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.SpeakStyles": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.StopEmoting": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.StopSpeaking": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2206,6 +2244,7 @@
|
|||
"TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.VoicePitch": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.VoiceStyle": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.VoiceStyles": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml",
|
||||
"TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
|
||||
|
@ -2291,6 +2330,7 @@
|
|||
"TinyLife.Options.Apply": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.AutoSaveIntervalSeconds": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.BButton": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.BlurZoomedOut": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.CameraDownKeybind": "TinyLife.Options.yml",
|
||||
"TinyLife.Options.CameraLeftKeybind": "TinyLife.Options.yml",
|
||||
|
@ -2374,6 +2414,7 @@
|
|||
"TinyLife.PersonalityType.CanApply(TinyLife.Objects.Person)": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml",
|
||||
|
@ -2455,6 +2496,7 @@
|
|||
"TinyLife.SaveHandler.OnGameSaved": "TinyLife.SaveHandler.yml",
|
||||
"TinyLife.Set": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.ChildClothes": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.RetroFurniture": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.Woodworking": "TinyLife.Set.yml",
|
||||
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
||||
"TinyLife.Skills": "TinyLife.Skills.yml",
|
||||
|
@ -2518,7 +2560,7 @@
|
|||
"TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.BaseMarkup": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.LevelRange": "TinyLife.Skills.PaintingType.yml",
|
||||
"TinyLife.Skills.PaintingType.Name": "TinyLife.Skills.PaintingType.yml",
|
||||
|
@ -2885,6 +2927,7 @@
|
|||
"TinyLife.Utilities.Extensions": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml",
|
||||
|
@ -2928,27 +2971,18 @@
|
|||
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.AccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.AutoTileTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.ClothesTextures": "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.FacialHairTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.FurnitureTextures": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.HairsTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture": "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.PantsTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.ParticleTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.PersonTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.RoofTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.ShoesTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.TexturePacker": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.TileTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.TopsTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.UiTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.VehicleTexture": "TinyLife.Utilities.TextureHandler.yml",
|
||||
"TinyLife.Utilities.TextureHandler.WallpaperTextures": "TinyLife.Utilities.TextureHandler.yml",
|
||||
|
@ -2979,7 +3013,7 @@
|
|||
"TinyLife.World.ExportedLot.Area": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.ExportedVersion": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.Furniture": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.GetCoveredArea": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.GetPrice": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.Roofs": "TinyLife.World.ExportedLot.yml",
|
||||
"TinyLife.World.ExportedLot.Tiles": "TinyLife.World.ExportedLot.yml",
|
||||
|
@ -3047,10 +3081,12 @@
|
|||
"TinyLife.World.Lot.Id": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Name": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.OnGetWeeklyBills": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Type": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Validate(TinyLife.World.Map)": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.WeeklyBillsDelegate": "TinyLife.World.Lot.WeeklyBillsDelegate.yml",
|
||||
"TinyLife.World.LotEmployment": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]})": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot)": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.IdleObjects": "TinyLife.World.LotEmployment.yml",
|
||||
|
@ -3128,6 +3164,7 @@
|
|||
"TinyLife.World.Map.GetLot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetLot(System.Guid)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetLots": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetMapSampler": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetObject``1(System.Guid)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetObjects``1(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
|
@ -3147,7 +3184,6 @@
|
|||
"TinyLife.World.Map.GetWalls(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml",
|
||||
|
@ -3258,6 +3294,7 @@
|
|||
"TinyLife.World.Room.GetLights": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.GetObjects``1": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.GetWalls(System.Boolean)": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.HasOpeningsToOutside": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point})": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.Map": "TinyLife.World.Room.yml",
|
||||
"TinyLife.World.Room.Tiles": "TinyLife.World.Room.yml",
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
- 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.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.ForceResult
|
||||
- TinyLife.Actions.Action.FullyInProgress
|
||||
- TinyLife.Actions.Action.GetDisplayName
|
||||
|
@ -72,7 +72,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Action
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -101,6 +101,7 @@ items:
|
|||
- TinyLife.Actions.Typeless.PathfindToPersonAction
|
||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.Typeless.TryGoHereAction
|
||||
- TinyLife.CleanOutFridgeAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -147,7 +148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Random
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 38
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -184,7 +185,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InProgressTime
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 46
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -224,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 53
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -264,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -309,7 +310,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Info
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 64
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -354,7 +355,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartedAutomatically
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 69
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -401,7 +402,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 75
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -438,7 +439,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 79
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -475,7 +476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 83
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -512,7 +513,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElapsedTime
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 87
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -561,7 +562,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayerPromptOpen
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 93
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -598,7 +599,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForceResult
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 99
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -631,7 +632,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 110
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -667,7 +668,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 119
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -706,7 +707,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 129
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -740,7 +741,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 138
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -784,7 +785,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 156
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -821,7 +822,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 166
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -859,7 +860,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 184
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -900,7 +901,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryForceResult
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 197
|
||||
startLine: 196
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -950,7 +951,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 215
|
||||
startLine: 214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -991,7 +992,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 226
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1032,7 +1033,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 237
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1073,7 +1074,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIconObject
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 247
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1110,7 +1111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 256
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1147,7 +1148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 265
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1184,7 +1185,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 277
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1228,7 +1229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenPlayerPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 293
|
||||
startLine: 292
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1288,7 +1289,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenYesNoPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 328
|
||||
startLine: 327
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1335,7 +1336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenTextPrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 356
|
||||
startLine: 355
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1391,7 +1392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpenChoicePrompt
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 369
|
||||
startLine: 368
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1430,7 +1431,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakAlone
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 384
|
||||
startLine: 383
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1481,7 +1482,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakInConversation
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 401
|
||||
startLine: 400
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1544,7 +1545,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FacePartner
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 412
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1582,7 +1583,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfNeedFull
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 426
|
||||
startLine: 425
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1621,7 +1622,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfTimeUp
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 440
|
||||
startLine: 439
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1672,7 +1673,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CancelIfEmotional
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 454
|
||||
startLine: 453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1718,7 +1719,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 494
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1768,7 +1769,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 507
|
||||
startLine: 506
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1821,7 +1822,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sit
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 544
|
||||
startLine: 543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1866,7 +1867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChair
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 562
|
||||
startLine: 561
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1910,7 +1911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChairs
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 579
|
||||
startLine: 578
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1960,7 +1961,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreePeople
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 601
|
||||
startLine: 600
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2016,7 +2017,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 626
|
||||
startLine: 625
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2081,7 +2082,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeWalls
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 644
|
||||
startLine: 643
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2134,7 +2135,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeGround
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 659
|
||||
startLine: 658
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2187,7 +2188,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 677
|
||||
startLine: 676
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2246,7 +2247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 690
|
||||
startLine: 689
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2278,16 +2279,16 @@ items:
|
|||
- Shared
|
||||
fullName.vb: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2))
|
||||
name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2))
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
id: FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
id: FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -2296,14 +2297,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindValidActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 727
|
||||
startLine: 726
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nReturns all <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> objects that are available to the given <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> for the given <xref href=\"TinyLife.Actions.ActionType\" data-throw-if-not-resolved=\"false\"></xref>, and whose <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> indicates that the actions are valid for execution.\nThis method also checks <xref href=\"TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<ActionInfo> FindValidActionObjects(Person person, ActionType type, bool automatic, Vector2? position = null, bool allowInappropriateActions = false)
|
||||
content: public static IEnumerable<ActionInfo> FindValidActionObjects(Person person, ActionType type, bool automatic, Vector2? position = null, bool allowInappropriate = false, bool allowInvalid = false)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -2317,23 +2318,25 @@ items:
|
|||
- id: position
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
description: The position to focus around when finding action objects.
|
||||
- id: allowInappropriateActions
|
||||
- id: allowInappropriate
|
||||
type: System.Boolean
|
||||
description: Whether to ignore the <xref href="TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere" data-throw-if-not-resolved="false"></xref> flag.
|
||||
- id: allowInvalid
|
||||
type: System.Boolean
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
description: A set of action infos that the given action can be started with.
|
||||
content.vb: Public Shared Function FindValidActionObjects(person As Person, type As ActionType, automatic As Boolean, position As Vector2? = Nothing, allowInappropriateActions As Boolean = False) As IEnumerable(Of ActionInfo)
|
||||
content.vb: Public Shared Function FindValidActionObjects(person As Person, type As ActionType, automatic As Boolean, position As Vector2? = Nothing, allowInappropriate As Boolean = False, allowInvalid As Boolean = False) As IEnumerable(Of ActionInfo)
|
||||
overload: TinyLife.Actions.Action.FindValidActionObjects*
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
- uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
commentId: M:TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
id: GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
|
@ -2352,7 +2355,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomVariety
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 747
|
||||
startLine: 743
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2399,7 +2402,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTableSpot
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 762
|
||||
startLine: 758
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2443,7 +2446,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 775
|
||||
startLine: 771
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2490,7 +2493,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 787
|
||||
startLine: 783
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -305,9 +305,9 @@ items:
|
|||
summary: "\nReturns the object that this action is related to, or null if there is none or the object isn't of the given type.\nIf this action is related to a <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref> and <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code> is <xref href=\"TinyLife.World.Wall\" data-throw-if-not-resolved=\"false\"></xref>, the wall is returned. Otherwise, the involved <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref> is returned, if it matches <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public T GetActionObject<T>(bool allowFake = true)
|
||||
content: public T GetActionObject<T>(bool alsoReturnFake = true)
|
||||
parameters:
|
||||
- id: allowFake
|
||||
- id: alsoReturnFake
|
||||
type: System.Boolean
|
||||
typeParameters:
|
||||
- id: T
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
return:
|
||||
type: '{T}'
|
||||
description: The action object, or null if there is none or the type does not match
|
||||
content.vb: Public Function GetActionObject(Of T)(allowFake As Boolean = True) As T
|
||||
content.vb: Public Function GetActionObject(Of T)(alsoReturnFake As Boolean = True) As T
|
||||
overload: TinyLife.Actions.ActionInfo.GetActionObject*
|
||||
nameWithType.vb: ActionInfo.GetActionObject(Of T)(Boolean)
|
||||
modifiers.csharp:
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 365
|
||||
startLine: 364
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvedNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 373
|
||||
startLine: 372
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 381
|
||||
startLine: 380
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -132,7 +132,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 388
|
||||
startLine: 387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoAtAnyPoint
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 395
|
||||
startLine: 394
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -198,7 +198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 401
|
||||
startLine: 400
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteDelegate
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 204
|
||||
startLine: 203
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -44,7 +44,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 209
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -90,7 +90,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 214
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameWithoutCategory
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 219
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 224
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -199,7 +199,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 229
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 234
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 240
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -298,7 +298,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 245
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 250
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Varieties
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 258
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -397,7 +397,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ai
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 263
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriateElsewhere
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 268
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -463,7 +463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IconName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 274
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -496,7 +496,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 280
|
||||
startLine: 279
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -529,7 +529,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 286
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -562,7 +562,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 290
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -595,7 +595,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 295
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -628,7 +628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 300
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -661,7 +661,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreObjectConditions
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 306
|
||||
startLine: 305
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -694,7 +694,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerEmployment
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 312
|
||||
startLine: 311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -727,7 +727,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredJob
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 317
|
||||
startLine: 316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -760,7 +760,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 327
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -802,7 +802,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 338
|
||||
startLine: 337
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -840,7 +840,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 343
|
||||
startLine: 342
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -883,7 +883,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 349
|
||||
startLine: 348
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -927,7 +927,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 354
|
||||
startLine: 353
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -652,7 +652,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 156
|
||||
startLine: 161
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -699,7 +699,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 175
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -103,7 +103,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3587,18 +3587,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3651,11 +3651,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3708,6 +3716,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -101,7 +101,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3632,18 +3632,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3696,11 +3696,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3753,6 +3761,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3209,18 +3209,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3273,11 +3273,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3330,6 +3338,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -97,7 +97,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3478,18 +3478,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3542,11 +3542,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3599,6 +3607,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -107,7 +107,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3647,18 +3647,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3711,11 +3711,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3768,6 +3776,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -112,7 +112,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3917,18 +3917,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3981,11 +3981,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -4038,6 +4046,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -101,7 +101,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3542,18 +3542,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3606,11 +3606,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3663,6 +3671,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathfindAction
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 18
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeedMultiplier
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Path
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -254,7 +254,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 38
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -293,7 +293,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -337,7 +337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 51
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -374,7 +374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPathReady
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 57
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 60
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -443,7 +443,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 72
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -488,7 +488,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 98
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -526,7 +526,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 109
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -565,7 +565,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 120
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3345,18 +3345,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3409,11 +3409,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3466,6 +3474,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -97,7 +97,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3480,18 +3480,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3544,11 +3544,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3601,6 +3609,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -98,7 +98,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3536,18 +3536,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3600,11 +3600,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3657,6 +3665,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -97,7 +97,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3463,18 +3463,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3527,11 +3527,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3584,6 +3592,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -85,7 +85,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3114,18 +3114,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3178,11 +3178,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3235,6 +3243,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -110,7 +110,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3910,18 +3910,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3974,11 +3974,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -4031,6 +4039,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -97,7 +97,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3472,18 +3472,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3536,11 +3536,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3593,6 +3601,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -116,7 +116,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -4096,18 +4096,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -4160,11 +4160,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -4217,6 +4225,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3154,18 +3154,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3218,11 +3218,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3275,6 +3283,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3143,18 +3143,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3207,11 +3207,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3264,6 +3272,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3220,18 +3220,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3284,11 +3284,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3341,6 +3349,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3157,18 +3157,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3221,11 +3221,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3278,6 +3286,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -93,7 +93,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3263,18 +3263,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3327,11 +3327,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3384,6 +3392,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Channel
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 194
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Comedy
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 199
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -94,7 +94,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cooking
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 203
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -128,7 +128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Romance
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 207
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Drama
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 211
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: News
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 215
|
||||
startLine: 241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cartoons
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 219
|
||||
startLine: 245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WatchTvAction
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 20
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -142,7 +142,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FullyInProgress
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 32
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 35
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 40
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -259,7 +259,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 68
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -294,7 +294,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 75
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -339,7 +339,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 102
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -377,7 +377,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 111
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -419,7 +419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 121
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -458,7 +458,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewingArea
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 153
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -502,7 +502,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSeating
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 166
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -549,7 +549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetViewers
|
||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||
startLine: 180
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3643,18 +3643,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3707,11 +3707,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3764,6 +3772,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -100,7 +100,7 @@ items:
|
|||
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
- TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
|
||||
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
||||
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
|
||||
|
@ -3496,18 +3496,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
parent: TinyLife.Actions.Action
|
||||
isExternal: true
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean)
|
||||
name: FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable<Vector2>, Boolean, Boolean)
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Boolean, System.Boolean)
|
||||
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean)
|
||||
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3560,11 +3560,19 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)
|
||||
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
|
||||
name: FindValidActionObjects
|
||||
nameWithType: Action.FindValidActionObjects
|
||||
fullName: TinyLife.Actions.Action.FindValidActionObjects
|
||||
|
@ -3617,6 +3625,14 @@ references:
|
|||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -315,7 +315,7 @@ items:
|
|||
summary: "\nCreates a new option with the given job-related outcomes.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Option(string name, EmotionType successIncreaseEmotion = null, SkillType successIncreaseSkill = null, float jobPerformanceGained = 0.1F, float jobPerformanceLost = 0.1F, float successChance = 0.4F)
|
||||
content: public Option(string name, EmotionType successIncreaseEmotion = null, SkillType successIncreaseSkill = null, float jobPerformanceGained = 0.1F, float jobPerformanceLost = 0.1F, float successChance = 0.5F)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
- id: successChance
|
||||
type: System.Single
|
||||
description: The success chance of this option, which is expected to be a value between 0 and 1.
|
||||
content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1F, jobPerformanceLost As Single = 0.1F, successChance As Single = 0.4F)
|
||||
content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1F, jobPerformanceLost As Single = 0.1F, successChance As Single = 0.5F)
|
||||
overload: TinyLife.ChoicePromptInfo.Option.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
|
|
4377
docs/api/TinyLife.CleanOutFridgeAction.yml
Normal file
4377
docs/api/TinyLife.CleanOutFridgeAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 648
|
||||
startLine: 685
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 653
|
||||
startLine: 690
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Debug
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cheats
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 43
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugLines
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 49
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 497
|
||||
startLine: 516
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 376
|
||||
startLine: 377
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 383
|
||||
startLine: 384
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Amount
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 388
|
||||
startLine: 389
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TotalTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 393
|
||||
startLine: 394
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -217,7 +217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 398
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 404
|
||||
startLine: 405
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 409
|
||||
startLine: 410
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -354,7 +354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassTime
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 426
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -390,7 +390,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 440
|
||||
startLine: 441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeCategory
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 94
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 99
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -91,7 +91,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Positive
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 107
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -43,7 +43,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionType
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 17
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -94,7 +94,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fine
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 27
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Uncomfortable
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 28
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asleep
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -236,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -271,7 +271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Embarrassed
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -306,7 +306,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -341,7 +341,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -376,7 +376,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Frisky
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 34
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -411,7 +411,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Creative
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -446,7 +446,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Focused
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -481,7 +481,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stunned
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -516,7 +516,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 38
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -551,7 +551,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energetic
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 39
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -586,7 +586,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Uneasy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 40
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -621,7 +621,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relaxed
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 41
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -656,7 +656,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confident
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 42
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -691,7 +691,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goofy
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 43
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -726,7 +726,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 49
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -761,7 +761,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 53
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -796,7 +796,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Color
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 58
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -831,7 +831,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Category
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 63
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -866,7 +866,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 72
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -911,7 +911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionType.cs
|
||||
startLine: 84
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1001
|
||||
startLine: 1034
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitialLoad
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1004
|
||||
startLine: 1037
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1006
|
||||
startLine: 1039
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1008
|
||||
startLine: 1041
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1010
|
||||
startLine: 1043
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1012
|
||||
startLine: 1045
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -231,7 +231,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1014
|
||||
startLine: 1047
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1016
|
||||
startLine: 1049
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -50,7 +50,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameImpl
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 54
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -149,7 +149,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Version
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 64
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GraphicsMetrics
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 76
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Camera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 80
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Listener
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 84
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -371,7 +371,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 88
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentTool
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 92
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -445,7 +445,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 107
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -482,7 +482,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 111
|
||||
startLine: 112
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -519,7 +519,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentLot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 121
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -556,7 +556,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Speed
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 127
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -593,7 +593,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowingPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 140
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -630,7 +630,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveName
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 152
|
||||
startLine: 153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -667,7 +667,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 156
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -704,7 +704,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CursorPosition
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 161
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -741,7 +741,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentCursor
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 166
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -774,7 +774,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLoadContentLater
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 171
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -807,7 +807,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFinishedLoading
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 175
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -840,7 +840,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 254
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -874,7 +874,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 290
|
||||
startLine: 304
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -911,7 +911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 521
|
||||
startLine: 537
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -948,7 +948,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 558
|
||||
startLine: 574
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -985,7 +985,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotateCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 575
|
||||
startLine: 591
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1021,7 +1021,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCursorOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 589
|
||||
startLine: 605
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1056,7 +1056,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 601
|
||||
startLine: 617
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1092,7 +1092,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 687
|
||||
startLine: 706
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1127,7 +1127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 698
|
||||
startLine: 717
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1162,7 +1162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 713
|
||||
startLine: 732
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1198,7 +1198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 739
|
||||
startLine: 758
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1246,7 +1246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteAchievement
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 766
|
||||
startLine: 786
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameSpeed
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 516
|
||||
startLine: 518
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -59,7 +59,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Paused
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 521
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Regular
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 525
|
||||
startLine: 527
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 529
|
||||
startLine: 531
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 533
|
||||
startLine: 535
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExtremelyFast
|
||||
path: ../TinyLife/Options.cs
|
||||
startLine: 538
|
||||
startLine: 540
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -1,546 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.
|
||||
commentId: T:TinyLife.Goals.
|
||||
id: ''
|
||||
parent: TinyLife.Goals
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalTrigger.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ''
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA goal trigger is used by <xref href=\"TinyLife.Goals.AutoTriggerGoal%601\" data-throw-if-not-resolved=\"false\"></xref> instances to determine whether they should be triggered.\nGoal triggers are compared only by their <see cref=\"!:GoalTrigger.Name\"></see>, so mods can add goal triggers that work for other mods without explicit compatibility.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class : IEquatable<>'
|
||||
content.vb: >-
|
||||
Public Class
|
||||
Implements IEquatable(Of )
|
||||
inheritance:
|
||||
- System.Object
|
||||
implements:
|
||||
- System.IEquatable{TinyLife.Goals.}
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
references:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
nameWithType: TinyLife.Goals
|
||||
fullName: TinyLife.Goals
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System.IEquatable{TinyLife.Goals.}
|
||||
commentId: T:System.IEquatable{TinyLife.Goals.}
|
||||
parent: System
|
||||
definition: System.IEquatable`1
|
||||
name: IEquatable<>
|
||||
nameWithType: IEquatable<>
|
||||
fullName: System.IEquatable<TinyLife.Goals.>
|
||||
nameWithType.vb: IEquatable(Of )
|
||||
fullName.vb: System.IEquatable(Of TinyLife.Goals.)
|
||||
name.vb: IEquatable(Of )
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<>()
|
||||
nameWithType: Extensions.JsonCopy<>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of )()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.)()
|
||||
name.vb: JsonCopy(Of )()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<>
|
||||
nameWithType: Extensions.JsonCopy<>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of )
|
||||
nameWithType: Extensions.JsonCopy(Of )
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.IEquatable`1
|
||||
commentId: T:System.IEquatable`1
|
||||
isExternal: true
|
||||
name: IEquatable<T>
|
||||
nameWithType: IEquatable<T>
|
||||
fullName: System.IEquatable<T>
|
||||
nameWithType.vb: IEquatable(Of T)
|
||||
fullName.vb: System.IEquatable(Of T)
|
||||
name.vb: IEquatable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.IEquatable`1
|
||||
name: IEquatable
|
||||
nameWithType: IEquatable
|
||||
fullName: System.IEquatable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<T>
|
||||
nameWithType: Extensions.JsonCopy<T>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy(Of T)
|
||||
nameWithType: Extensions.JsonCopy(Of T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievement
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 155
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 162
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 166
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 172
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 181
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -272,7 +272,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 193
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -316,7 +316,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateElement
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 203
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -353,7 +353,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 222
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -390,7 +390,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Complete
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 230
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -188,7 +188,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 64
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 68
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -258,7 +258,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 73
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -293,7 +293,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 78
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -330,7 +330,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 86
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -372,7 +372,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 94
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -414,7 +414,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 104
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -451,7 +451,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/Achievement.cs
|
||||
startLine: 113
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -1104,12 +1104,12 @@ references:
|
|||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
|
@ -1118,9 +1118,9 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -1132,9 +1132,9 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1148,15 +1148,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1171,8 +1171,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1188,15 +1188,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
isExternal: true
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1226,8 +1226,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1535,36 +1535,36 @@ references:
|
|||
fullName: TinyLife.Goals.AmountGoal.Trigger
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(TValue)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AutoGoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 46
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -85,7 +85,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Triggers
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 52
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 57
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 72
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Timed
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 90
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 120
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -374,11 +374,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Distinct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 139
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nCreates a new auto goal info which will construct a <xref href=\"TinyLife.Goals.DistinctGoal\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method creates a distinct goal that requires a set of distinctly named objects and that is completed when the set of objects matches the <code data-dev-comment-type=\"paramref\" class=\"paramref\">goalItems</code> exactly.\nCheck <xref href=\"TinyLife.Goals.GoalTrigger\" data-throw-if-not-resolved=\"false\"></xref> documentation to see if the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">triggers</code> are compatible with the type parameter <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code> and this type of goal.\n"
|
||||
summary: "\nCreates a new auto goal info which will construct a <xref href=\"TinyLife.Goals.DistinctGoal%601\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method creates a distinct goal that requires a set of distinctly named objects and that is completed when the set of objects matches the <code data-dev-comment-type=\"paramref\" class=\"paramref\">goalItems</code> exactly.\nCheck <xref href=\"TinyLife.Goals.GoalTrigger\" data-throw-if-not-resolved=\"false\"></xref> documentation to see if the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">triggers</code> are compatible with the type parameter <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code> and this type of goal.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static AutoGoalInfo Distinct<T>(string name, IEnumerable<string> goalItems, Func<T, string> goalItemNameSelector, Func<T, bool> condition = null, params GoalTrigger[] triggers)
|
||||
|
@ -433,7 +433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Conditioned
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 155
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -487,9 +487,7 @@ references:
|
|||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
isExternal: true
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
name: TinyLife.Goals
|
||||
|
@ -1619,6 +1617,42 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
commentId: T:TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal<T>
|
||||
nameWithType: DistinctGoal<T>
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>
|
||||
nameWithType.vb: DistinctGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T)
|
||||
name.vb: DistinctGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable{System.String}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{System.String}
|
||||
parent: System.Collections.Generic
|
||||
|
|
|
@ -12,9 +12,9 @@ items:
|
|||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
|
@ -30,11 +30,11 @@ items:
|
|||
summary: "\nAn auto-triggered goal is intended to be used with <xref href=\"TinyLife.Goals.AutoGoalInfo\" data-throw-if-not-resolved=\"false\"></xref>. This is the base class for all auto-triggered goals.\nAuto-triggered goals do not need to be called, triggered or referenced manually, since they get triggered automatically based on a <xref href=\"TinyLife.Goals.GoalTrigger\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public abstract class AutoTriggerGoal<TValue> : AutoTriggerGoal, IGenericDataHolder'
|
||||
content: 'public abstract class AutoTriggerGoal<T> : AutoTriggerGoal, IGenericDataHolder'
|
||||
typeParameters:
|
||||
- id: TValue
|
||||
- id: T
|
||||
content.vb: >-
|
||||
Public MustInherit Class AutoTriggerGoal(Of TValue)
|
||||
Public MustInherit Class AutoTriggerGoal(Of T)
|
||||
Inherits AutoTriggerGoal
|
||||
Implements IGenericDataHolder
|
||||
inheritance:
|
||||
|
@ -46,6 +46,7 @@ items:
|
|||
derivedClasses:
|
||||
- TinyLife.Goals.AmountGoal
|
||||
- TinyLife.Goals.ConditionedGoal
|
||||
- TinyLife.Goals.DistinctGoal`1
|
||||
- TinyLife.Goals.TimedGoal
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
|
@ -70,7 +71,7 @@ items:
|
|||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Goals.AutoTriggerGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
|
@ -79,8 +80,8 @@ items:
|
|||
- Public
|
||||
- MustInherit
|
||||
- Class
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)'
|
||||
|
@ -89,8 +90,8 @@ items:
|
|||
- csharp
|
||||
- vb
|
||||
name: AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
nameWithType: AutoTriggerGoal<TValue>.AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -113,12 +114,12 @@ items:
|
|||
type: TinyLife.Goals.AutoGoalInfo
|
||||
content.vb: Protected Sub New(set As GoalSet, info As AutoGoalInfo)
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.#ctor*
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).AutoTriggerGoal(GoalSet, AutoGoalInfo)
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
id: Trigger(`0)
|
||||
|
@ -126,9 +127,9 @@ items:
|
|||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Trigger(TValue)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -144,20 +145,20 @@ items:
|
|||
summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if <xref href=\"TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object)\" data-throw-if-not-resolved=\"false\"></xref> returns <xref uid=\"langword_csharp_true\" name=\"true\" href=\"\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract void Trigger(TValue value)
|
||||
content: public abstract void Trigger(T value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: '{TValue}'
|
||||
content.vb: Public MustOverride Sub Trigger(value As TValue)
|
||||
type: '{T}'
|
||||
content.vb: Public MustOverride Sub Trigger(value As T)
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger*
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
id: Trigger(System.Object)
|
||||
|
@ -166,8 +167,8 @@ items:
|
|||
- csharp
|
||||
- vb
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -191,7 +192,7 @@ items:
|
|||
content.vb: Public NotOverridable Overrides Sub Trigger(value As Object)
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger*
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- sealed
|
||||
|
@ -200,7 +201,7 @@ items:
|
|||
- Public
|
||||
- Overrides
|
||||
- NotOverridable
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
id: CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
|
@ -209,8 +210,8 @@ items:
|
|||
- csharp
|
||||
- vb
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -243,14 +244,14 @@ items:
|
|||
content.vb: Public Overrides Function CanTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
overload: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger*
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
references:
|
||||
- uid: TinyLife.Goals
|
||||
commentId: N:TinyLife.Goals
|
||||
|
@ -942,17 +943,17 @@ references:
|
|||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<AutoTriggerGoal<TValue>>()
|
||||
nameWithType: Extensions.JsonCopy<AutoTriggerGoal<TValue>>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AutoTriggerGoal<TValue>>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of AutoTriggerGoal(Of TValue))()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of TValue))()
|
||||
name.vb: JsonCopy(Of AutoTriggerGoal(Of TValue))()
|
||||
name: JsonCopy<AutoTriggerGoal<T>>()
|
||||
nameWithType: Extensions.JsonCopy<AutoTriggerGoal<T>>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AutoTriggerGoal<T>>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of AutoTriggerGoal(Of T))()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of T))()
|
||||
name.vb: JsonCopy(Of AutoTriggerGoal(Of T))()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<AutoTriggerGoal<TValue>>
|
||||
nameWithType: Extensions.JsonCopy<AutoTriggerGoal<TValue>>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AutoTriggerGoal<TValue>>
|
||||
name: JsonCopy<AutoTriggerGoal<T>>
|
||||
nameWithType: Extensions.JsonCopy<AutoTriggerGoal<T>>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.AutoTriggerGoal<T>>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -961,9 +962,9 @@ references:
|
|||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of AutoTriggerGoal(Of TValue))
|
||||
nameWithType: Extensions.JsonCopy(Of AutoTriggerGoal(Of TValue))
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of TValue))
|
||||
name: JsonCopy(Of AutoTriggerGoal(Of T))
|
||||
nameWithType: Extensions.JsonCopy(Of AutoTriggerGoal(Of T))
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of T))
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1136,10 +1137,10 @@ references:
|
|||
- uid: TinyLife.Goals.AutoTriggerGoal`1.#ctor*
|
||||
commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.#ctor
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal<TValue>.AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.AutoTriggerGoal
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).AutoTriggerGoal
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal<T>.AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.AutoTriggerGoal
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).AutoTriggerGoal
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).AutoTriggerGoal
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
commentId: T:TinyLife.Goals.GoalSet
|
||||
parent: TinyLife.Goals
|
||||
|
@ -1156,15 +1157,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1179,8 +1180,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1195,21 +1196,20 @@ references:
|
|||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger*
|
||||
commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.Trigger
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
- uid: '{TValue}'
|
||||
commentId: '!:TValue'
|
||||
definition: TValue
|
||||
name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- uid: TValue
|
||||
commentId: '!:TValue'
|
||||
name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal
|
||||
|
@ -1321,10 +1321,10 @@ references:
|
|||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger*
|
||||
commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
|
|
|
@ -41,7 +41,6 @@ items:
|
|||
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}
|
||||
derivedClasses:
|
||||
- TinyLife.Goals.AutoTriggerGoal`1
|
||||
- TinyLife.Goals.DistinctGoal
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
|
|
@ -1104,12 +1104,12 @@ references:
|
|||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
|
@ -1118,9 +1118,9 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -1132,9 +1132,9 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1148,15 +1148,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1171,8 +1171,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1188,15 +1188,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
isExternal: true
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1226,8 +1226,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1542,36 +1542,36 @@ references:
|
|||
fullName: System.Boolean
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(TValue)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
id: DistinctGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
commentId: T:TinyLife.Goals.DistinctGoal`1
|
||||
id: DistinctGoal`1
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
- TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
- TinyLife.Goals.DistinctGoal.GetDisplayedProgress
|
||||
- TinyLife.Goals.DistinctGoal.GetProgress
|
||||
- TinyLife.Goals.DistinctGoal.Reset
|
||||
- TinyLife.Goals.DistinctGoal.Trigger(System.Object)
|
||||
- TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)
|
||||
- TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
- TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
- TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
||||
- TinyLife.Goals.DistinctGoal`1.GetProgress
|
||||
- TinyLife.Goals.DistinctGoal`1.Reset
|
||||
- TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
||||
- TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal<T>
|
||||
nameWithType: DistinctGoal<T>
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
|
@ -33,10 +33,12 @@ items:
|
|||
summary: "\nA distinct goal is an auto-triggered goal, intended to be used with <xref href=\"TinyLife.Goals.AutoGoalInfo\" data-throw-if-not-resolved=\"false\"></xref>, that keeps track of a distinct set of objects to be completed or obtained.\nTo trigger all distinct goals in a goal set, use <xref href=\"TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class DistinctGoal : AutoTriggerGoal, IGenericDataHolder'
|
||||
content: 'public class DistinctGoal<T> : AutoTriggerGoal<T>, IGenericDataHolder'
|
||||
typeParameters:
|
||||
- id: T
|
||||
content.vb: >-
|
||||
Public Class DistinctGoal
|
||||
Inherits AutoTriggerGoal
|
||||
Public Class DistinctGoal(Of T)
|
||||
Inherits AutoTriggerGoal(Of T)
|
||||
Implements IGenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
|
@ -44,9 +46,11 @@ items:
|
|||
- TinyLife.Goals.Goal
|
||||
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}
|
||||
- TinyLife.Goals.AutoTriggerGoal
|
||||
- TinyLife.Goals.AutoTriggerGoal{{T}}
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
- TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger(System.Object)
|
||||
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
||||
- TinyLife.Goals.Goal.Name
|
||||
- TinyLife.Goals.Goal.Set
|
||||
|
@ -62,23 +66,26 @@ items:
|
|||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Goals.DistinctGoal.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- TinyLife.Goals.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
nameWithType.vb: DistinctGoal(Of T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T)
|
||||
name.vb: DistinctGoal(Of T)
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||
id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)'
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DistinctGoal(GoalSet, AutoGoalInfo)
|
||||
nameWithType: DistinctGoal.DistinctGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.DistinctGoal.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -100,21 +107,23 @@ items:
|
|||
- id: info
|
||||
type: TinyLife.Goals.AutoGoalInfo
|
||||
content.vb: Public Sub New(set As GoalSet, info As AutoGoalInfo)
|
||||
overload: TinyLife.Goals.DistinctGoal.#ctor*
|
||||
overload: TinyLife.Goals.DistinctGoal`1.#ctor*
|
||||
nameWithType.vb: DistinctGoal(Of T).DistinctGoal(GoalSet, AutoGoalInfo)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.DistinctGoal.GetProgress
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.GetProgress
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.GetProgress
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.GetProgress
|
||||
id: GetProgress
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetProgress()
|
||||
nameWithType: DistinctGoal.GetProgress()
|
||||
fullName: TinyLife.Goals.DistinctGoal.GetProgress()
|
||||
nameWithType: DistinctGoal<T>.GetProgress()
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -136,23 +145,25 @@ items:
|
|||
description: The progress percentage
|
||||
content.vb: Public Overrides Function GetProgress As Single
|
||||
overridden: TinyLife.Goals.Goal.GetProgress
|
||||
overload: TinyLife.Goals.DistinctGoal.GetProgress*
|
||||
overload: TinyLife.Goals.DistinctGoal`1.GetProgress*
|
||||
nameWithType.vb: DistinctGoal(Of T).GetProgress()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Goals.DistinctGoal.Reset
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.Reset
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetProgress()
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Reset
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.Reset
|
||||
id: Reset
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Reset()
|
||||
nameWithType: DistinctGoal.Reset()
|
||||
fullName: TinyLife.Goals.DistinctGoal.Reset()
|
||||
nameWithType: DistinctGoal<T>.Reset()
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Reset()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -171,23 +182,25 @@ items:
|
|||
content: public override void Reset()
|
||||
content.vb: Public Overrides Sub Reset
|
||||
overridden: TinyLife.Goals.Goal.Reset
|
||||
overload: TinyLife.Goals.DistinctGoal.Reset*
|
||||
overload: TinyLife.Goals.DistinctGoal`1.Reset*
|
||||
nameWithType.vb: DistinctGoal(Of T).Reset()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Goals.DistinctGoal.GetDisplayedProgress
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.GetDisplayedProgress
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset()
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
||||
id: GetDisplayedProgress
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDisplayedProgress()
|
||||
nameWithType: DistinctGoal.GetDisplayedProgress()
|
||||
fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress()
|
||||
nameWithType: DistinctGoal<T>.GetDisplayedProgress()
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -209,23 +222,25 @@ items:
|
|||
description: The displayed goal progress
|
||||
content.vb: Public Overrides Function GetDisplayedProgress As String
|
||||
overridden: TinyLife.Goals.Goal.GetDisplayedProgress
|
||||
overload: TinyLife.Goals.DistinctGoal.GetDisplayedProgress*
|
||||
overload: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
||||
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress()
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||
id: Validate(TinyLife.Goals.GoalSet)
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Validate(GoalSet)
|
||||
nameWithType: DistinctGoal.Validate(GoalSet)
|
||||
fullName: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)
|
||||
nameWithType: DistinctGoal<T>.Validate(GoalSet)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -251,23 +266,25 @@ items:
|
|||
description: Whether this goal is considered to be valid
|
||||
content.vb: Public Overrides Function Validate(set As GoalSet) As Boolean
|
||||
overridden: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||
overload: TinyLife.Goals.DistinctGoal.Validate*
|
||||
overload: TinyLife.Goals.DistinctGoal`1.Validate*
|
||||
nameWithType.vb: DistinctGoal(Of T).Validate(GoalSet)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Goals.DistinctGoal.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.Trigger(System.Object)
|
||||
id: Trigger(System.Object)
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate(TinyLife.Goals.GoalSet)
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
||||
id: Trigger(`0)
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Trigger(Object)
|
||||
nameWithType: DistinctGoal.Trigger(Object)
|
||||
fullName: TinyLife.Goals.DistinctGoal.Trigger(System.Object)
|
||||
name: Trigger(T)
|
||||
nameWithType: DistinctGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -283,30 +300,31 @@ items:
|
|||
summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if <xref href=\"TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object)\" data-throw-if-not-resolved=\"false\"></xref> returns <xref uid=\"langword_csharp_true\" name=\"true\" href=\"\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void Trigger(object value)
|
||||
content: public override void Trigger(T value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.Object
|
||||
description: The value to trigger.
|
||||
content.vb: Public Overrides Sub Trigger(value As Object)
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
overload: TinyLife.Goals.DistinctGoal.Trigger*
|
||||
type: '{T}'
|
||||
content.vb: Public Overrides Sub Trigger(value As T)
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T})
|
||||
overload: TinyLife.Goals.DistinctGoal`1.Trigger*
|
||||
nameWithType.vb: DistinctGoal(Of T).Trigger(T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger(T)
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
id: CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.DistinctGoal
|
||||
parent: TinyLife.Goals.DistinctGoal`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: DistinctGoal.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.DistinctGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: DistinctGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -337,14 +355,16 @@ items:
|
|||
type: System.Boolean
|
||||
description: Whether this goal can be triggered right now.
|
||||
content.vb: Public Overrides Function CanTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
overload: TinyLife.Goals.DistinctGoal.CanTrigger*
|
||||
overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
overload: TinyLife.Goals.DistinctGoal`1.CanTrigger*
|
||||
nameWithType.vb: DistinctGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
references:
|
||||
- uid: TinyLife.Goals.AutoGoalInfo
|
||||
commentId: T:TinyLife.Goals.AutoGoalInfo
|
||||
|
@ -426,6 +446,44 @@ references:
|
|||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal{`0}
|
||||
parent: TinyLife.Goals
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.IGenericDataHolder
|
||||
commentId: T:MLEM.Misc.IGenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
|
@ -433,6 +491,47 @@ references:
|
|||
name: IGenericDataHolder
|
||||
nameWithType: IGenericDataHolder
|
||||
fullName: MLEM.Misc.IGenericDataHolder
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(System.Object)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
||||
commentId: P:TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
||||
parent: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}
|
||||
|
@ -921,21 +1020,21 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy<DistinctGoal>()
|
||||
nameWithType: Extensions.JsonCopy<DistinctGoal>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.DistinctGoal>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of DistinctGoal)()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal)()
|
||||
name.vb: JsonCopy(Of DistinctGoal)()
|
||||
name: JsonCopy<DistinctGoal<T>>()
|
||||
nameWithType: Extensions.JsonCopy<DistinctGoal<T>>()
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.DistinctGoal<T>>()
|
||||
nameWithType.vb: Extensions.JsonCopy(Of DistinctGoal(Of T))()
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal(Of T))()
|
||||
name.vb: JsonCopy(Of DistinctGoal(Of T))()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy<DistinctGoal>
|
||||
nameWithType: Extensions.JsonCopy<DistinctGoal>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.DistinctGoal>
|
||||
name: JsonCopy<DistinctGoal<T>>
|
||||
nameWithType: Extensions.JsonCopy<DistinctGoal<T>>
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.DistinctGoal<T>>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -944,9 +1043,9 @@ references:
|
|||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
name: JsonCopy(Of DistinctGoal)
|
||||
nameWithType: Extensions.JsonCopy(Of DistinctGoal)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal)
|
||||
name: JsonCopy(Of DistinctGoal(Of T))
|
||||
nameWithType: Extensions.JsonCopy(Of DistinctGoal(Of T))
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal(Of T))
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1001,12 +1100,88 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
nameWithType: AutoTriggerGoal
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
isExternal: true
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.Goal`1.Info
|
||||
commentId: P:TinyLife.Goals.Goal`1.Info
|
||||
name: Info
|
||||
|
@ -1116,11 +1291,13 @@ references:
|
|||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
- uid: TinyLife.Goals.DistinctGoal.#ctor*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.#ctor
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.#ctor*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.#ctor
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal.DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal.DistinctGoal
|
||||
nameWithType: DistinctGoal<T>.DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal
|
||||
nameWithType.vb: DistinctGoal(Of T).DistinctGoal
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).DistinctGoal
|
||||
- uid: TinyLife.Goals.GoalSet
|
||||
commentId: T:TinyLife.Goals.GoalSet
|
||||
parent: TinyLife.Goals
|
||||
|
@ -1155,11 +1332,13 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.GetProgress*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.GetProgress
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.GetProgress*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetProgress
|
||||
name: GetProgress
|
||||
nameWithType: DistinctGoal.GetProgress
|
||||
fullName: TinyLife.Goals.DistinctGoal.GetProgress
|
||||
nameWithType: DistinctGoal<T>.GetProgress
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress
|
||||
nameWithType.vb: DistinctGoal(Of T).GetProgress
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetProgress
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
|
@ -1195,11 +1374,13 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.Reset*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.Reset
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Reset*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Reset
|
||||
name: Reset
|
||||
nameWithType: DistinctGoal.Reset
|
||||
fullName: TinyLife.Goals.DistinctGoal.Reset
|
||||
nameWithType: DistinctGoal<T>.Reset
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Reset
|
||||
nameWithType.vb: DistinctGoal(Of T).Reset
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset
|
||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
||||
parent: TinyLife.Goals.Goal
|
||||
|
@ -1228,11 +1409,13 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.GetDisplayedProgress*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.GetDisplayedProgress
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
||||
name: GetDisplayedProgress
|
||||
nameWithType: DistinctGoal.GetDisplayedProgress
|
||||
fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress
|
||||
nameWithType: DistinctGoal<T>.GetDisplayedProgress
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress
|
||||
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
|
@ -1276,11 +1459,13 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.Validate*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.Validate
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Validate*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Validate
|
||||
name: Validate
|
||||
nameWithType: DistinctGoal.Validate
|
||||
fullName: TinyLife.Goals.DistinctGoal.Validate
|
||||
nameWithType: DistinctGoal<T>.Validate
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Validate
|
||||
nameWithType.vb: DistinctGoal(Of T).Validate
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
|
@ -1288,62 +1473,109 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T})
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(`0)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.Trigger*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.Trigger
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.Trigger*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Trigger
|
||||
name: Trigger
|
||||
nameWithType: DistinctGoal.Trigger
|
||||
fullName: TinyLife.Goals.DistinctGoal.Trigger
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal
|
||||
isExternal: true
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: DistinctGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger
|
||||
nameWithType.vb: DistinctGoal(Of T).Trigger
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
||||
definition: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1371,10 +1603,10 @@ references:
|
|||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1401,14 +1633,86 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.DistinctGoal.CanTrigger*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal.CanTrigger
|
||||
- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger*
|
||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.CanTrigger
|
||||
name: CanTrigger
|
||||
nameWithType: DistinctGoal.CanTrigger
|
||||
fullName: TinyLife.Goals.DistinctGoal.CanTrigger
|
||||
nameWithType: DistinctGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger
|
||||
nameWithType.vb: DistinctGoal(Of T).CanTrigger
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
isExternal: true
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalInfo
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 12
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 17
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/GoalInfo.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -14,7 +14,6 @@ items:
|
|||
- TinyLife.Goals.GoalSet.Info
|
||||
- TinyLife.Goals.GoalSet.IsCompleted
|
||||
- TinyLife.Goals.GoalSet.Reset
|
||||
- TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
- TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -466,53 +465,6 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
id: TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.GoalSet
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TryTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: GoalSet.TryTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.GoalSet.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/GoalSet.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryTrigger
|
||||
path: ../TinyLife/Goals/GoalSet.cs
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nTries to trigger this goal triggerable.\nTo call this method more easily, use <xref href=\"TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)\" data-throw-if-not-resolved=\"false\"></xref> or one of its overloads.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool TryTrigger(object obj, GoalTrigger trigger, object value)
|
||||
parameters:
|
||||
- id: obj
|
||||
type: System.Object
|
||||
description: The object that triggered the given <code data-dev-comment-type="paramref" class="paramref">trigger</code>.
|
||||
- id: trigger
|
||||
type: TinyLife.Goals.GoalTrigger
|
||||
description: The goal trigger that is triggering this <xref href="TinyLife.Goals.IGoalTriggerable" data-throw-if-not-resolved="false"></xref>.
|
||||
- id: value
|
||||
type: System.Object
|
||||
description: The value that is associated with the trigger, which is usually an amount that a value has changed by, an amount of money, or similar.
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether this goal was successfully triggered.
|
||||
content.vb: Public Function TryTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean
|
||||
overload: TinyLife.Goals.GoalSet.TryTrigger*
|
||||
implements:
|
||||
- TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: TinyLife.Goals.Goal
|
||||
commentId: T:TinyLife.Goals.Goal
|
||||
|
@ -1441,83 +1393,3 @@ references:
|
|||
name: Validate
|
||||
nameWithType: GoalSet.Validate
|
||||
fullName: TinyLife.Goals.GoalSet.Validate
|
||||
- uid: TinyLife.Goals.GoalSet.TryTrigger*
|
||||
commentId: Overload:TinyLife.Goals.GoalSet.TryTrigger
|
||||
name: TryTrigger
|
||||
nameWithType: GoalSet.TryTrigger
|
||||
fullName: TinyLife.Goals.GoalSet.TryTrigger
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.IGoalTriggerable
|
||||
isExternal: true
|
||||
name: TryTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: TryTrigger
|
||||
nameWithType: IGoalTriggerable.TryTrigger
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: TryTrigger
|
||||
nameWithType: IGoalTriggerable.TryTrigger
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
|
|
1528
docs/api/TinyLife.Goals.GoalTrigger.yml
Normal file
1528
docs/api/TinyLife.Goals.GoalTrigger.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IGoalTriggerable
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 9
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryTrigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 19
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -98,7 +98,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 31
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 50
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -323,9 +323,7 @@ references:
|
|||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
parent: TinyLife.Objects
|
||||
|
@ -337,73 +335,7 @@ references:
|
|||
isExternal: true
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
parent: TinyLife.Goals.IGoalTriggerable
|
||||
isExternal: true
|
||||
name: TryTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: TryTrigger
|
||||
nameWithType: IGoalTriggerable.TryTrigger
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: TryTrigger
|
||||
nameWithType: IGoalTriggerable.TryTrigger
|
||||
fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.IGoalTriggerable.Trigger*
|
||||
commentId: Overload:TinyLife.Goals.IGoalTriggerable.Trigger
|
||||
name: Trigger
|
||||
|
|
|
@ -5,7 +5,7 @@ items:
|
|||
id: JobType
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
|
||||
- TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
- TinyLife.Goals.JobType.Businessperson
|
||||
- TinyLife.Goals.JobType.CanQuitOrBeFired
|
||||
- TinyLife.Goals.JobType.ChoicePrompts
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JobType
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 30
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 38
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PrimarySchoolStudent
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 41
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -191,7 +191,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Businessperson
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 53
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -226,7 +226,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Firefighter
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 62
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Doctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 71
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Programmer
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 80
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -331,7 +331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RetailWorker
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 89
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -366,7 +366,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Teacher
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 98
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -401,7 +401,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Scientist
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 107
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 121
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -471,7 +471,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 125
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -506,7 +506,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HourlyPay
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 130
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -541,17 +541,17 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkHours
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 135
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nA <xref href=\"System.Range\" data-throw-if-not-resolved=\"false\"></xref> of hours that this job requires each day.\nNote that the <xref href=\"MonoGame.Extended.Range%601.Min\" data-throw-if-not-resolved=\"false\"></xref> value is inclusive, but the <xref href=\"MonoGame.Extended.Range%601.Max\" data-throw-if-not-resolved=\"false\"></xref> value is exclusive.\n"
|
||||
summary: "\nA <xref href=\"System.Range\" data-throw-if-not-resolved=\"false\"></xref> of hours that this job requires each day.\nNote that the minimum (Start) value is inclusive, but the maximum (End) value is exclusive.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly Range<int> WorkHours
|
||||
content: public readonly (int Start, int End) WorkHours
|
||||
return:
|
||||
type: MonoGame.Extended.Range{System.Int32}
|
||||
content.vb: Public ReadOnly WorkHours As Range(Of Integer)
|
||||
type: System.ValueTuple{System.Int32,System.Int32}
|
||||
content.vb: Public ReadOnly WorkHours As(Start As Integer, End As Integer)(Of Integer , Integer)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
|
@ -576,7 +576,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OffWorkDays
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 140
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -611,7 +611,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 145
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -648,7 +648,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxLevel
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 149
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -685,7 +685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasSpecialLocalization
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 154
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -722,7 +722,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 159
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -759,7 +759,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanQuitOrBeFired
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 164
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -796,7 +796,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTasks
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 169
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -833,7 +833,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DailyTaskImportance
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 174
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -870,7 +870,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 178
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -907,7 +907,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 180
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -928,16 +928,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])
|
||||
commentId: M:TinyLife.Goals.JobType.#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[])'
|
||||
- uid: TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
commentId: M:TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])'
|
||||
parent: TinyLife.Goals.JobType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: JobType(String, TextureRegion, Single, Range<Int32>, DayOfWeek[])
|
||||
nameWithType: JobType.JobType(String, TextureRegion, Single, Range<Int32>, DayOfWeek[])
|
||||
fullName: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range<System.Int32>, System.DayOfWeek[])
|
||||
name: JobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[])
|
||||
nameWithType: JobType.JobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[])
|
||||
fullName: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple<System.Int32, System.Int32>, System.DayOfWeek[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -946,14 +946,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 190
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nCreates a new job type with the given settings\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public JobType(string name, TextureRegion icon, float hourlyPay, Range<int> workHours, params DayOfWeek[] offWorkDays)
|
||||
content: public JobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -965,20 +965,20 @@ items:
|
|||
type: System.Single
|
||||
description: The hourly wage that this job yields
|
||||
- id: workHours
|
||||
type: MonoGame.Extended.Range{System.Int32}
|
||||
type: System.ValueTuple{System.Int32,System.Int32}
|
||||
description: A range of hours to work each day
|
||||
- id: offWorkDays
|
||||
type: System.DayOfWeek[]
|
||||
description: The days of the week that are off work
|
||||
content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As Range(Of Integer), ParamArray offWorkDays As DayOfWeek())
|
||||
content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), ParamArray offWorkDays As DayOfWeek())
|
||||
overload: TinyLife.Goals.JobType.#ctor*
|
||||
nameWithType.vb: JobType.JobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek())
|
||||
nameWithType.vb: JobType.JobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range(Of System.Int32), System.DayOfWeek())
|
||||
name.vb: JobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek())
|
||||
fullName.vb: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple(Of System.Int32, System.Int32), System.DayOfWeek())
|
||||
name.vb: JobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek())
|
||||
- uid: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
|
||||
commentId: M:TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
|
||||
id: Construct(TinyLife.Objects.Person,System.Int32)
|
||||
|
@ -997,7 +997,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 204
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1039,7 +1039,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsTimeToWork
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 214
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1080,7 +1080,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScheduleString
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 223
|
||||
startLine: 221
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1120,7 +1120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 237
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1164,7 +1164,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredPromotionSkills
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 249
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1205,7 +1205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStartsInAnHour
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 264
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1243,7 +1243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkHoursOver
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 275
|
||||
startLine: 273
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1281,7 +1281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 285
|
||||
startLine: 283
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1322,7 +1322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkStarted
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 296
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1363,7 +1363,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 304
|
||||
startLine: 302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1404,7 +1404,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRaiseReceived
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 314
|
||||
startLine: 312
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1442,7 +1442,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 326
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1489,7 +1489,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/JobType.cs
|
||||
startLine: 336
|
||||
startLine: 334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -2366,27 +2366,21 @@ references:
|
|||
- uid: System.Range
|
||||
commentId: T:System.Range
|
||||
isExternal: true
|
||||
- uid: MonoGame.Extended.Range`1.Min
|
||||
commentId: P:MonoGame.Extended.Range`1.Min
|
||||
isExternal: true
|
||||
- uid: MonoGame.Extended.Range`1.Max
|
||||
commentId: P:MonoGame.Extended.Range`1.Max
|
||||
isExternal: true
|
||||
- uid: MonoGame.Extended.Range{System.Int32}
|
||||
commentId: T:MonoGame.Extended.Range{System.Int32}
|
||||
parent: MonoGame.Extended
|
||||
definition: MonoGame.Extended.Range`1
|
||||
name: Range<Int32>
|
||||
nameWithType: Range<Int32>
|
||||
fullName: MonoGame.Extended.Range<System.Int32>
|
||||
nameWithType.vb: Range(Of Int32)
|
||||
fullName.vb: MonoGame.Extended.Range(Of System.Int32)
|
||||
name.vb: Range(Of Int32)
|
||||
- uid: System.ValueTuple{System.Int32,System.Int32}
|
||||
commentId: T:System.ValueTuple{System.Int32,System.Int32}
|
||||
parent: System
|
||||
definition: System.ValueTuple`2
|
||||
name: (T1, T2)<Int32, Int32>
|
||||
nameWithType: (T1, T2)<Int32, Int32>
|
||||
fullName: System.ValueTuple<System.Int32, System.Int32>
|
||||
nameWithType.vb: (T1, T2)(Of Int32, Int32)
|
||||
fullName.vb: System.ValueTuple(Of System.Int32, System.Int32)
|
||||
name.vb: (T1, T2)(Of Int32, Int32)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
|
@ -2396,14 +2390,22 @@ references:
|
|||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
|
@ -2413,54 +2415,68 @@ references:
|
|||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
commentId: T:MonoGame.Extended.Range`1
|
||||
- uid: System.ValueTuple`2
|
||||
commentId: T:System.ValueTuple`2
|
||||
isExternal: true
|
||||
name: Range<T>
|
||||
nameWithType: Range<T>
|
||||
fullName: MonoGame.Extended.Range<T>
|
||||
nameWithType.vb: Range(Of T)
|
||||
fullName.vb: MonoGame.Extended.Range(Of T)
|
||||
name.vb: Range(Of T)
|
||||
name: (T1, T2)<T1, T2>
|
||||
nameWithType: (T1, T2)<T1, T2>
|
||||
fullName: System.ValueTuple<T1, T2>
|
||||
nameWithType.vb: (T1, T2)(Of T1, T2)
|
||||
fullName.vb: System.ValueTuple(Of T1, T2)
|
||||
name.vb: (T1, T2)(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: System.DayOfWeek
|
||||
commentId: T:System.DayOfWeek
|
||||
parent: System
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 203
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 210
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -129,7 +129,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentGoals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 214
|
||||
startLine: 226
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StageIndex
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 221
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 226
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stage
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 231
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -297,7 +297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Completed
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 235
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 243
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -376,7 +376,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 253
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -408,7 +408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Advance
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 263
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -440,7 +440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 288
|
||||
startLine: 302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -38,7 +38,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeGoal
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chef
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 33
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 45
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -178,41 +178,6 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.GymRat
|
||||
commentId: F:TinyLife.Goals.LifeGoal.GymRat
|
||||
id: GymRat
|
||||
parent: TinyLife.Goals.LifeGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GymRat
|
||||
nameWithType: LifeGoal.GymRat
|
||||
fullName: TinyLife.Goals.LifeGoal.GymRat
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly LifeGoal GymRat
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: Public Shared ReadOnly GymRat As LifeGoal
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.HouseholdHero
|
||||
commentId: F:TinyLife.Goals.LifeGoal.HouseholdHero
|
||||
id: HouseholdHero
|
||||
|
@ -231,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 69
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -266,7 +231,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 81
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -301,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 93
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -336,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -353,41 +318,6 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
commentId: F:TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
id: CapableCarpenter
|
||||
parent: TinyLife.Goals.LifeGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CapableCarpenter
|
||||
nameWithType: LifeGoal.CapableCarpenter
|
||||
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly LifeGoal CapableCarpenter
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: Public Shared ReadOnly CapableCarpenter As LifeGoal
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.PerfectPainter
|
||||
commentId: F:TinyLife.Goals.LifeGoal.PerfectPainter
|
||||
id: PerfectPainter
|
||||
|
@ -406,7 +336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PerfectPainter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 127
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -423,6 +353,76 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
commentId: F:TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
id: CapableCarpenter
|
||||
parent: TinyLife.Goals.LifeGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CapableCarpenter
|
||||
nameWithType: LifeGoal.CapableCarpenter
|
||||
fullName: TinyLife.Goals.LifeGoal.CapableCarpenter
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly LifeGoal CapableCarpenter
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: Public Shared ReadOnly CapableCarpenter As LifeGoal
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.GymRat
|
||||
commentId: F:TinyLife.Goals.LifeGoal.GymRat
|
||||
id: GymRat
|
||||
parent: TinyLife.Goals.LifeGoal
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GymRat
|
||||
nameWithType: LifeGoal.GymRat
|
||||
fullName: TinyLife.Goals.LifeGoal.GymRat
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/LifeGoal.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly LifeGoal GymRat
|
||||
return:
|
||||
type: TinyLife.Goals.LifeGoal
|
||||
content.vb: Public Shared ReadOnly GymRat As LifeGoal
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Goals.LifeGoal.OnAdvanced
|
||||
commentId: E:TinyLife.Goals.LifeGoal.OnAdvanced
|
||||
id: OnAdvanced
|
||||
|
@ -441,7 +441,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdvanced
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 143
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -476,7 +476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 147
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -511,7 +511,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 152
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -546,7 +546,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stages
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 156
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -581,7 +581,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RewardPersonality
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 161
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -616,7 +616,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 166
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -653,7 +653,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 174
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -698,7 +698,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 185
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -737,7 +737,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/LifeGoal.cs
|
||||
startLine: 194
|
||||
startLine: 206
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MemoryType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 27
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PublishFailure
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SocialAction
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PromotionOrRaise
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -231,7 +231,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FamilySocial
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedSkillCategory
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 34
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WasOutside
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -336,7 +336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedFurniture
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -371,7 +371,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WasRomanticWithSomeoneElse
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 39
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -406,7 +406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -441,7 +441,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 49
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -476,7 +476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanReplace
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 53
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -511,7 +511,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -550,7 +550,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 64
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -592,7 +592,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 77
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -645,7 +645,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 92
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -5,7 +5,7 @@ items:
|
|||
id: StudentJobType
|
||||
parent: TinyLife.Goals
|
||||
children:
|
||||
- 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,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
- TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
|
||||
- TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
- TinyLife.Goals.StudentJobType.Schedule
|
||||
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StudentJobType
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 17
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Schedule
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 23
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -133,16 +133,16 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- 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[])
|
||||
id: '#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,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
commentId: M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
|
||||
id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])'
|
||||
parent: TinyLife.Goals.StudentJobType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StudentJobType(String, TextureRegion, Single, Range<Int32>, DayOfWeek[])
|
||||
nameWithType: StudentJobType.StudentJobType(String, TextureRegion, Single, Range<Int32>, DayOfWeek[])
|
||||
fullName: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range<System.Int32>, System.DayOfWeek[])
|
||||
name: StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[])
|
||||
nameWithType: StudentJobType.StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[])
|
||||
fullName: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple<System.Int32, System.Int32>, System.DayOfWeek[])
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -151,14 +151,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 32
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
summary: "\nCreates a new job type with the given settings\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public StudentJobType(string name, TextureRegion icon, float hourlyPay, Range<int> workHours, params DayOfWeek[] offWorkDays)
|
||||
content: public StudentJobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -170,20 +170,20 @@ items:
|
|||
type: System.Single
|
||||
description: The hourly wage that this job yields
|
||||
- id: workHours
|
||||
type: MonoGame.Extended.Range{System.Int32}
|
||||
type: System.ValueTuple{System.Int32,System.Int32}
|
||||
description: A range of hours to work each day
|
||||
- id: offWorkDays
|
||||
type: System.DayOfWeek[]
|
||||
description: The days of the week that are off work
|
||||
content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As Range(Of Integer), ParamArray offWorkDays As DayOfWeek())
|
||||
content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), ParamArray offWorkDays As DayOfWeek())
|
||||
overload: TinyLife.Goals.StudentJobType.#ctor*
|
||||
nameWithType.vb: StudentJobType.StudentJobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek())
|
||||
nameWithType.vb: StudentJobType.StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range(Of System.Int32), System.DayOfWeek())
|
||||
name.vb: StudentJobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek())
|
||||
fullName.vb: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple(Of System.Int32, System.Int32), System.DayOfWeek())
|
||||
name.vb: StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek())
|
||||
- uid: TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
commentId: M:TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
id: OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnWorkFinished
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 42
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -244,7 +244,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnLevelChanged
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 56
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -286,7 +286,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateWorking
|
||||
path: ../TinyLife/Goals/StudentJobType.cs
|
||||
startLine: 61
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -1757,21 +1757,21 @@ references:
|
|||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: MonoGame.Extended.Range{System.Int32}
|
||||
commentId: T:MonoGame.Extended.Range{System.Int32}
|
||||
parent: MonoGame.Extended
|
||||
definition: MonoGame.Extended.Range`1
|
||||
name: Range<Int32>
|
||||
nameWithType: Range<Int32>
|
||||
fullName: MonoGame.Extended.Range<System.Int32>
|
||||
nameWithType.vb: Range(Of Int32)
|
||||
fullName.vb: MonoGame.Extended.Range(Of System.Int32)
|
||||
name.vb: Range(Of Int32)
|
||||
- uid: System.ValueTuple{System.Int32,System.Int32}
|
||||
commentId: T:System.ValueTuple{System.Int32,System.Int32}
|
||||
parent: System
|
||||
definition: System.ValueTuple`2
|
||||
name: (T1, T2)<Int32, Int32>
|
||||
nameWithType: (T1, T2)<Int32, Int32>
|
||||
fullName: System.ValueTuple<System.Int32, System.Int32>
|
||||
nameWithType.vb: (T1, T2)(Of Int32, Int32)
|
||||
fullName.vb: System.ValueTuple(Of System.Int32, System.Int32)
|
||||
name.vb: (T1, T2)(Of Int32, Int32)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
|
@ -1781,14 +1781,22 @@ references:
|
|||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
|
@ -1798,6 +1806,14 @@ references:
|
|||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1833,51 +1849,57 @@ references:
|
|||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
commentId: T:MonoGame.Extended.Range`1
|
||||
- uid: System.ValueTuple`2
|
||||
commentId: T:System.ValueTuple`2
|
||||
isExternal: true
|
||||
name: Range<T>
|
||||
nameWithType: Range<T>
|
||||
fullName: MonoGame.Extended.Range<T>
|
||||
nameWithType.vb: Range(Of T)
|
||||
fullName.vb: MonoGame.Extended.Range(Of T)
|
||||
name.vb: Range(Of T)
|
||||
name: (T1, T2)<T1, T2>
|
||||
nameWithType: (T1, T2)<T1, T2>
|
||||
fullName: System.ValueTuple<T1, T2>
|
||||
nameWithType.vb: (T1, T2)(Of T1, T2)
|
||||
fullName.vb: System.ValueTuple(Of T1, T2)
|
||||
name.vb: (T1, T2)(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
- uid: System.ValueTuple`2
|
||||
name: (T1, T2)
|
||||
nameWithType: (T1, T2)
|
||||
fullName: System.ValueTuple
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
commentId: M:TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
|
||||
parent: TinyLife.Goals.JobType
|
||||
|
|
|
@ -1104,12 +1104,12 @@ references:
|
|||
fullName: )
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
|
@ -1118,9 +1118,9 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -1132,9 +1132,9 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -1148,15 +1148,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
isExternal: true
|
||||
name: Trigger(Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1171,8 +1171,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1188,15 +1188,15 @@ references:
|
|||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
isExternal: true
|
||||
name: CanTrigger(Object, GoalTrigger, Object)
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.CanTrigger
|
||||
nameWithType: AutoTriggerGoal<T>.CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1226,8 +1226,8 @@ references:
|
|||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||
name: CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger
|
||||
nameWithType: AutoTriggerGoal(Of T).CanTrigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
|
@ -1542,36 +1542,36 @@ references:
|
|||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger(TValue)
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger(TValue)
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue)
|
||||
name: Trigger(T)
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger(T)
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(T)
|
||||
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal<TValue>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>.Trigger
|
||||
nameWithType: AutoTriggerGoal<T>.Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||
name: Trigger
|
||||
nameWithType: AutoTriggerGoal(Of TValue).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger
|
||||
nameWithType: AutoTriggerGoal(Of T).Trigger
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -4,7 +4,6 @@ items:
|
|||
commentId: N:TinyLife.Goals
|
||||
id: TinyLife.Goals
|
||||
children:
|
||||
- TinyLife.Goals.
|
||||
- TinyLife.Goals.Achievement
|
||||
- TinyLife.Goals.AchievementType
|
||||
- TinyLife.Goals.AmountGoal
|
||||
|
@ -12,12 +11,13 @@ items:
|
|||
- TinyLife.Goals.AutoTriggerGoal
|
||||
- TinyLife.Goals.AutoTriggerGoal`1
|
||||
- TinyLife.Goals.ConditionedGoal
|
||||
- TinyLife.Goals.DistinctGoal
|
||||
- TinyLife.Goals.DistinctGoal`1
|
||||
- TinyLife.Goals.Goal
|
||||
- TinyLife.Goals.Goal`1
|
||||
- TinyLife.Goals.GoalInfo
|
||||
- TinyLife.Goals.GoalSet
|
||||
- TinyLife.Goals.GoalSetInfo
|
||||
- TinyLife.Goals.GoalTrigger
|
||||
- TinyLife.Goals.IGoalTriggerable
|
||||
- TinyLife.Goals.Job
|
||||
- TinyLife.Goals.Job.JobPerformanceDelegate
|
||||
|
@ -66,12 +66,12 @@ references:
|
|||
fullName: TinyLife.Goals.AutoTriggerGoal
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal<TValue>
|
||||
nameWithType: AutoTriggerGoal<TValue>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<TValue>
|
||||
nameWithType.vb: AutoTriggerGoal(Of TValue)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue)
|
||||
name.vb: AutoTriggerGoal(Of TValue)
|
||||
name: AutoTriggerGoal<T>
|
||||
nameWithType: AutoTriggerGoal<T>
|
||||
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
||||
nameWithType.vb: AutoTriggerGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
||||
name.vb: AutoTriggerGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
||||
name: AutoTriggerGoal
|
||||
|
@ -80,9 +80,9 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
|
@ -94,9 +94,9 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -105,11 +105,42 @@ references:
|
|||
name: ConditionedGoal
|
||||
nameWithType: ConditionedGoal
|
||||
fullName: TinyLife.Goals.ConditionedGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal
|
||||
commentId: T:TinyLife.Goals.DistinctGoal
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
commentId: T:TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal<T>
|
||||
nameWithType: DistinctGoal<T>
|
||||
fullName: TinyLife.Goals.DistinctGoal<T>
|
||||
nameWithType.vb: DistinctGoal(Of T)
|
||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T)
|
||||
name.vb: DistinctGoal(Of T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife.Goals.DistinctGoal`1
|
||||
name: DistinctGoal
|
||||
nameWithType: DistinctGoal
|
||||
fullName: TinyLife.Goals.DistinctGoal
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Goals.Goal
|
||||
commentId: T:TinyLife.Goals.Goal
|
||||
parent: TinyLife.Goals
|
||||
|
@ -176,11 +207,12 @@ references:
|
|||
name: GoalSet
|
||||
nameWithType: GoalSet
|
||||
fullName: TinyLife.Goals.GoalSet
|
||||
- uid: TinyLife.Goals.
|
||||
commentId: T:TinyLife.Goals.
|
||||
name: ''
|
||||
nameWithType: ''
|
||||
fullName: TinyLife.Goals.
|
||||
- uid: TinyLife.Goals.GoalTrigger
|
||||
commentId: T:TinyLife.Goals.GoalTrigger
|
||||
parent: TinyLife.Goals
|
||||
name: GoalTrigger
|
||||
nameWithType: GoalTrigger
|
||||
fullName: TinyLife.Goals.GoalTrigger
|
||||
- uid: TinyLife.Goals.IGoalTriggerable
|
||||
commentId: T:TinyLife.Goals.IGoalTriggerable
|
||||
parent: TinyLife.Goals
|
||||
|
|
|
@ -34,7 +34,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LnCategory
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 149
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ui
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 152
|
||||
startLine: 154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 154
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildMode
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 156
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 158
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 160
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Personalities
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 162
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -273,7 +273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Skills
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 164
|
||||
startLine: 166
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -307,7 +307,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Jobs
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 166
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -341,7 +341,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 168
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -375,7 +375,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 170
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -409,7 +409,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 172
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -443,7 +443,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 174
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -477,7 +477,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 176
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -511,7 +511,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 178
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -545,7 +545,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievements
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 180
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mod
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 18
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 28
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 33
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -190,7 +190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Initialize
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 43
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddGameContent
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 55
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -278,7 +278,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomFurnitureTextures
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 63
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -318,7 +318,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PopulateOptions
|
||||
path: ../TinyLife/Mods/Mod.cs
|
||||
startLine: 74
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModInfo
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 151
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Id
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 156
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mod
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 160
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -148,7 +148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Logger
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 165
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Content
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 170
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -218,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Harmony
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 174
|
||||
startLine: 161
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -253,7 +253,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OptionsFile
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 178
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -288,7 +288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Finalize
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 195
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -319,7 +319,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 200
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -352,7 +352,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToString
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 207
|
||||
startLine: 194
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -388,7 +388,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveOptions
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 222
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadOptions
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 240
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Occasion
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 122
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 125
|
||||
startLine: 127
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 126
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 127
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGame
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 128
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -188,7 +188,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildMode
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 129
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -220,7 +220,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 130
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Music.cs
|
||||
startLine: 61
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Need
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 19
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Max
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Value
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -206,7 +206,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Percentage
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 44
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -243,7 +243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 54
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -5,7 +5,7 @@ items:
|
|||
id: NeedType
|
||||
parent: TinyLife
|
||||
children:
|
||||
- TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)
|
||||
- TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)
|
||||
- TinyLife.NeedType.Energy
|
||||
- TinyLife.NeedType.Entertainment
|
||||
- TinyLife.NeedType.Hunger
|
||||
|
@ -17,6 +17,7 @@ items:
|
|||
- TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
- TinyLife.NeedType.Social
|
||||
- TinyLife.NeedType.SolveImportance
|
||||
- TinyLife.NeedType.SolvePercentage
|
||||
- TinyLife.NeedType.SourceString
|
||||
- TinyLife.NeedType.Toilet
|
||||
- TinyLife.NeedType.Types
|
||||
|
@ -34,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedType
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 87
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -88,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 95
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -125,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Energy
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 97
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -160,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hunger
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 102
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -195,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Social
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -230,7 +231,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 106
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -265,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hygiene
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 107
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -300,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Entertainment
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 108
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -335,7 +336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 115
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -370,7 +371,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 119
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -405,7 +406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowAction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 123
|
||||
startLine: 122
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -440,7 +441,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowTime
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 127
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -475,7 +476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolveImportance
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 132
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -492,6 +493,39 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.NeedType.SolvePercentage
|
||||
commentId: F:TinyLife.NeedType.SolvePercentage
|
||||
id: SolvePercentage
|
||||
parent: TinyLife.NeedType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SolvePercentage
|
||||
nameWithType: NeedType.SolvePercentage
|
||||
fullName: TinyLife.NeedType.SolvePercentage
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvePercentage
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public readonly float SolvePercentage
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public ReadOnly SolvePercentage As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.NeedType.SourceString
|
||||
commentId: P:TinyLife.NeedType.SourceString
|
||||
id: SourceString
|
||||
|
@ -531,16 +565,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)
|
||||
commentId: M:TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)
|
||||
id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)'
|
||||
- uid: TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)
|
||||
commentId: M:TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)
|
||||
id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)'
|
||||
parent: TinyLife.NeedType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NeedType(String, Func<Person, Single>, Func<Person, ActionType>, Func<Person, TimeSpan>, Single)
|
||||
nameWithType: NeedType.NeedType(String, Func<Person, Single>, Func<Person, ActionType>, Func<Person, TimeSpan>, Single)
|
||||
fullName: TinyLife.NeedType.NeedType(System.String, System.Func<TinyLife.Objects.Person, System.Single>, System.Func<TinyLife.Objects.Person, TinyLife.Actions.ActionType>, System.Func<TinyLife.Objects.Person, System.TimeSpan>, System.Single)
|
||||
name: NeedType(String, Func<Person, Single>, Func<Person, ActionType>, Func<Person, TimeSpan>, Single, Single)
|
||||
nameWithType: NeedType.NeedType(String, Func<Person, Single>, Func<Person, ActionType>, Func<Person, TimeSpan>, Single, Single)
|
||||
fullName: TinyLife.NeedType.NeedType(System.String, System.Func<TinyLife.Objects.Person, System.Single>, System.Func<TinyLife.Objects.Person, TinyLife.Actions.ActionType>, System.Func<TinyLife.Objects.Person, System.TimeSpan>, System.Single, System.Single)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -556,7 +590,7 @@ items:
|
|||
summary: "\nInstantiates a new need type with the given settings\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public NeedType(string name, Func<Person, float> passiveReduction, Func<Person, ActionType> needLowAction = null, Func<Person, TimeSpan> needLowTime = null, float solveImportance = 0F)
|
||||
content: public NeedType(string name, Func<Person, float> passiveReduction, Func<Person, ActionType> needLowAction = null, Func<Person, TimeSpan> needLowTime = null, float solveImportance = 0F, float solvePercentage = 0.5F)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -573,15 +607,17 @@ items:
|
|||
- id: solveImportance
|
||||
type: System.Single
|
||||
description: The priority for solving this need over other needs, where higher numbers are more urgent
|
||||
content.vb: Public Sub New(name As String, passiveReduction As Func(Of Person, Single), needLowAction As Func(Of Person, ActionType) = Nothing, needLowTime As Func(Of Person, TimeSpan) = Nothing, solveImportance As Single = 0F)
|
||||
- id: solvePercentage
|
||||
type: System.Single
|
||||
content.vb: Public Sub New(name As String, passiveReduction As Func(Of Person, Single), needLowAction As Func(Of Person, ActionType) = Nothing, needLowTime As Func(Of Person, TimeSpan) = Nothing, solveImportance As Single = 0F, solvePercentage As Single = 0.5F)
|
||||
overload: TinyLife.NeedType.#ctor*
|
||||
nameWithType.vb: NeedType.NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single)
|
||||
nameWithType.vb: NeedType.NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single, Single)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: TinyLife.NeedType.NeedType(System.String, System.Func(Of TinyLife.Objects.Person, System.Single), System.Func(Of TinyLife.Objects.Person, TinyLife.Actions.ActionType), System.Func(Of TinyLife.Objects.Person, System.TimeSpan), System.Single)
|
||||
name.vb: NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single)
|
||||
fullName.vb: TinyLife.NeedType.NeedType(System.String, System.Func(Of TinyLife.Objects.Person, System.Single), System.Func(Of TinyLife.Objects.Person, TinyLife.Actions.ActionType), System.Func(Of TinyLife.Objects.Person, System.TimeSpan), System.Single, System.Single)
|
||||
name.vb: NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single, Single)
|
||||
- uid: TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
id: Register(TinyLife.NeedType)
|
||||
|
@ -600,7 +636,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 157
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2720
|
||||
startLine: 2734
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2728
|
||||
startLine: 2742
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -101,7 +101,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Adult
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2734
|
||||
startLine: 2748
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenBehavior
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 173
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Puddles
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 179
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dripping
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 183
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElectricityCrackle
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 187
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Smoke
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 191
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 195
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -10,7 +10,7 @@ items:
|
|||
- TinyLife.Objects.BreakableFurniture.Broken
|
||||
- TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.BreakableFurniture.GetPrice
|
||||
- TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||
|
@ -124,6 +124,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -580,16 +581,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
id: GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.BreakableFurniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: BreakableFurniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: BreakableFurniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -605,23 +606,25 @@ items:
|
|||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetDescription(List<string> description)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String))
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.BreakableFurniture.GetDescription*
|
||||
nameWithType.vb: BreakableFurniture.GetDescription(List(Of String))
|
||||
nameWithType.vb: BreakableFurniture.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
- uid: TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
id: GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -640,7 +643,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 160
|
||||
startLine: 162
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -682,7 +685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||
startLine: 165
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3319,6 +3322,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -5352,18 +5361,18 @@ references:
|
|||
name: GetPrice
|
||||
nameWithType: BreakableFurniture.GetPrice
|
||||
fullName: TinyLife.Objects.BreakableFurniture.GetPrice
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -5386,11 +5395,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -5413,6 +5430,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -117,6 +117,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1695,18 +1696,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1729,11 +1730,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1756,6 +1765,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3204,6 +3221,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -39,12 +39,12 @@ items:
|
|||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
path: TinyLife/Objects/Clothes.Tops.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 23
|
||||
path: ../TinyLife/Objects/Clothes.Tops.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -99,7 +99,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Types
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layers
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 34
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllIntentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 38
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReferencePrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 43
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -245,7 +245,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 222
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 226
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -315,7 +315,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Textures
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 230
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -350,7 +350,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureRegion
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 234
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -385,7 +385,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 239
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -420,7 +420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 244
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -455,7 +455,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 248
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -490,7 +490,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 253
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -527,7 +527,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 258
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -564,7 +564,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ages
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 263
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -601,7 +601,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DepthFunction
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 268
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -638,7 +638,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureBehaviorLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 273
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -675,7 +675,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomWeight
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 279
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -712,7 +712,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomColorWeight
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 284
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -749,7 +749,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsIncompatible
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 288
|
||||
startLine: 123
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -786,7 +786,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 290
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -825,7 +825,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 302
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -882,7 +882,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 328
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -919,7 +919,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AreCompatible
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 338
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -963,7 +963,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 346
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1001,7 +1001,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 357
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesIntention
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 621
|
||||
startLine: 456
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 625
|
||||
startLine: 460
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Everyday
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 626
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Party
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 627
|
||||
startLine: 462
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Formal
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 628
|
||||
startLine: 463
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 629
|
||||
startLine: 464
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Swimwear
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 630
|
||||
startLine: 465
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -269,7 +269,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sleep
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 631
|
||||
startLine: 466
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Summer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 632
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -333,7 +333,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Winter
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 633
|
||||
startLine: 468
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Work
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 634
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -397,7 +397,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Safety
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 635
|
||||
startLine: 470
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -31,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 562
|
||||
startLine: 397
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Body
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 568
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Eyes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 572
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pants
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 576
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -181,7 +181,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Arms
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 580
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -215,7 +215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shirt
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 584
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -249,7 +249,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Accessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 588
|
||||
startLine: 423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FacialHair
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 592
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -317,7 +317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hair
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 596
|
||||
startLine: 431
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -351,7 +351,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeadAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 600
|
||||
startLine: 435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -385,7 +385,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FaceAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 604
|
||||
startLine: 439
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -419,7 +419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ArmAccessories
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 609
|
||||
startLine: 444
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -453,7 +453,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shoes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 613
|
||||
startLine: 448
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -89,7 +89,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -118,6 +118,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1764,18 +1765,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1798,11 +1799,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1825,6 +1834,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3237,6 +3254,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -90,7 +90,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -119,6 +119,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1693,18 +1694,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1727,11 +1728,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1754,6 +1763,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3166,6 +3183,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -116,6 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1528,18 +1529,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1562,11 +1563,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1589,6 +1598,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3001,6 +3018,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -93,7 +93,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -123,6 +123,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1600,18 +1601,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1634,11 +1635,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1661,6 +1670,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3109,6 +3126,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -8,7 +8,7 @@ items:
|
|||
- TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||
- TinyLife.Objects.Food.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.Food.FoodLeft
|
||||
- TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Food.HasCandle
|
||||
- TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
langs:
|
||||
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 17
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -90,11 +90,11 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -124,6 +124,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -175,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodLeft
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -218,7 +219,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCandle
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -265,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -316,7 +317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -394,7 +395,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 55
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -421,45 +422,50 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Food
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Food.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Food.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Food.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 70
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: tooltip
|
||||
type: MLEM.Ui.Elements.Tooltip
|
||||
description: The tooltip that will be displayed.
|
||||
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
||||
overridden: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
overload: TinyLife.Objects.Food.GetHoverInfo*
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.Food.GetDescription*
|
||||
nameWithType.vb: Food.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
references:
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
|
@ -1363,6 +1369,45 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1608,70 +1653,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- 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: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3117,6 +3098,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -5221,60 +5208,132 @@ references:
|
|||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: FoodTypedItem.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: FoodTypedItem.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: FoodTypedItem.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: FoodTypedItem.GetHoverInfo
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: FoodTypedItem.GetDescription
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: FoodTypedItem.GetHoverInfo
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: FoodTypedItem.GetDescription
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Food.GetDescription*
|
||||
commentId: Overload:TinyLife.Objects.Food.GetDescription
|
||||
name: GetDescription
|
||||
nameWithType: Food.GetDescription
|
||||
fullName: TinyLife.Objects.Food.GetDescription
|
||||
- uid: System.Collections.Generic.List{System.String}
|
||||
commentId: T:System.Collections.Generic.List{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<String>
|
||||
nameWithType: List<String>
|
||||
fullName: System.Collections.Generic.List<System.String>
|
||||
nameWithType.vb: List(Of String)
|
||||
fullName.vb: System.Collections.Generic.List(Of System.String)
|
||||
name.vb: List(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Food.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.Food.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
nameWithType: Food.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Food.GetHoverInfo
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
commentId: T:MLEM.Ui.Elements.Tooltip
|
||||
parent: MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
|
|
|
@ -9,7 +9,7 @@ items:
|
|||
- TinyLife.Objects.FoodTypedItem.ExpirationTime
|
||||
- TinyLife.Objects.FoodTypedItem.Expired
|
||||
- TinyLife.Objects.FoodTypedItem.FoodType
|
||||
- TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.FoodTypedItem.ServingSize
|
||||
- TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Objects.FoodTypedItem.Validate
|
||||
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodTypedItem
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 13
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -88,12 +88,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -123,6 +123,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -174,7 +175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodType
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 19
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -217,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExpirationTime
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 25
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -260,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ServingSize
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 31
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -303,7 +304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Expired
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 36
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -340,7 +341,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -391,7 +392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 43
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -411,45 +412,50 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.FoodTypedItem
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: FoodTypedItem.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: FoodTypedItem.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FoodTypedItem.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 48
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: tooltip
|
||||
type: MLEM.Ui.Elements.Tooltip
|
||||
description: The tooltip that will be displayed.
|
||||
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
||||
overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
overload: TinyLife.Objects.FoodTypedItem.GetHoverInfo*
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.FoodTypedItem.GetDescription*
|
||||
nameWithType.vb: FoodTypedItem.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
|
@ -468,7 +474,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 58
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1341,6 +1347,45 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1868,70 +1913,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- 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: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3377,6 +3358,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4990,63 +4977,180 @@ references:
|
|||
name: Validate
|
||||
nameWithType: FoodTypedItem.Validate
|
||||
fullName: TinyLife.Objects.FoodTypedItem.Validate
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.FoodTypedItem.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
nameWithType: FoodTypedItem.GetHoverInfo
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
commentId: T:MLEM.Ui.Elements.Tooltip
|
||||
parent: MLEM.Ui.Elements
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.FoodTypedItem.GetDescription*
|
||||
commentId: Overload:TinyLife.Objects.FoodTypedItem.GetDescription
|
||||
name: GetDescription
|
||||
nameWithType: FoodTypedItem.GetDescription
|
||||
fullName: TinyLife.Objects.FoodTypedItem.GetDescription
|
||||
- uid: System.Collections.Generic.List{System.String}
|
||||
commentId: T:System.Collections.Generic.List{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<String>
|
||||
nameWithType: List<String>
|
||||
fullName: System.Collections.Generic.List<System.String>
|
||||
nameWithType.vb: List(Of String)
|
||||
fullName.vb: System.Collections.Generic.List(Of System.String)
|
||||
name.vb: List(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.List`1
|
||||
commentId: T:System.Collections.Generic.List`1
|
||||
isExternal: true
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
name: List<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
nameWithType.vb: List(Of T)
|
||||
fullName.vb: System.Collections.Generic.List(Of T)
|
||||
name.vb: List(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Objects.FoodTypedItem.Update*
|
||||
commentId: Overload:TinyLife.Objects.FoodTypedItem.Update
|
||||
name: Update
|
||||
|
|
|
@ -89,7 +89,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -119,6 +119,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1795,18 +1796,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1829,11 +1830,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1856,6 +1865,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3304,6 +3321,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
||||
- TinyLife.Objects.Furniture.GetChildren``1
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -129,6 +129,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -221,13 +222,13 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAn event that is fired when <xref href=\"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List%7bSystem.String%7d)\" data-throw-if-not-resolved=\"false\"></xref> is called.\nThis event can be used to change the description of furniture instances by adding to the provided <xref href=\"System.Collections.Generic.List%601\" data-throw-if-not-resolved=\"false\"></xref>.\nThis event can be subscribed to using <xref href=\"TinyLife.Objects.MapObject.OnEventsAttachable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nAn event that is fired when <xref href=\"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List%7bSystem.String%7d%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\nThis event can be used to change the description of furniture instances by adding to the provided <xref href=\"System.Collections.Generic.List%601\" data-throw-if-not-resolved=\"false\"></xref>.\nThis event can be subscribed to using <xref href=\"TinyLife.Objects.MapObject.OnEventsAttachable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action<List<string>> OnGetDescription
|
||||
content: public event Action<List<string>, bool> OnGetDescription
|
||||
return:
|
||||
type: System.Action{System.Collections.Generic.List{System.String}}
|
||||
content.vb: Public Event OnGetDescription As Action(Of List(Of String))
|
||||
type: System.Action{System.Collections.Generic.List{System.String},System.Boolean}
|
||||
content.vb: Public Event OnGetDescription As Action(Of List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
|
@ -935,7 +936,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThe quality of this object, which defaults to null, meaning no quality.\nThe quality is used by <xref href=\"TinyLife.Objects.Food\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Painting\" data-throw-if-not-resolved=\"false\"></xref>, and items crafted on the woodworking table.\nIf this value is nonnull, the quality is displayed in the furniture item's description (<xref href=\"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List%7bSystem.String%7d)\" data-throw-if-not-resolved=\"false\"></xref>) and it influences the furniture's price (<xref href=\"TinyLife.Objects.Furniture.GetPrice\" data-throw-if-not-resolved=\"false\"></xref>) using <xref href=\"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThe quality of this object, which defaults to null, meaning no quality.\nThe quality is used by <xref href=\"TinyLife.Objects.Food\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Painting\" data-throw-if-not-resolved=\"false\"></xref>, and items crafted on the woodworking table.\nIf this value is nonnull, the quality is displayed in the furniture item's description (<xref href=\"TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List%7bSystem.String%7d%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>) and it influences the furniture's price (<xref href=\"TinyLife.Objects.Furniture.GetPrice\" data-throw-if-not-resolved=\"false\"></xref>) using <xref href=\"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -1799,7 +1800,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method raises <xref href=\"TinyLife.Objects.MapObject.OnGetHoverInfo\" data-throw-if-not-resolved=\"false\"></xref> for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, and adds additional information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
|
@ -1834,7 +1835,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEfficiencyModifier
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 371
|
||||
startLine: 388
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1888,7 +1889,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRestoreNeedModifier
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 379
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1939,7 +1940,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 387
|
||||
startLine: 404
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1981,7 +1982,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 409
|
||||
startLine: 426
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2058,7 +2059,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 417
|
||||
startLine: 434
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2079,16 +2080,16 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
id: GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -2097,29 +2098,31 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 429
|
||||
startLine: 446
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void GetDescription(List<string> description)
|
||||
content: public virtual void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
content.vb: Public Overridable Sub GetDescription(description As List(Of String))
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overridable Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overload: TinyLife.Objects.Furniture.GetDescription*
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
id: GetDecorativeRating(TinyLife.World.Room)
|
||||
|
@ -2138,7 +2141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 460
|
||||
startLine: 479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2179,7 +2182,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 471
|
||||
startLine: 490
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2220,11 +2223,11 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetCreator
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 491
|
||||
startLine: 510
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nSets the <xref href=\"TinyLife.Objects.Furniture.CreatorId\" data-throw-if-not-resolved=\"false\"></xref> (and thus, the <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>) of this furniture item, optionally triggering goals that react to the <see cref=\"!:GoalTrigger.FurnitureCreated\"></see> goal trigger\n"
|
||||
summary: "\nSets the <xref href=\"TinyLife.Objects.Furniture.CreatorId\" data-throw-if-not-resolved=\"false\"></xref> (and thus, the <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>) of this furniture item, optionally triggering goals that react to the <xref href=\"TinyLife.Goals.GoalTrigger.FurnitureCreated\" data-throw-if-not-resolved=\"false\"></xref> goal trigger\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void SetCreator(Person person, bool triggerGoals = true)
|
||||
|
@ -2234,7 +2237,7 @@ items:
|
|||
description: The person to set as the creator
|
||||
- id: triggerGoals
|
||||
type: System.Boolean
|
||||
description: Whether <see cref="!:GoalTrigger.FurnitureCreated"></see> goal triggers should be triggered
|
||||
description: Whether <xref href="TinyLife.Goals.GoalTrigger.FurnitureCreated" data-throw-if-not-resolved="false"></xref> goal triggers should be triggered
|
||||
content.vb: Public Overridable Sub SetCreator(person As Person, triggerGoals As Boolean = True)
|
||||
overload: TinyLife.Objects.Furniture.SetCreator*
|
||||
modifiers.csharp:
|
||||
|
@ -2261,7 +2264,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPlacedInBuildMode
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 505
|
||||
startLine: 524
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2302,7 +2305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 518
|
||||
startLine: 537
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2340,7 +2343,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawUi
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 529
|
||||
startLine: 548
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2391,7 +2394,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOccupants
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 543
|
||||
startLine: 562
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2433,7 +2436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpots
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 556
|
||||
startLine: 575
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2475,7 +2478,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 572
|
||||
startLine: 591
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2517,7 +2520,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetActionSpotInfo
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 585
|
||||
startLine: 604
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2562,7 +2565,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeObjectSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 597
|
||||
startLine: 616
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2607,7 +2610,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetParent
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 611
|
||||
startLine: 630
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2646,7 +2649,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UnlinkParentsAndChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 625
|
||||
startLine: 644
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2678,7 +2681,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveAndUnlink
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 635
|
||||
startLine: 654
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2710,7 +2713,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 645
|
||||
startLine: 664
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2752,7 +2755,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 656
|
||||
startLine: 675
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2799,7 +2802,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 670
|
||||
startLine: 689
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2838,7 +2841,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 689
|
||||
startLine: 708
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2897,7 +2900,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 702
|
||||
startLine: 721
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2945,7 +2948,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 719
|
||||
startLine: 738
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3002,7 +3005,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 732
|
||||
startLine: 751
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3044,7 +3047,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotifyNeighbors
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 745
|
||||
startLine: 764
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3076,7 +3079,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetNewId
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 758
|
||||
startLine: 777
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3187,6 +3190,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4606,18 +4615,18 @@ references:
|
|||
name: Furniture
|
||||
nameWithType: Furniture
|
||||
fullName: TinyLife.Objects.Furniture
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -4640,11 +4649,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -4667,6 +4684,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -4709,18 +4734,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action{System.Collections.Generic.List{System.String}}
|
||||
commentId: T:System.Action{System.Collections.Generic.List{System.String}}
|
||||
- uid: System.Action{System.Collections.Generic.List{System.String},System.Boolean}
|
||||
commentId: T:System.Action{System.Collections.Generic.List{System.String},System.Boolean}
|
||||
parent: System
|
||||
definition: System.Action`1
|
||||
name: Action<List<String>>
|
||||
nameWithType: Action<List<String>>
|
||||
fullName: System.Action<System.Collections.Generic.List<System.String>>
|
||||
nameWithType.vb: Action(Of List(Of String))
|
||||
fullName.vb: System.Action(Of System.Collections.Generic.List(Of System.String))
|
||||
name.vb: Action(Of List(Of String))
|
||||
definition: System.Action`2
|
||||
name: Action<List<String>, Boolean>
|
||||
nameWithType: Action<List<String>, Boolean>
|
||||
fullName: System.Action<System.Collections.Generic.List<System.String>, System.Boolean>
|
||||
nameWithType.vb: Action(Of List(Of String), Boolean)
|
||||
fullName.vb: System.Action(Of System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: Action(Of List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
|
@ -4744,11 +4769,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`1
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
|
@ -4772,20 +4805,28 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action`1
|
||||
commentId: T:System.Action`1
|
||||
- uid: System.Action`2
|
||||
commentId: T:System.Action`2
|
||||
isExternal: true
|
||||
name: Action<T>
|
||||
nameWithType: Action<T>
|
||||
fullName: System.Action<T>
|
||||
nameWithType.vb: Action(Of T)
|
||||
fullName.vb: System.Action(Of T)
|
||||
name.vb: Action(Of T)
|
||||
name: Action<T1, T2>
|
||||
nameWithType: Action<T1, T2>
|
||||
fullName: System.Action<T1, T2>
|
||||
nameWithType.vb: Action(Of T1, T2)
|
||||
fullName.vb: System.Action(Of T1, T2)
|
||||
name.vb: Action(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
|
@ -4793,14 +4834,20 @@ references:
|
|||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`1
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
|
@ -4808,9 +4855,15 @@ references:
|
|||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -5113,57 +5166,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action`2
|
||||
commentId: T:System.Action`2
|
||||
isExternal: true
|
||||
name: Action<T1, T2>
|
||||
nameWithType: Action<T1, T2>
|
||||
fullName: System.Action<T1, T2>
|
||||
nameWithType.vb: Action(Of T1, T2)
|
||||
fullName.vb: System.Action(Of T1, T2)
|
||||
name.vb: Action(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.Dirty
|
||||
commentId: F:TinyLife.Objects.Furniture.Dirty
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -7209,6 +7211,9 @@ references:
|
|||
name: GetDirty
|
||||
nameWithType: Furniture.GetDirty
|
||||
fullName: TinyLife.Objects.Furniture.GetDirty
|
||||
- uid: TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
commentId: F:TinyLife.Goals.GoalTrigger.FurnitureCreated
|
||||
isExternal: true
|
||||
- uid: TinyLife.Objects.Furniture.SetCreator*
|
||||
commentId: Overload:TinyLife.Objects.Furniture.SetCreator
|
||||
name: SetCreator
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||
- TinyLife.Objects.Gravestone.DeadPerson
|
||||
- TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Gravestone.Reason
|
||||
langs:
|
||||
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gravestone
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 9
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -83,12 +83,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -118,6 +118,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -168,7 +169,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeadPerson
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 15
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -205,7 +206,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reason
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -248,7 +249,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 28
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -281,45 +282,50 @@ items:
|
|||
- Public
|
||||
fullName.vb: TinyLife.Objects.Gravestone.Gravestone(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
|
||||
name.vb: Gravestone(Guid, FurnitureType, Int32(), Map, Vector2)
|
||||
- uid: TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Gravestone
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Gravestone.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Gravestone.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Gravestone.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 32
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: tooltip
|
||||
type: MLEM.Ui.Elements.Tooltip
|
||||
description: The tooltip that will be displayed.
|
||||
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
||||
overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
overload: TinyLife.Objects.Gravestone.GetHoverInfo*
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.Gravestone.GetDescription*
|
||||
nameWithType.vb: Gravestone.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
- uid: TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
id: GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
|
@ -338,7 +344,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCostModifier
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1229,6 +1235,45 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1756,70 +1801,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- 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: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3265,6 +3246,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4771,63 +4758,187 @@ references:
|
|||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Gravestone.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.Gravestone.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
nameWithType: Gravestone.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Gravestone.GetHoverInfo
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
commentId: T:MLEM.Ui.Elements.Tooltip
|
||||
parent: MLEM.Ui.Elements
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Gravestone.GetDescription*
|
||||
commentId: Overload:TinyLife.Objects.Gravestone.GetDescription
|
||||
name: GetDescription
|
||||
nameWithType: Gravestone.GetDescription
|
||||
fullName: TinyLife.Objects.Gravestone.GetDescription
|
||||
- uid: System.Collections.Generic.List{System.String}
|
||||
commentId: T:System.Collections.Generic.List{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<String>
|
||||
nameWithType: List<String>
|
||||
fullName: System.Collections.Generic.List<System.String>
|
||||
nameWithType.vb: List(Of String)
|
||||
fullName.vb: System.Collections.Generic.List(Of System.String)
|
||||
name.vb: List(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: System.Collections.Generic.List`1
|
||||
commentId: T:System.Collections.Generic.List`1
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
name: List<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
nameWithType.vb: List(Of T)
|
||||
fullName.vb: System.Collections.Generic.List(Of T)
|
||||
name.vb: List(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeSpan
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2742
|
||||
startLine: 2756
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryShort
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2745
|
||||
startLine: 2759
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Short
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2746
|
||||
startLine: 2760
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Normal
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2747
|
||||
startLine: 2761
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Long
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2748
|
||||
startLine: 2762
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryLong
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2749
|
||||
startLine: 2763
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -221,7 +221,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Infinite
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2750
|
||||
startLine: 2764
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -94,7 +94,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -124,6 +124,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1921,18 +1922,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1955,11 +1956,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1982,6 +1991,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -3430,6 +3447,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -34,6 +34,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnCreated
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.OnRemoved
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnValidated
|
||||
|
@ -57,7 +58,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MapObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -125,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonRotationOrder
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -162,7 +163,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCreated
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 43
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -197,7 +198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnValidated
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 48
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -232,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEventsAttachable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 53
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -267,7 +268,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -300,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 65
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -315,6 +316,37 @@ items:
|
|||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
id: OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetHoverInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public event Action<Tooltip> OnGetHoverInfo
|
||||
return:
|
||||
type: System.Action{MLEM.Ui.Elements.Tooltip}
|
||||
content.vb: Public Event OnGetHoverInfo As Action(Of Tooltip)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
id: Position
|
||||
|
@ -944,7 +976,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method raises <xref href=\"TinyLife.Objects.MapObject.OnGetHoverInfo\" data-throw-if-not-resolved=\"false\"></xref> for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, and adds additional information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual void GetHoverInfo(Tooltip tooltip)
|
||||
|
@ -978,7 +1010,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAiPriority
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 217
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1022,7 +1054,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 230
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1072,7 +1104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnActionCompleted
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 242
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1116,7 +1148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 254
|
||||
startLine: 256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1166,7 +1198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 262
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1210,7 +1242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCameraRotationChanged
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 272
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1251,7 +1283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetMapAndValidate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 279
|
||||
startLine: 281
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1290,7 +1322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 290
|
||||
startLine: 292
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1332,7 +1364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEfficiencyModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 306
|
||||
startLine: 308
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1385,7 +1417,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRestoreNeedModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 321
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1435,7 +1467,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 332
|
||||
startLine: 334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1476,7 +1508,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCostModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 344
|
||||
startLine: 346
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1517,7 +1549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 356
|
||||
startLine: 358
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1568,7 +1600,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 373
|
||||
startLine: 375
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1610,7 +1642,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawColumns
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 402
|
||||
startLine: 404
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1696,7 +1728,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetModCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 470
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2710,6 +2742,50 @@ references:
|
|||
name: UpdateDelegate
|
||||
nameWithType: UpdateDelegate
|
||||
fullName: TinyLife.World.UpdateDelegate
|
||||
- uid: System.Action{MLEM.Ui.Elements.Tooltip}
|
||||
commentId: T:System.Action{MLEM.Ui.Elements.Tooltip}
|
||||
parent: System
|
||||
definition: System.Action`1
|
||||
name: Action<Tooltip>
|
||||
nameWithType: Action<Tooltip>
|
||||
fullName: System.Action<MLEM.Ui.Elements.Tooltip>
|
||||
nameWithType.vb: Action(Of Tooltip)
|
||||
fullName.vb: System.Action(Of MLEM.Ui.Elements.Tooltip)
|
||||
name.vb: Action(Of Tooltip)
|
||||
spec.csharp:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`1
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.MapObject.Position*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.Position
|
||||
name: Position
|
||||
|
@ -3227,6 +3303,12 @@ references:
|
|||
name: OnRemoved
|
||||
nameWithType: MapObject.OnRemoved
|
||||
fullName: TinyLife.Objects.MapObject.OnRemoved
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
|
|
|
@ -6,7 +6,7 @@ items:
|
|||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.Newspaper.Day
|
||||
- TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Newspaper.IsExpired
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Newspaper
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 12
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -81,12 +81,12 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.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.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -116,6 +116,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -167,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Day
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 18
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -210,7 +211,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsExpired
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -229,45 +230,50 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Newspaper
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Newspaper.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Newspaper.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Newspaper.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 29
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: tooltip
|
||||
type: MLEM.Ui.Elements.Tooltip
|
||||
description: The tooltip that will be displayed.
|
||||
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
||||
overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
overload: TinyLife.Objects.Newspaper.GetHoverInfo*
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.Newspaper.GetDescription*
|
||||
nameWithType.vb: Newspaper.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
references:
|
||||
- uid: TinyLife.Objects.FurnitureType.Newspaper
|
||||
commentId: F:TinyLife.Objects.FurnitureType.Newspaper
|
||||
|
@ -1138,6 +1144,45 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1665,70 +1710,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- 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: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3174,6 +3155,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4658,60 +4645,177 @@ references:
|
|||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Newspaper.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.Newspaper.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
nameWithType: Newspaper.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Newspaper.GetHoverInfo
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
commentId: T:MLEM.Ui.Elements.Tooltip
|
||||
parent: MLEM.Ui.Elements
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Newspaper.GetDescription*
|
||||
commentId: Overload:TinyLife.Objects.Newspaper.GetDescription
|
||||
name: GetDescription
|
||||
nameWithType: Newspaper.GetDescription
|
||||
fullName: TinyLife.Objects.Newspaper.GetDescription
|
||||
- uid: System.Collections.Generic.List{System.String}
|
||||
commentId: T:System.Collections.Generic.List{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<String>
|
||||
nameWithType: List<String>
|
||||
fullName: System.Collections.Generic.List<System.String>
|
||||
nameWithType.vb: List(Of String)
|
||||
fullName.vb: System.Collections.Generic.List(Of System.String)
|
||||
name.vb: List(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.List`1
|
||||
commentId: T:System.Collections.Generic.List`1
|
||||
isExternal: true
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
name: List<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
nameWithType.vb: List(Of T)
|
||||
fullName.vb: System.Collections.Generic.List(Of T)
|
||||
name.vb: List(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
|
|
|
@ -53,6 +53,7 @@ items:
|
|||
- TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory
|
||||
- TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger
|
||||
- TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.ObjectCategory.OpeningHoursSign
|
||||
- TinyLife.Objects.ObjectCategory.Oven
|
||||
- TinyLife.Objects.ObjectCategory.People
|
||||
- TinyLife.Objects.ObjectCategory.RoofAttached
|
||||
|
@ -91,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 493
|
||||
startLine: 492
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -161,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nothing
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 496
|
||||
startLine: 495
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -198,7 +199,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ground
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 498
|
||||
startLine: 497
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -235,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chair
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 500
|
||||
startLine: 499
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -272,7 +273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 502
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -309,7 +310,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SingleBed
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 504
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -346,7 +347,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoubleBed
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 506
|
||||
startLine: 505
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -383,7 +384,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fridge
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 508
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -420,7 +421,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shower
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 510
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -457,7 +458,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Counter
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 512
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -494,7 +495,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stove
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 514
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -531,7 +532,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Oven
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 516
|
||||
startLine: 515
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -568,7 +569,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 518
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -605,7 +606,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 520
|
||||
startLine: 519
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -642,7 +643,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Table
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 522
|
||||
startLine: 521
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -679,7 +680,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Holdable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 524
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -716,7 +717,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeskObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 526
|
||||
startLine: 525
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -753,7 +754,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisallowedOnGround
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 528
|
||||
startLine: 527
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -790,7 +791,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Computer
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 530
|
||||
startLine: 529
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -827,7 +828,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sink
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 532
|
||||
startLine: 531
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -864,7 +865,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CounterObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 534
|
||||
startLine: 533
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -901,7 +902,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cleanable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 536
|
||||
startLine: 535
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -938,7 +939,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: People
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 538
|
||||
startLine: 537
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -975,7 +976,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mailbox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 540
|
||||
startLine: 539
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1012,7 +1013,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Wardrobe
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 542
|
||||
startLine: 541
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1049,7 +1050,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NaturalGroundRequired
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 544
|
||||
startLine: 543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1086,7 +1087,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WaterRequired
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 546
|
||||
startLine: 545
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1123,7 +1124,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Self
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 548
|
||||
startLine: 547
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1160,7 +1161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WallHanging
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 550
|
||||
startLine: 549
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1197,7 +1198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForceGridPlacement
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 552
|
||||
startLine: 551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1234,7 +1235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Easel
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 554
|
||||
startLine: 553
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1271,7 +1272,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mirror
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 556
|
||||
startLine: 555
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1308,7 +1309,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bookshelf
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 558
|
||||
startLine: 557
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1345,7 +1346,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonColliding
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 560
|
||||
startLine: 559
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1382,7 +1383,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gravestone
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 562
|
||||
startLine: 561
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1419,7 +1420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonSellable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 564
|
||||
startLine: 563
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1456,7 +1457,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonMovable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 566
|
||||
startLine: 565
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1493,7 +1494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Tree
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 568
|
||||
startLine: 567
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1530,7 +1531,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Television
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 570
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1567,7 +1568,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BartendingObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 572
|
||||
startLine: 571
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1604,7 +1605,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Walls
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 574
|
||||
startLine: 573
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1641,7 +1642,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LargeSurfaceObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 576
|
||||
startLine: 575
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1678,7 +1679,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingDesk
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 578
|
||||
startLine: 577
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1715,7 +1716,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lamp
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 580
|
||||
startLine: 579
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1752,7 +1753,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CeilingHanging
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 582
|
||||
startLine: 581
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1789,7 +1790,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCoverWindow
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 584
|
||||
startLine: 583
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1826,7 +1827,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCoverDoor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 586
|
||||
startLine: 585
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1863,7 +1864,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Barbecue
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 588
|
||||
startLine: 587
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1900,7 +1901,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TrashCan
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 590
|
||||
startLine: 589
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1937,7 +1938,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeThrownAway
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 592
|
||||
startLine: 591
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1974,7 +1975,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeScrapped
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 594
|
||||
startLine: 593
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2011,7 +2012,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObstructedByRoofs
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 596
|
||||
startLine: 595
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2048,7 +2049,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RoofAttached
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 598
|
||||
startLine: 597
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2085,7 +2086,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FireLight
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 600
|
||||
startLine: 599
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2122,7 +2123,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToyBox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 602
|
||||
startLine: 601
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2159,7 +2160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WoodworkingItem
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 604
|
||||
startLine: 603
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2196,7 +2197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildStove
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 606
|
||||
startLine: 605
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2233,7 +2234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sandbox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 608
|
||||
startLine: 607
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2270,7 +2271,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JungleGym
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 610
|
||||
startLine: 609
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2307,7 +2308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Treadmill
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 612
|
||||
startLine: 611
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2344,7 +2345,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DumbbellHolder
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 614
|
||||
startLine: 613
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2381,7 +2382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Newspaper
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 616
|
||||
startLine: 615
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2418,7 +2419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CoffeeMachine
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 618
|
||||
startLine: 617
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2455,7 +2456,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CafeDisplayCase
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 620
|
||||
startLine: 619
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2492,7 +2493,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GroundItem
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 622
|
||||
startLine: 621
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2529,7 +2530,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TreeDecor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 624
|
||||
startLine: 623
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2548,6 +2549,41 @@ items:
|
|||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.OpeningHoursSign
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.OpeningHoursSign
|
||||
id: OpeningHoursSign
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OpeningHoursSign
|
||||
nameWithType: ObjectCategory.OpeningHoursSign
|
||||
fullName: TinyLife.Objects.ObjectCategory.OpeningHoursSign
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpeningHoursSign
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 624
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory OpeningHoursSign
|
||||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly OpeningHoursSign As ObjectCategory
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
id: '#ctor(System.String,System.Numerics.BigInteger)'
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Outfit
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 442
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 450
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 456
|
||||
startLine: 291
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 462
|
||||
startLine: 297
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -207,7 +207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIntentionPercentage
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 472
|
||||
startLine: 307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -246,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnsureIntentionsMatch
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 490
|
||||
startLine: 325
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -282,7 +282,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetRandomClothesItem
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 511
|
||||
startLine: 346
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -85,7 +85,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetPrice
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -115,6 +115,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -1437,18 +1438,18 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1471,11 +1472,19 @@ references:
|
|||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
|
@ -1498,6 +1507,14 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
|
@ -2946,6 +2963,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
|
|
@ -8,7 +8,7 @@ items:
|
|||
- TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||
- TinyLife.Objects.Painting.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.Painting.EmitsCreativeEmotion
|
||||
- TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
- TinyLife.Objects.Painting.GetPrice
|
||||
- TinyLife.Objects.Painting.PaintingType
|
||||
- TinyLife.Objects.Painting.Progress
|
||||
|
@ -85,10 +85,10 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||
|
@ -118,6 +118,7 @@ items:
|
|||
- TinyLife.Objects.MapObject.OnEventsAttachable
|
||||
- TinyLife.Objects.MapObject.OnDraw
|
||||
- TinyLife.Objects.MapObject.OnUpdate
|
||||
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- TinyLife.Objects.MapObject.Position
|
||||
- TinyLife.Objects.MapObject.Id
|
||||
- TinyLife.Objects.MapObject.Map
|
||||
|
@ -485,45 +486,50 @@ items:
|
|||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Painting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Painting.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Painting.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Painting.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nAllows adding a set of paragraphs and other ui elements to the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>, but adds various information for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
summary: "\nThis method allows adding a set of strings to the <code data-dev-comment-type=\"paramref\" class=\"paramref\">description</code> list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Quality\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Objects.Furniture.Creator\" data-throw-if-not-resolved=\"false\"></xref>, and also invokes the <xref href=\"TinyLife.Objects.Furniture.OnGetDescription\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void GetHoverInfo(Tooltip tooltip)
|
||||
content: public override void GetDescription(List<string> description, bool forHoverInfo)
|
||||
parameters:
|
||||
- id: tooltip
|
||||
type: MLEM.Ui.Elements.Tooltip
|
||||
description: The tooltip that will be displayed.
|
||||
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
||||
overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
overload: TinyLife.Objects.Painting.GetHoverInfo*
|
||||
- id: description
|
||||
type: System.Collections.Generic.List{System.String}
|
||||
description: The description to add to.
|
||||
- id: forHoverInfo
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean)
|
||||
overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
overload: TinyLife.Objects.Painting.GetDescription*
|
||||
nameWithType.vb: Painting.GetDescription(List(Of String), Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
references:
|
||||
- uid: TinyLife.Objects
|
||||
commentId: N:TinyLife.Objects
|
||||
|
@ -1363,6 +1369,45 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -1580,70 +1625,6 @@ references:
|
|||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetDescription(List<String>)
|
||||
nameWithType: Furniture.GetDescription(List<String>)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String))
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String))
|
||||
name.vb: GetDescription(List(Of String))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- 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: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
|
@ -3089,6 +3070,12 @@ references:
|
|||
name: OnUpdate
|
||||
nameWithType: MapObject.OnUpdate
|
||||
fullName: TinyLife.Objects.MapObject.OnUpdate
|
||||
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: OnGetHoverInfo
|
||||
nameWithType: MapObject.OnGetHoverInfo
|
||||
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -5198,60 +5185,132 @@ references:
|
|||
name: Validate
|
||||
nameWithType: Painting.Validate
|
||||
fullName: TinyLife.Objects.Painting.Validate
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
isExternal: true
|
||||
name: GetHoverInfo(Tooltip)
|
||||
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetDescription(List<String>, Boolean)
|
||||
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
||||
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
||||
name.vb: GetDescription(List(Of String), Boolean)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
name: GetHoverInfo
|
||||
nameWithType: Furniture.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||
name: GetDescription
|
||||
nameWithType: Furniture.GetDescription
|
||||
fullName: TinyLife.Objects.Furniture.GetDescription
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
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.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Painting.GetDescription*
|
||||
commentId: Overload:TinyLife.Objects.Painting.GetDescription
|
||||
name: GetDescription
|
||||
nameWithType: Painting.GetDescription
|
||||
fullName: TinyLife.Objects.Painting.GetDescription
|
||||
- uid: System.Collections.Generic.List{System.String}
|
||||
commentId: T:System.Collections.Generic.List{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<String>
|
||||
nameWithType: List<String>
|
||||
fullName: System.Collections.Generic.List<System.String>
|
||||
nameWithType.vb: List(Of String)
|
||||
fullName.vb: System.Collections.Generic.List(Of System.String)
|
||||
name.vb: List(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: TinyLife.Objects.Painting.GetHoverInfo*
|
||||
commentId: Overload:TinyLife.Objects.Painting.GetHoverInfo
|
||||
name: GetHoverInfo
|
||||
nameWithType: Painting.GetHoverInfo
|
||||
fullName: TinyLife.Objects.Painting.GetHoverInfo
|
||||
- uid: MLEM.Ui.Elements.Tooltip
|
||||
commentId: T:MLEM.Ui.Elements.Tooltip
|
||||
parent: MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: Tooltip
|
||||
nameWithType: Tooltip
|
||||
fullName: MLEM.Ui.Elements.Tooltip
|
||||
- uid: MLEM.Ui.Elements
|
||||
commentId: N:MLEM.Ui.Elements
|
||||
isExternal: true
|
||||
name: MLEM.Ui.Elements
|
||||
nameWithType: MLEM.Ui.Elements
|
||||
fullName: MLEM.Ui.Elements
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdateDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2606
|
||||
startLine: 2620
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeathReason
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2671
|
||||
startLine: 2685
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -58,7 +58,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Starvation
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2677
|
||||
startLine: 2691
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InexplicableReasons
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2682
|
||||
startLine: 2696
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2687
|
||||
startLine: 2701
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchProtein
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2691
|
||||
startLine: 2705
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyModifierDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2591
|
||||
startLine: 2605
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue