diff --git a/Changelog.md b/Changelog.md
index d9e7805..be671a5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,29 @@
+# 0.43.6
+*July 26, 2024*
+
+Additions
+- Added a "Get Full Game" button to the demo's main menu and in-game menu
+- Added an action to get store-able items back from household storage while playing
+
+Improvements
+- Display progress percentage when loading and deserializing a save file
+- Display which map is being validated during loading
+- Remember the most recently selected person when opening or reloading the play mode tool
+- Display memory usage information in the debug menu
+- Improve error messages when objects fail to load
+- Gain social need when fooling around or online gaming
+- Display a person's home's map in the relationship tooltip along with their home
+
+Fixes
+- Fixed a crash when moving the cursor out of bounds in build mode while holding a furniture item
+- Fixed being unable to invite someone in or ask them to leave when they're stopped before they reach the door
+- Fixed being unable to switch TV channels when no one else is watching
+- Fixed people starting romantic relationships with people who already have a partner autonomously
+- Fixed an exception when multiple actions try to open a player prompt at the same time
+
+API
+- Updated MLEM to 7.0.0, which includes various namespace changes so unfortunately, mods are likely to break
+
# 0.43.5
*July 15, 2024*
diff --git a/docs/api/.manifest b/docs/api/.manifest
index 0e01a6a..4ded639 100644
--- a/docs/api/.manifest
+++ b/docs/api/.manifest
@@ -29,7 +29,7 @@
"TinyLife.Actions.Action.GetChildren(System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml",
- "TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Action.yml",
+ "TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.GetProgress": "TinyLife.Actions.Action.yml",
@@ -81,7 +81,7 @@
"TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)": "TinyLife.Actions.ActionArgument.yml",
"TinyLife.Actions.ActionArgument.GetDisplayName": "TinyLife.Actions.ActionArgument.yml",
"TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike)": "TinyLife.Actions.ActionArgument.yml",
- "TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionArgument.yml",
+ "TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)": "TinyLife.Actions.ActionArgument.yml",
"TinyLife.Actions.ActionArgument.Name": "TinyLife.Actions.ActionArgument.yml",
"TinyLife.Actions.ActionArgument.PassivePriority": "TinyLife.Actions.ActionArgument.yml",
"TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Actions.ActionArgument.yml",
@@ -295,6 +295,7 @@
"TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo,TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.ActionType.yml",
+ "TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Emotions.EmotionType[])": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotExpired(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotHoldingPerson(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.IsNotPregnant(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
@@ -404,6 +405,7 @@
"TinyLife.Actions.ActionType.SuggestThriftstores": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeEmotionShower": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeFromFridge": "TinyLife.Actions.ActionType.yml",
+ "TinyLife.Actions.ActionType.TakeFromStorage": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeOutOfCrib": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeOutTrash": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.TakeParentalLeave": "TinyLife.Actions.ActionType.yml",
@@ -1005,6 +1007,14 @@
"TinyLife.Actions.WalkAction.FindPath(System.Collections.Generic.ICollection{System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32}})": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.GetSpeed": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WalkAction.yml",
+ "TinyLife.Actions.WatchTvAction": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Television.Channel)": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.CreateFirstActions": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.FullyInProgress": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WorkAction": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
@@ -1329,7 +1339,7 @@
"TinyLife.GameImpl.Speed": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)": "TinyLife.GameImpl.yml",
- "TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "TinyLife.GameImpl.yml",
+ "TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.Version": "TinyLife.GameImpl.yml",
"TinyLife.GameImpl.ZoomCamera(System.Int32)": "TinyLife.GameImpl.yml",
"TinyLife.GameSpeed": "TinyLife.GameSpeed.yml",
@@ -1747,12 +1757,12 @@
"TinyLife.NeedType.Types": "TinyLife.NeedType.yml",
"TinyLife.Objects": "TinyLife.Objects.yml",
"TinyLife.Objects.AbstractSpot": "TinyLife.Objects.AbstractSpot.yml",
- "TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.AbstractSpot.yml",
+ "TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.DrawLayer": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)": "TinyLife.Objects.AbstractSpot.yml",
- "TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)": "TinyLife.Objects.AbstractSpot.yml",
- "TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)": "TinyLife.Objects.AbstractSpot.yml",
+ "TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)": "TinyLife.Objects.AbstractSpot.yml",
+ "TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.Group": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.IsOnGround": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.Offset": "TinyLife.Objects.AbstractSpot.yml",
@@ -1762,9 +1772,9 @@
"TinyLife.Objects.AbstractSpot.VisualOffset": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.AbstractSpot.YOffset": "TinyLife.Objects.AbstractSpot.yml",
"TinyLife.Objects.ActionSpot": "TinyLife.Objects.ActionSpot.yml",
- "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
- "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
- "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
+ "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
+ "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
+ "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.BedSpots(System.Boolean,System.Single,System.Single)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean,System.Single)": "TinyLife.Objects.ActionSpot.yml",
@@ -1787,11 +1797,11 @@
"TinyLife.Objects.AppliedUpgrade.Validate": "TinyLife.Objects.AppliedUpgrade.yml",
"TinyLife.Objects.Bathtub": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Bathtub.yml",
- "TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Bathtub.yml",
+ "TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Bathtub.HasWater": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Book": "TinyLife.Objects.Book.yml",
"TinyLife.Objects.Book.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Book.yml",
- "TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Book.yml",
+ "TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Book.yml",
"TinyLife.Objects.Book.IsOpen": "TinyLife.Objects.Book.yml",
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.BreakableFurniture.yml",
@@ -1878,10 +1888,10 @@
"TinyLife.Objects.CornerFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.CornerFurniture.yml",
"TinyLife.Objects.CornerFurniture.Counter": "TinyLife.Objects.CornerFurniture.Counter.yml",
"TinyLife.Objects.CornerFurniture.Counter.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.CornerFurniture.Counter.yml",
- "TinyLife.Objects.CornerFurniture.Counter.GetCornerStatus(System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Misc.Direction2})": "TinyLife.Objects.CornerFurniture.Counter.yml",
+ "TinyLife.Objects.CornerFurniture.Counter.GetCornerStatus(System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,MLEM.Maths.Direction2})": "TinyLife.Objects.CornerFurniture.Counter.yml",
"TinyLife.Objects.CornerFurniture.Counter.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.Counter.yml",
- "TinyLife.Objects.CornerFurniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.CornerFurniture.yml",
- "TinyLife.Objects.CornerFurniture.GetCornerStatus(System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,MLEM.Misc.Direction2})": "TinyLife.Objects.CornerFurniture.yml",
+ "TinyLife.Objects.CornerFurniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.CornerFurniture.yml",
+ "TinyLife.Objects.CornerFurniture.GetCornerStatus(System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,MLEM.Maths.Direction2})": "TinyLife.Objects.CornerFurniture.yml",
"TinyLife.Objects.CornerFurniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
"TinyLife.Objects.CornerFurniture.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.CornerFurniture.yml",
"TinyLife.Objects.CornerFurniture.Validate": "TinyLife.Objects.CornerFurniture.yml",
@@ -1893,7 +1903,7 @@
"TinyLife.Objects.DeathReason.TooMuchProtein": "TinyLife.Objects.DeathReason.yml",
"TinyLife.Objects.Fence": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Fence.yml",
- "TinyLife.Objects.Fence.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fence.yml",
+ "TinyLife.Objects.Fence.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml",
"TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml",
@@ -1901,7 +1911,7 @@
"TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FenceType.yml",
"TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)": "TinyLife.Objects.FenceType.yml",
"TinyLife.Objects.FenceType.Colors": "TinyLife.Objects.FenceType.yml",
- "TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.FenceType.yml",
+ "TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.FenceType.yml",
"TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)": "TinyLife.Objects.FenceType.yml",
"TinyLife.Objects.FenceType.Icon": "TinyLife.Objects.FenceType.yml",
"TinyLife.Objects.FenceType.Name": "TinyLife.Objects.FenceType.yml",
@@ -1920,12 +1930,12 @@
"TinyLife.Objects.FenceWall.Validate(TinyLife.World.Map)": "TinyLife.Objects.FenceWall.yml",
"TinyLife.Objects.Fireplace": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Fireplace.yml",
- "TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fireplace.yml",
+ "TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.OnRemoved": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Food": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Food.yml",
- "TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Food.yml",
+ "TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.FoodLeft": "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",
@@ -1948,8 +1958,8 @@
"TinyLife.Objects.Furniture": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AppliedUpgrades": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AreUtilitiesDisabled": "TinyLife.Objects.Furniture.yml",
@@ -1966,10 +1976,10 @@
"TinyLife.Objects.Furniture.Dirty": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.DisplayName": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate": "TinyLife.Objects.Furniture.FurnitureTypeConstructedDelegate.yml",
- "TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)": "TinyLife.Objects.Furniture.yml",
@@ -1983,19 +1993,20 @@
"TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.IsStatic": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.OnAdded": "TinyLife.Objects.Furniture.yml",
@@ -2021,8 +2032,8 @@
"TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml",
@@ -2076,9 +2087,9 @@
"TinyLife.Objects.FurnitureType.DecorativeLogPile": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.DirtyTextures": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Doormat": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects)": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.DrawDirtyOverlay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,TinyLife.Objects.ParentInfo,System.Single)": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.DrawDirtyOverlay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,TinyLife.Objects.ParentInfo,System.Single)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.DumbbellRack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
@@ -2098,15 +2109,15 @@
"TinyLife.Objects.FurnitureType.FourPostBed": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FrameChair": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Maths.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetConstructedType": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetCoveredTiles(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetDisplayName(TinyLife.Objects.Furniture)": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.GetReferenceTexture(System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.GetRotatedOffset(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.GetSize(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.GetReferenceTexture(System.Nullable{MLEM.Maths.Direction2})": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.GetRotatedOffset(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.GetSize(MLEM.Maths.Direction2)": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GetTexture(System.String,System.Boolean)": "TinyLife.Objects.FurnitureType.yml",
- "TinyLife.Objects.FurnitureType.GetTextures(System.String,System.Int32,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Objects.FurnitureType.yml",
+ "TinyLife.Objects.FurnitureType.GetTextures(System.String,System.Int32,System.Func{MLEM.Maths.Direction2,System.Boolean})": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GlassDinnerTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GlassJars": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.GlassPenCup": "TinyLife.Objects.FurnitureType.yml",
@@ -2370,7 +2381,7 @@
"TinyLife.Objects.LightFurniture.LightSettings": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
- "TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.LightFurniture.yml",
+ "TinyLife.Objects.LightFurniture.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Settings": "TinyLife.Objects.LightFurniture.Settings.yml",
"TinyLife.Objects.LightFurniture.Settings.CreateLights": "TinyLife.Objects.LightFurniture.Settings.yml",
@@ -2404,15 +2415,15 @@
"TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.HoldingPerson": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Id": "TinyLife.Objects.MapObject.yml",
- "TinyLife.Objects.MapObject.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.MapObject.yml",
+ "TinyLife.Objects.MapObject.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.IsInWorld": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Map": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})": "TinyLife.Objects.MapObject.yml",
- "TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.MapObject.yml",
+ "TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnAdded": "TinyLife.Objects.MapObject.yml",
- "TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.MapObject.yml",
+ "TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnCreated": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml",
@@ -2524,8 +2535,8 @@
"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.ObjectSpot": "TinyLife.Objects.ObjectSpot.yml",
- "TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ObjectSpot.yml",
- "TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ObjectSpot.yml",
+ "TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Maths.Direction2[])": "TinyLife.Objects.ObjectSpot.yml",
+ "TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Maths.Direction2[])": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.BarSpots(System.Single,System.Single)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.CounterSpots(System.Boolean,System.Single,System.Single)": "TinyLife.Objects.ObjectSpot.yml",
"TinyLife.Objects.ObjectSpot.DeskSpots(System.Single,System.Boolean,System.Single)": "TinyLife.Objects.ObjectSpot.yml",
@@ -2547,11 +2558,11 @@
"TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random,TinyLife.Objects.PersonLike,TinyLife.Objects.ClothesLayer,TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.StylePreference},System.Boolean,System.Int32,System.Func{TinyLife.Objects.Clothes,System.Boolean})": "TinyLife.Objects.Outfit.yml",
"TinyLife.Objects.OverlayWallHanging": "TinyLife.Objects.OverlayWallHanging.yml",
"TinyLife.Objects.OverlayWallHanging.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.OverlayWallHanging.yml",
- "TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.OverlayWallHanging.yml",
+ "TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.OverlayWallHanging.yml",
"TinyLife.Objects.Painting": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.Painting.yml",
- "TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Painting.yml",
+ "TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Painting.yml",
"TinyLife.Objects.Painting.EmitsCreativeEmotion": "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",
@@ -2630,7 +2641,7 @@
"TinyLife.Objects.Person.DiaperDirty": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DrawSize": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullNamePronouns": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
@@ -2707,7 +2718,7 @@
"TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.DrawSize": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.EfficiencyModifierDelegate": "TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml",
"TinyLife.Objects.PersonLike.Emotion": "TinyLife.Objects.PersonLike.yml",
@@ -2769,7 +2780,7 @@
"TinyLife.Objects.PersonLike.Household": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.IsAllowedToDie": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.IsCurrentHousehold": "TinyLife.Objects.PersonLike.yml",
@@ -2787,13 +2798,13 @@
"TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.Memories": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.Money": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.Needs": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OccupiedFurniture": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnActionInitialized": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnActionUpdated": "TinyLife.Objects.PersonLike.yml",
@@ -2801,7 +2812,7 @@
"TinyLife.Objects.PersonLike.OnActionsCompleted": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnAddEmotion": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.PersonLike.yml",
- "TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnChangeFriendship": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnChangeRomance": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnDrawLooks": "TinyLife.Objects.PersonLike.yml",
@@ -2907,7 +2918,7 @@
"TinyLife.Objects.ScreenObject": "TinyLife.Objects.ScreenObject.yml",
"TinyLife.Objects.ScreenObject.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.ScreenObject.yml",
"TinyLife.Objects.ScreenObject.Content": "TinyLife.Objects.ScreenObject.yml",
- "TinyLife.Objects.ScreenObject.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.ScreenObject.yml",
+ "TinyLife.Objects.ScreenObject.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.ScreenObject.yml",
"TinyLife.Objects.ScreenObject.DrawScreenContentOverrides": "TinyLife.Objects.ScreenObject.yml",
"TinyLife.Objects.ScreenObject.IsOn": "TinyLife.Objects.ScreenObject.yml",
"TinyLife.Objects.ScreenObject.ScreenContentOverrides": "TinyLife.Objects.ScreenObject.yml",
@@ -2957,13 +2968,13 @@
"TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.CurrentMode": "TinyLife.Objects.TrashCan.yml",
- "TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml",
+ "TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml",
"TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)": "TinyLife.Objects.UnfinishedWoodwork.yml",
- "TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.UnfinishedWoodwork.yml",
+ "TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.Recipe": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.SelectedColors": "TinyLife.Objects.UnfinishedWoodwork.yml",
"TinyLife.Objects.UnfinishedWoodwork.TimeWorked": "TinyLife.Objects.UnfinishedWoodwork.yml",
@@ -3002,7 +3013,7 @@
"TinyLife.Objects.Vehicle.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.GetSpeed": "TinyLife.Objects.Vehicle.yml",
- "TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.Vehicle.yml",
+ "TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.OnRemoved": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
@@ -3143,6 +3154,7 @@
"TinyLife.PerSaveOptions.MapInfo": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.#ctor(System.String,System.Boolean)": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Custom": "TinyLife.PerSaveOptions.MapInfo.yml",
+ "TinyLife.PerSaveOptions.MapInfo.DisplayName": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapInfo.Name": "TinyLife.PerSaveOptions.MapInfo.yml",
"TinyLife.PerSaveOptions.MapName": "TinyLife.PerSaveOptions.yml",
"TinyLife.PerSaveOptions.Maps": "TinyLife.PerSaveOptions.yml",
@@ -3469,7 +3481,7 @@
"TinyLife.Tools.FurniturePlacer.GetMouseCursor": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.OnGetCustomPrice": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.PlaceFurniture": "TinyLife.Tools.FurniturePlacer.yml",
- "TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml",
+ "TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Maths.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedColors": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml",
"TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml",
@@ -3573,7 +3585,7 @@
"TinyLife.Tools.RemoveTool.RemoveStairs(TinyLife.World.Stairs,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.Objects.WallLike,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RemoveTool.yml",
- "TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Misc.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])": "TinyLife.Tools.RemoveTool.yml",
+ "TinyLife.Tools.RemoveTool.SpawnDestroyParticles(MLEM.Maths.RectangleF,System.Single,System.Single,System.ValueTuple{MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color}[])": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)": "TinyLife.Tools.RemoveTool.yml",
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
@@ -3756,6 +3768,7 @@
"TinyLife.Uis.MapSelectUi.GetHoveredLot": "TinyLife.Uis.MapSelectUi.yml",
"TinyLife.Uis.MapSelectUi.OpenSplitMenu(TinyLife.World.Household,TinyLife.World.Lot,System.Action{TinyLife.Uis.CoveringGroup})": "TinyLife.Uis.MapSelectUi.yml",
"TinyLife.Uis.Menus": "TinyLife.Uis.Menus.yml",
+ "TinyLife.Uis.Menus.BuyLink": "TinyLife.Uis.Menus.yml",
"TinyLife.Uis.Menus.CreateHouseholdPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedHousehold})": "TinyLife.Uis.Menus.yml",
"TinyLife.Uis.Menus.CreateLotPreview(TinyLife.World.Map,System.String,Microsoft.Xna.Framework.Point,System.Single,Microsoft.Xna.Framework.Color,System.Boolean,System.Func{System.String,TinyLife.World.ExportedLot})": "TinyLife.Uis.Menus.yml",
"TinyLife.Uis.Menus.GamepadHint(MLEM.Ui.Anchor,System.Func{TinyLife.Options,Microsoft.Xna.Framework.Input.Buttons},Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Func{System.Boolean})": "TinyLife.Uis.Menus.yml",
@@ -3839,8 +3852,8 @@
"TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,System.Func{TinyLife.Actions.CanExecuteResult})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.BothValid(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Utilities.Extensions.yml",
- "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,System.Single,Microsoft.Xna.Framework.Color,System.Int32,System.Boolean,System.Func{Microsoft.Xna.Framework.Vector2,System.Single,System.Single},System.Nullable{System.Single})": "TinyLife.Utilities.Extensions.yml",
- "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,System.Single,Microsoft.Xna.Framework.Color,System.Int32,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml",
+ "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Maths.RectangleF,System.Single,Microsoft.Xna.Framework.Color,System.Int32,System.Boolean,System.Func{Microsoft.Xna.Framework.Vector2,System.Single,System.Single},System.Nullable{System.Single})": "TinyLife.Utilities.Extensions.yml",
+ "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Maths.RectangleF,System.Single,Microsoft.Xna.Framework.Color,System.Int32,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
@@ -3863,11 +3876,11 @@
"TinyLife.Utilities.Extensions.IsAgeAppropriate(TinyLife.GenealogyType,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsBetween(System.ValueTuple{System.Int32,System.Int32},System.Int32)": "TinyLife.Utilities.Extensions.yml",
- "TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
+ "TinyLife.Utilities.Extensions.IsHorizontal(MLEM.Maths.Direction2)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.PersonLike,TinyLife.World.Lot)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.IsTextFieldSelected(MLEM.Ui.UiSystem)": "TinyLife.Utilities.Extensions.yml",
- "TinyLife.Utilities.Extensions.IsVertical(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
+ "TinyLife.Utilities.Extensions.IsVertical(MLEM.Maths.Direction2)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.JsonCopy``1(``0)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Length(System.ValueTuple{System.Int32,System.Int32})": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Multiplier(TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
@@ -3881,7 +3894,7 @@
"TinyLife.Utilities.Extensions.ToSimpleLocalizedString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)": "TinyLife.Utilities.Extensions.yml",
- "TinyLife.Utilities.Extensions.ToWallSide(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml",
+ "TinyLife.Utilities.Extensions.ToWallSide(MLEM.Maths.Direction2)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Pose)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)": "TinyLife.Utilities.Extensions.yml",
"TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml",
@@ -3921,12 +3934,12 @@
"TinyLife.WallDisplay.Up": "TinyLife.WallDisplay.yml",
"TinyLife.World": "TinyLife.World.yml",
"TinyLife.World.AutoTile": "TinyLife.World.AutoTile.yml",
- "TinyLife.World.AutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.AutoTile.yml",
+ "TinyLife.World.AutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.AutoTile.yml",
"TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.AutoTile.yml",
"TinyLife.World.AutoTile.DefaultBorderTile": "TinyLife.World.AutoTile.yml",
"TinyLife.World.AutoTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.AutoTile.yml",
"TinyLife.World.AutoTile.DrawBorder(System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.AutoTile.yml",
- "TinyLife.World.AutoTile.GetBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,MLEM.Misc.Direction2,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.AutoTile.yml",
+ "TinyLife.World.AutoTile.GetBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,MLEM.Maths.Direction2,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.AutoTile.yml",
"TinyLife.World.AutoTile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.AutoTile.yml",
"TinyLife.World.BillsMail": "TinyLife.World.BillsMail.yml",
"TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Single})": "TinyLife.World.BillsMail.yml",
@@ -4146,10 +4159,10 @@
"TinyLife.World.Map.AddStairs(TinyLife.World.Stairs)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.AddWall(TinyLife.Objects.WallLike)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.AdoptableChildren": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.Direction2})": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.ApplyCameraRotation(Microsoft.Xna.Framework.Vector2,System.Boolean,System.Nullable{MLEM.Maths.Direction2})": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Maths.Direction2})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.CanWalkBetween(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D,System.Boolean)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetAllLotEmployments": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetAllPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetClosestEmptyTile(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
@@ -4166,26 +4179,26 @@
"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.GetObjects``1(MLEM.Maths.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetPathCost(TinyLife.Objects.MapObject,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRegularVisitors": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoads": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetRoofs(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetRoofs(MLEM.Maths.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetRooms(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetRooms(MLEM.Maths.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetSection(Microsoft.Xna.Framework.Point,System.Boolean)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetSections(MLEM.Misc.RectangleF,System.Int32)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetSections(MLEM.Maths.RectangleF,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetSections(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetStairs(MLEM.Misc.RectangleF,System.Boolean)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetStairs(MLEM.Maths.RectangleF,System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetStoredDeadPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetTile(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetTilesAround(Microsoft.Xna.Framework.Vector2,System.Single,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetVisibleWorldArea(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetVisibleWorldArea(MLEM.Maths.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.GetWallBetween``1(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.GetWalls``1(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.GetWalls``1(MLEM.Maths.RectangleF)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Info": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsActive": "TinyLife.World.Map.yml",
"TinyLife.World.Map.IsCurrent": "TinyLife.World.Map.yml",
@@ -4203,7 +4216,7 @@
"TinyLife.World.Map.MinorUpdateMinutes": "TinyLife.World.Map.yml",
"TinyLife.World.Map.MoveEverything(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Rectangle,System.Boolean,TinyLife.World.Tile)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Neighborhood": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.OnEventsAttachable": "TinyLife.World.Map.yml",
"TinyLife.World.Map.OnObjectAdded": "TinyLife.World.Map.yml",
@@ -4277,7 +4290,7 @@
"TinyLife.World.OpeningType.Types": "TinyLife.World.OpeningType.yml",
"TinyLife.World.OpeningType.WallMode": "TinyLife.World.OpeningType.yml",
"TinyLife.World.Roof": "TinyLife.World.Roof.yml",
- "TinyLife.World.Roof.#ctor(TinyLife.World.RoofType,Microsoft.Xna.Framework.Rectangle,System.Nullable{System.Int32},MLEM.Misc.Direction2,System.Int32[],System.Int32)": "TinyLife.World.Roof.yml",
+ "TinyLife.World.Roof.#ctor(TinyLife.World.RoofType,Microsoft.Xna.Framework.Rectangle,System.Nullable{System.Int32},MLEM.Maths.Direction2,System.Int32[],System.Int32)": "TinyLife.World.Roof.yml",
"TinyLife.World.Roof.Area": "TinyLife.World.Roof.yml",
"TinyLife.World.Roof.Color": "TinyLife.World.Roof.yml",
"TinyLife.World.Roof.Colors": "TinyLife.World.Roof.yml",
@@ -4298,10 +4311,10 @@
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorScheme[],TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorSettings,TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Colors": "TinyLife.World.RoofType.yml",
- "TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)": "TinyLife.World.RoofType.yml",
+ "TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Int32,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Int32[],System.Single)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.FlatSheetMetal": "TinyLife.World.RoofType.yml",
- "TinyLife.World.RoofType.GetGableOffset(Microsoft.Xna.Framework.Rectangle,MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.RoofType.yml",
+ "TinyLife.World.RoofType.GetGableOffset(Microsoft.Xna.Framework.Rectangle,MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.GetPrice(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml",
"TinyLife.World.RoofType.ModernFlat": "TinyLife.World.RoofType.yml",
@@ -4342,13 +4355,13 @@
"TinyLife.World.Soundscape.Soundscapes": "TinyLife.World.Soundscape.yml",
"TinyLife.World.Soundscape.Update(TinyLife.World.Map,MLEM.Cameras.Camera)": "TinyLife.World.Soundscape.yml",
"TinyLife.World.Stairs": "TinyLife.World.Stairs.yml",
- "TinyLife.World.Stairs.#ctor(TinyLife.World.StairsType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,MLEM.Misc.Direction2,System.Boolean)": "TinyLife.World.Stairs.yml",
+ "TinyLife.World.Stairs.#ctor(TinyLife.World.StairsType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,MLEM.Maths.Direction2,System.Boolean)": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Area": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.BottomEntryPosition": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Colors": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Floor": "TinyLife.World.Stairs.yml",
- "TinyLife.World.Stairs.GetArea(Microsoft.Xna.Framework.Point,MLEM.Misc.Direction2)": "TinyLife.World.Stairs.yml",
+ "TinyLife.World.Stairs.GetArea(Microsoft.Xna.Framework.Point,MLEM.Maths.Direction2)": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.LengthTiles": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Position": "TinyLife.World.Stairs.yml",
"TinyLife.World.Stairs.Rotation": "TinyLife.World.Stairs.yml",
@@ -4362,7 +4375,7 @@
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Utilities.ColorScheme[])": "TinyLife.World.StairsType.yml",
"TinyLife.World.StairsType.AllowsWallpaper": "TinyLife.World.StairsType.yml",
"TinyLife.World.StairsType.Colors": "TinyLife.World.StairsType.yml",
- "TinyLife.World.StairsType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.StairsType.yml",
+ "TinyLife.World.StairsType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2,MLEM.Maths.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.StairsType.yml",
"TinyLife.World.StairsType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],TinyLife.World.Wallpaper,System.Single)": "TinyLife.World.StairsType.yml",
"TinyLife.World.StairsType.Icon": "TinyLife.World.StairsType.yml",
"TinyLife.World.StairsType.Name": "TinyLife.World.StairsType.yml",
@@ -4379,7 +4392,7 @@
"TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml",
"TinyLife.World.Tile": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
@@ -4396,8 +4409,8 @@
"TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile,System.Int32)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Boolean)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.GetPrice": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.GetVariationTexture(MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.GetVisualOffset(MLEM.Misc.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.GetVariationTexture(MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.GetVisualOffset(MLEM.Maths.Direction2,System.Int32,System.Int32)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Icon": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Name": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.OnNeighborChanged(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Tile.yml",
@@ -4406,10 +4419,10 @@
"TinyLife.World.Tile.ReferencePrice": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.RegionWeights": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Regions": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
- "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
+ "TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml",
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
@@ -4464,7 +4477,7 @@
"TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml",
- "TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",
+ "TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Maths.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",
"TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.WaterTile.yml",
"TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,System.Func{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile})": "TinyLife.World.WaterTile.yml"
}
\ No newline at end of file
diff --git a/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml b/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml
index e5048ab..265201f 100644
--- a/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml
+++ b/docs/api/TinyLife.Actions.Action.ActionTypeConstructedDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionTypeConstructedDelegate
path: ../TinyLife/Actions/Action.cs
- startLine: 1035
+ startLine: 1034
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml
index 7457dc1..1d3f8b5 100644
--- a/docs/api/TinyLife.Actions.Action.yml
+++ b/docs/api/TinyLife.Actions.Action.yml
@@ -31,7 +31,7 @@ items:
- TinyLife.Actions.Action.GetChildren(System.Boolean)
- TinyLife.Actions.Action.GetDisplayName
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetIconObject
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.GetProgress
@@ -84,7 +84,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
@@ -126,7 +126,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -161,7 +160,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
@@ -193,7 +192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionTypeConstructed
path: ../TinyLife/Actions/Action.cs
- startLine: 44
+ startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -225,7 +224,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/Action.cs
- startLine: 52
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -262,7 +261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/Action.cs
- startLine: 59
+ startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -299,7 +298,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Actions/Action.cs
- startLine: 65
+ startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -338,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Actions/Action.cs
- startLine: 70
+ startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -377,7 +376,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: ../TinyLife/Actions/Action.cs
- startLine: 76
+ startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -419,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: ../TinyLife/Actions/Action.cs
- startLine: 81
+ startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -460,7 +459,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: ../TinyLife/Actions/Action.cs
- startLine: 87
+ startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -494,7 +493,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Actions/Action.cs
- startLine: 91
+ startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -525,7 +524,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: ../TinyLife/Actions/Action.cs
- startLine: 95
+ startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -566,7 +565,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: ../TinyLife/Actions/Action.cs
- startLine: 101
+ startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -600,7 +599,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceResult
path: ../TinyLife/Actions/Action.cs
- startLine: 109
+ startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -632,7 +631,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
- startLine: 120
+ startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -667,7 +666,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Action.cs
- startLine: 129
+ startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -705,7 +704,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Action.cs
- startLine: 139
+ startLine: 138
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -736,7 +735,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Action.cs
- startLine: 148
+ startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -780,7 +779,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/Action.cs
- startLine: 166
+ startLine: 165
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -816,7 +815,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Action.cs
- startLine: 176
+ startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -853,7 +852,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/Action.cs
- startLine: 195
+ startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -893,7 +892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/Action.cs
- startLine: 208
+ startLine: 207
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -939,7 +938,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
- startLine: 226
+ startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -981,7 +980,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/Action.cs
- startLine: 236
+ startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1016,7 +1015,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/Action.cs
- startLine: 247
+ startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1056,7 +1055,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/Action.cs
- startLine: 258
+ startLine: 257
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1096,7 +1095,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: ../TinyLife/Actions/Action.cs
- startLine: 268
+ startLine: 267
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1132,7 +1131,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/Action.cs
- startLine: 277
+ startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1166,7 +1165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/Action.cs
- startLine: 286
+ startLine: 285
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1200,7 +1199,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/Action.cs
- startLine: 298
+ startLine: 297
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1243,7 +1242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Actions/Action.cs
- startLine: 308
+ startLine: 307
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1279,7 +1278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnChildCompleted
path: ../TinyLife/Actions/Action.cs
- startLine: 320
+ startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1325,7 +1324,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 337
+ startLine: 336
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1389,7 +1388,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 372
+ startLine: 371
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1440,7 +1439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 400
+ startLine: 399
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1495,7 +1494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenChoicePrompt
path: ../TinyLife/Actions/Action.cs
- startLine: 413
+ startLine: 412
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1530,7 +1529,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: ../TinyLife/Actions/Action.cs
- startLine: 434
+ startLine: 433
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1595,7 +1594,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThinkAlone
path: ../TinyLife/Actions/Action.cs
- startLine: 451
+ startLine: 450
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1657,7 +1656,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: ../TinyLife/Actions/Action.cs
- startLine: 472
+ startLine: 471
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1731,7 +1730,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetSpeech
path: ../TinyLife/Actions/Action.cs
- startLine: 481
+ startLine: 480
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1759,7 +1758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: ../TinyLife/Actions/Action.cs
- startLine: 494
+ startLine: 493
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1797,7 +1796,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
- startLine: 508
+ startLine: 507
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1850,7 +1849,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs
- startLine: 527
+ startLine: 526
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1906,14 +1905,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomCompletionTime
path: ../TinyLife/Actions/Action.cs
- startLine: 539
+ startLine: 538
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: >-
Generates a random completion time for this action based on the min
and max
times passed.
- The returned value will be the same for the same action and the same min
and max
values, as it is generated using a with those parameteers.
+ The returned value will be the same for the same action and the same min
and max
values, as it is generated using a with those parameteers.
example: []
syntax:
content: public TimeSpan GetRandomCompletionTime(TimeSpan min, TimeSpan max)
@@ -1947,7 +1946,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelIfEmotional
path: ../TinyLife/Actions/Action.cs
- startLine: 552
+ startLine: 551
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1989,7 +1988,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/Action.cs
- startLine: 568
+ startLine: 567
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2040,7 +2039,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: ../TinyLife/Actions/Action.cs
- startLine: 584
+ startLine: 583
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2081,7 +2080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChild
path: ../TinyLife/Actions/Action.cs
- startLine: 601
+ startLine: 600
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2128,7 +2127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
- startLine: 643
+ startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2178,7 +2177,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs
- startLine: 656
+ startLine: 655
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2228,7 +2227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: ../TinyLife/Actions/Action.cs
- startLine: 693
+ startLine: 692
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2249,20 +2248,20 @@ items:
type: TinyLife.Objects.Furniture
description: The object that is sat on a desk
return:
- type: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}
+ type: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}
description: The corresponding chair, and the action spot's rotation, or default if there is none
content.vb: Public Shared Function GetFreeChair(person As PersonLike, deskObject As Furniture) As (Chair As Furniture, Spot As ActionSpot, Direction As Direction2)
overload: TinyLife.Actions.Action.GetFreeChair*
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- id: GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ id: GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
type: Method
source:
remote:
@@ -2271,7 +2270,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: ../TinyLife/Actions/Action.cs
- startLine: 710
+ startLine: 709
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2292,15 +2291,15 @@ items:
type: TinyLife.Objects.Furniture
description: The table that the chairs should be connected to
- id: canSitThisWay
- type: System.Func{MLEM.Misc.Direction2,System.Boolean}
+ type: System.Func{MLEM.Maths.Direction2,System.Boolean}
description: A function that determines whether a person can sit the given way, or null to allow all seating directions
return:
- type: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}}
+ type: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}}
description: A set of chairs, their action spots and their seating directions
content.vb: Public Shared Function GetFreeChairs(person As PersonLike, table As Furniture, canSitThisWay As Func(Of Direction2, Boolean) = Nothing) As IEnumerable(Of (Chair As Furniture, Spot As ActionSpot, Direction As Direction2))
overload: TinyLife.Actions.Action.GetFreeChairs*
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
@@ -2320,7 +2319,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeatCategory
path: ../TinyLife/Actions/Action.cs
- startLine: 730
+ startLine: 729
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2358,7 +2357,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: ../TinyLife/Actions/Action.cs
- startLine: 747
+ startLine: 746
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2420,7 +2419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: ../TinyLife/Actions/Action.cs
- startLine: 777
+ startLine: 776
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2485,7 +2484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: ../TinyLife/Actions/Action.cs
- startLine: 797
+ startLine: 796
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2540,7 +2539,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: ../TinyLife/Actions/Action.cs
- startLine: 816
+ startLine: 815
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2593,7 +2592,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: ../TinyLife/Actions/Action.cs
- startLine: 838
+ startLine: 837
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2652,7 +2651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects
path: ../TinyLife/Actions/Action.cs
- startLine: 852
+ startLine: 851
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2699,7 +2698,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects
path: ../TinyLife/Actions/Action.cs
- startLine: 891
+ startLine: 890
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2758,7 +2757,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomValidArguments
path: ../TinyLife/Actions/Action.cs
- startLine: 908
+ startLine: 907
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2802,7 +2801,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: ../TinyLife/Actions/Action.cs
- startLine: 936
+ startLine: 935
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2843,7 +2842,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/Action.cs
- startLine: 949
+ startLine: 948
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2884,7 +2883,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/Action.cs
- startLine: 961
+ startLine: 960
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2925,7 +2924,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriate
path: ../TinyLife/Actions/Action.cs
- startLine: 972
+ startLine: 971
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2966,7 +2965,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotContentVisible
path: ../TinyLife/Actions/Action.cs
- startLine: 993
+ startLine: 992
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3085,49 +3084,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -6199,12 +6155,12 @@ references:
name: Id
nameWithType: Action.Id
fullName: TinyLife.Actions.Action.Id
-- uid: MLEM.Misc.SeedSource
- commentId: T:MLEM.Misc.SeedSource
+- uid: MLEM.Maths.SeedSource
+ commentId: T:MLEM.Maths.SeedSource
isExternal: true
name: SeedSource
nameWithType: SeedSource
- fullName: MLEM.Misc.SeedSource
+ fullName: MLEM.Maths.SeedSource
- uid: TinyLife.Actions.Action.GetRandomCompletionTime*
commentId: Overload:TinyLife.Actions.Action.GetRandomCompletionTime
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
@@ -6704,16 +6660,16 @@ references:
name: GetFreeChair
nameWithType: Action.GetFreeChair
fullName: TinyLife.Actions.Action.GetFreeChair
-- uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}
- commentId: T:System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}
+- uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}
+ commentId: T:System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}
parent: System
definition: System.ValueTuple`3
href: TinyLife.Objects.Furniture.html
name: (Furniture Chair, ActionSpot Spot, Direction2 Direction)
nameWithType: (Furniture Chair, ActionSpot Spot, Direction2 Direction)
- fullName: (TinyLife.Objects.Furniture Chair, TinyLife.Objects.ActionSpot Spot, MLEM.Misc.Direction2 Direction)
+ fullName: (TinyLife.Objects.Furniture Chair, TinyLife.Objects.ActionSpot Spot, MLEM.Maths.Direction2 Direction)
nameWithType.vb: (Chair As Furniture, Spot As ActionSpot, Direction As Direction2)
- fullName.vb: (Chair As TinyLife.Objects.Furniture, Spot As TinyLife.Objects.ActionSpot, Direction As MLEM.Misc.Direction2)
+ fullName.vb: (Chair As TinyLife.Objects.Furniture, Spot As TinyLife.Objects.ActionSpot, Direction As MLEM.Maths.Direction2)
name.vb: (Chair As Furniture, Spot As ActionSpot, Direction As Direction2)
spec.csharp:
- name: (
@@ -6721,33 +6677,33 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Chair
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Chair
name: Chair
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.chair
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.chair
- name: ','
- name: " "
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
href: TinyLife.Objects.ActionSpot.html
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Spot
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Spot
name: Spot
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.spot
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.spot
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Direction
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Direction
name: Direction
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.direction
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.direction
- name: )
spec.vb:
- name: (
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Chair
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Chair
name: Chair
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.chair
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.chair
- name: " "
- name: As
- name: " "
@@ -6756,9 +6712,9 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Spot
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Spot
name: Spot
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.spot
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.spot
- name: " "
- name: As
- name: " "
@@ -6767,13 +6723,13 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Direction
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Direction
name: Direction
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.direction
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.direction
- name: " "
- name: As
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -6839,20 +6795,20 @@ references:
- name: )
- uid: TinyLife.Actions.Action.GetFreeChairs*
commentId: Overload:TinyLife.Actions.Action.GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs
nameWithType: Action.GetFreeChairs
fullName: TinyLife.Actions.Action.GetFreeChairs
-- uid: System.Func{MLEM.Misc.Direction2,System.Boolean}
- commentId: T:System.Func{MLEM.Misc.Direction2,System.Boolean}
+- uid: System.Func{MLEM.Maths.Direction2,System.Boolean}
+ commentId: T:System.Func{MLEM.Maths.Direction2,System.Boolean}
parent: System
definition: System.Func`2
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func
nameWithType: Func
- fullName: System.Func
+ fullName: System.Func
nameWithType.vb: Func(Of Direction2, Boolean)
- fullName.vb: System.Func(Of MLEM.Misc.Direction2, Boolean)
+ fullName.vb: System.Func(Of MLEM.Maths.Direction2, Boolean)
name.vb: Func(Of Direction2, Boolean)
spec.csharp:
- uid: System.Func`2
@@ -6860,7 +6816,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -6878,7 +6834,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -6888,16 +6844,16 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}}
- commentId: T:System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}}
+- uid: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}}
+ commentId: T:System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<(Furniture Chair, ActionSpot Spot, Direction2 Direction)>
nameWithType: IEnumerable<(Furniture Chair, ActionSpot Spot, Direction2 Direction)>
- fullName: System.Collections.Generic.IEnumerable<(TinyLife.Objects.Furniture Chair, TinyLife.Objects.ActionSpot Spot, MLEM.Misc.Direction2 Direction)>
+ fullName: System.Collections.Generic.IEnumerable<(TinyLife.Objects.Furniture Chair, TinyLife.Objects.ActionSpot Spot, MLEM.Maths.Direction2 Direction)>
nameWithType.vb: IEnumerable(Of (Chair As Furniture, Spot As ActionSpot, Direction As Direction2))
- fullName.vb: System.Collections.Generic.IEnumerable(Of (Chair As TinyLife.Objects.Furniture, Spot As TinyLife.Objects.ActionSpot, Direction As MLEM.Misc.Direction2))
+ fullName.vb: System.Collections.Generic.IEnumerable(Of (Chair As TinyLife.Objects.Furniture, Spot As TinyLife.Objects.ActionSpot, Direction As MLEM.Maths.Direction2))
name.vb: IEnumerable(Of (Chair As Furniture, Spot As ActionSpot, Direction As Direction2))
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
@@ -6910,27 +6866,27 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Chair
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Chair
name: Chair
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.chair
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.chair
- name: ','
- name: " "
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
href: TinyLife.Objects.ActionSpot.html
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Spot
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Spot
name: Spot
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.spot
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.spot
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Direction
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Direction
name: Direction
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.direction
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.direction
- name: )
- name: '>'
spec.vb:
@@ -6942,9 +6898,9 @@ references:
- name: Of
- name: " "
- name: (
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Chair
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Chair
name: Chair
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.chair
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.chair
- name: " "
- name: As
- name: " "
@@ -6953,9 +6909,9 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Spot
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Spot
name: Spot
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.spot
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.spot
- name: " "
- name: As
- name: " "
@@ -6964,13 +6920,13 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2}.Direction
+ - uid: System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2}.Direction
name: Direction
- href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.misc.direction2-.direction
+ href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.furniture,tinylife.objects.actionspot,mlem.maths.direction2-.direction
- name: " "
- name: As
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
diff --git a/docs/api/TinyLife.Actions.ActionArgument.yml b/docs/api/TinyLife.Actions.ActionArgument.yml
index fd92e42..b067e53 100644
--- a/docs/api/TinyLife.Actions.ActionArgument.yml
+++ b/docs/api/TinyLife.Actions.ActionArgument.yml
@@ -17,7 +17,7 @@ items:
- TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
- TinyLife.Actions.ActionArgument.GetDisplayName
- TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.PersonLike)
- - TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
+ - TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
- TinyLife.Actions.ActionArgument.Name
- TinyLife.Actions.ActionArgument.PassivePriority
- TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Boolean)
@@ -36,7 +36,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionArgument
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 19
+ startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -54,7 +54,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -85,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 24
+ startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -114,7 +113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedConstructorArguments
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 29
+ startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -146,7 +145,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 36
+ startLine: 37
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -182,7 +181,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 42
+ startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -216,7 +215,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 47
+ startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -248,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 52
+ startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -280,7 +279,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 58
+ startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -289,7 +288,7 @@ items:
If this action is set, the or its main can be modified to look different (or removed) based on this variety.
- Predefined custom layouts such as and can be found statically in this class.
+ Predefined custom layouts such as and can be found statically in this class.
example: []
syntax:
content: public Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> CustomLayout
@@ -314,7 +313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 65
+ startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -352,7 +351,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 75
+ startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -390,7 +389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 81
+ startLine: 82
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -425,7 +424,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 87
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -456,7 +455,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 98
+ startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -500,7 +499,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 114
+ startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -535,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 158
+ startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -584,7 +583,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 177
+ startLine: 178
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -610,16 +609,16 @@ items:
nameWithType.vb: ActionArgument.StoredFurniture(IEnumerable(Of Furniture), Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult))
fullName.vb: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture), System.Func(Of (Info As TinyLife.Actions.ActionInfo, Furniture As TinyLife.Objects.Furniture, Automatic As Boolean), TinyLife.Actions.CanExecuteResult))
name.vb: StoredFurniture(IEnumerable(Of Furniture), Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult))
-- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
- commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
- id: ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
+- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
+ commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
+ id: ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
parent: TinyLife.Actions.ActionArgument
langs:
- csharp
- vb
name: ImageLayout(float, DrawCallback, Padding)
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
- fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
+ fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
type: Method
source:
remote:
@@ -628,7 +627,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 198
+ startLine: 199
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -647,7 +646,7 @@ items:
type: MLEM.Ui.Elements.Element.DrawCallback
description: A that can be used to draw onto the button
- id: padding
- type: MLEM.Misc.Padding
+ type: MLEM.Maths.Padding
description: The padding that the group that the image is displayed on should have, defaults to no padding
return:
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
@@ -655,7 +654,7 @@ items:
content.vb: Public Shared Function ImageLayout(height As Single, draw As Element.DrawCallback, padding As Padding = Nothing) As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
overload: TinyLife.Actions.ActionArgument.ImageLayout*
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
- fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
+ fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
name.vb: ImageLayout(Single, DrawCallback, Padding)
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Boolean)
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Boolean)
@@ -675,7 +674,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout
path: ../TinyLife/Actions/ActionArgument.cs
- startLine: 221
+ startLine: 222
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -762,49 +761,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
@@ -1736,20 +1692,20 @@ references:
name: Button
nameWithType: Button
fullName: MLEM.Ui.Elements.Button
-- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
- commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
+- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
+ commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
isExternal: true
- href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
+ href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Maths_Padding_
name: ImageLayout(float, DrawCallback, Padding)
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
- fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
+ fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
- fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
+ fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Maths.Padding)
name.vb: ImageLayout(Single, DrawCallback, Padding)
spec.csharp:
- - uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
+ - uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
name: ImageLayout
- href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
+ href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Maths_Padding_
- name: (
- uid: System.Single
name: float
@@ -1762,14 +1718,14 @@ references:
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Padding
+ - uid: MLEM.Maths.Padding
name: Padding
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
+ - uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Maths.Padding)
name: ImageLayout
- href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
+ href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Maths_Padding_
- name: (
- uid: System.Single
name: Single
@@ -1782,7 +1738,7 @@ references:
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Padding
+ - uid: MLEM.Maths.Padding
name: Padding
isExternal: true
- name: )
@@ -2587,17 +2543,39 @@ references:
isExternal: true
- uid: TinyLife.Actions.ActionArgument.ImageLayout*
commentId: Overload:TinyLife.Actions.ActionArgument.ImageLayout
- href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
+ href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Maths_Padding_
name: ImageLayout
nameWithType: ActionArgument.ImageLayout
fullName: TinyLife.Actions.ActionArgument.ImageLayout
-- uid: MLEM.Misc.Padding
- commentId: T:MLEM.Misc.Padding
- parent: MLEM.Misc
+- uid: MLEM.Maths.Padding
+ commentId: T:MLEM.Maths.Padding
+ parent: MLEM.Maths
isExternal: true
name: Padding
nameWithType: Padding
- fullName: MLEM.Misc.Padding
+ fullName: MLEM.Maths.Padding
+- uid: MLEM.Maths
+ commentId: N:MLEM.Maths
+ isExternal: true
+ name: MLEM.Maths
+ nameWithType: MLEM.Maths
+ fullName: MLEM.Maths
+ spec.csharp:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
+ spec.vb:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
- uid: TinyLife.Objects.PersonLike.Portrait
commentId: P:TinyLife.Objects.PersonLike.Portrait
parent: TinyLife.Objects.PersonLike
diff --git a/docs/api/TinyLife.Actions.ActionInfo.yml b/docs/api/TinyLife.Actions.ActionInfo.yml
index ddcd689..def7b5d 100644
--- a/docs/api/TinyLife.Actions.ActionInfo.yml
+++ b/docs/api/TinyLife.Actions.ActionInfo.yml
@@ -65,7 +65,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -1115,49 +1114,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml
index ea6000e..785074f 100644
--- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml
+++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml
@@ -1018,21 +1018,16 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: Store a piece of generic data on this object.
example: []
syntax:
content: public void SetData(string key, object data)
parameters:
- id: key
type: System.String
- description: The key to store the data by
- id: data
type: System.Object
- description: The data to store in the object
content.vb: Public Sub SetData(key As String, data As Object)
overload: TinyLife.Actions.ActionType.TypeSettings.SetData*
- implements:
- - MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
nameWithType.vb: ActionType.TypeSettings.SetData(String, Object)
fullName.vb: TinyLife.Actions.ActionType.TypeSettings.SetData(String, Object)
name.vb: SetData(String, Object)
@@ -3136,49 +3131,6 @@ references:
name: SetData
nameWithType: ActionType.TypeSettings.SetData
fullName: TinyLife.Actions.ActionType.TypeSettings.SetData
-- uid: MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.IGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: IGenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.IGenericDataHolder.SetData(string, object)
- nameWithType.vb: IGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.IGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.IGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.IGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml
index 09292a9..1543a49 100644
--- a/docs/api/TinyLife.Actions.ActionType.yml
+++ b/docs/api/TinyLife.Actions.ActionType.yml
@@ -176,6 +176,7 @@ items:
- TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo,TinyLife.Emotions.EmotionType[])
+ - TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.ActionType.IsNotExpired(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.ActionType.IsNotHoldingPerson(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.ActionType.IsNotPregnant(TinyLife.Actions.ActionInfo,System.Boolean)
@@ -285,6 +286,7 @@ items:
- TinyLife.Actions.ActionType.SuggestThriftstores
- TinyLife.Actions.ActionType.TakeEmotionShower
- TinyLife.Actions.ActionType.TakeFromFridge
+ - TinyLife.Actions.ActionType.TakeFromStorage
- TinyLife.Actions.ActionType.TakeOutOfCrib
- TinyLife.Actions.ActionType.TakeOutTrash
- TinyLife.Actions.ActionType.TakeParentalLeave
@@ -361,7 +363,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionType
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 16
+ startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -372,11 +374,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(ActionType), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(ActionType), "PrivateTypes", true })]
public class ActionType : IEmotionSource
content.vb: >-
-
+
Public Class ActionType Implements IEmotionSource
inheritance:
@@ -1719,7 +1721,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHere
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 23
+ startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1746,7 +1748,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 27
+ startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1773,7 +1775,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitToilet
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 35
+ startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1800,7 +1802,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 41
+ startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1827,7 +1829,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeShower
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 49
+ startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1854,7 +1856,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIngredientsSingle
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 56
+ startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1881,7 +1883,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIngredientsFamily
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 57
+ startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1908,7 +1910,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetBakingIngredients
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 58
+ startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1935,7 +1937,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDown
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 59
+ startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1962,7 +1964,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrepareFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 69
+ startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1989,7 +1991,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 78
+ startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2016,7 +2018,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BakeFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 89
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2043,7 +2045,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUp
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 100
+ startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2070,7 +2072,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eat
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 105
+ startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2097,7 +2099,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrabServing
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 130
+ startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2124,7 +2126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CallToMeal
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 148
+ startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2151,7 +2153,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySingleplayerGames
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 155
+ startLine: 154
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2178,7 +2180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnlineGames
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 156
+ startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2205,7 +2207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnlineGamesWith
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 157
+ startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2232,7 +2234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchWalkthroughs
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 167
+ startLine: 166
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2259,7 +2261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinEasyTournament
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 168
+ startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2286,7 +2288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinAdvancedTournament
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 169
+ startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2313,7 +2315,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chat
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 170
+ startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2340,7 +2342,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatWith
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 178
+ startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2367,7 +2369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanDish
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 182
+ startLine: 181
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2394,7 +2396,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeOutfit
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 191
+ startLine: 190
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2421,7 +2423,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EditOutfits
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 204
+ startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2448,7 +2450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHome
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 207
+ startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2475,7 +2477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitLot
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 221
+ startLine: 220
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2502,7 +2504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paint
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 246
+ startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2529,7 +2531,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sell
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 256
+ startLine: 255
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2556,7 +2558,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSpeech
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 264
+ startLine: 263
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2583,7 +2585,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Read
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 272
+ startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2610,7 +2612,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 283
+ startLine: 282
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2637,7 +2639,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAway
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 293
+ startLine: 292
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2664,7 +2666,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 303
+ startLine: 302
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2691,7 +2693,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 311
+ startLine: 310
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2718,7 +2720,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJob
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 321
+ startLine: 320
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2745,7 +2747,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobFromNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 322
+ startLine: 321
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2772,7 +2774,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDay
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 324
+ startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2799,7 +2801,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeParentalLeave
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 327
+ startLine: 326
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2826,7 +2828,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJob
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 331
+ startLine: 330
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2853,7 +2855,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MopPuddle
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 334
+ startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2880,7 +2882,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeProgramming
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 348
+ startLine: 347
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2907,7 +2909,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModGame
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 356
+ startLine: 355
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2934,7 +2936,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateApp
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 364
+ startLine: 363
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2961,7 +2963,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishApp
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 372
+ startLine: 371
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2988,7 +2990,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackSomeone
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 378
+ startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3015,7 +3017,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchProgrammingPatterns
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 383
+ startLine: 382
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3042,7 +3044,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTv
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 388
+ startLine: 387
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3069,7 +3071,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Repair
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 402
+ startLine: 401
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3096,7 +3098,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PayBills
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 416
+ startLine: 415
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3123,7 +3125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeWriting
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 430
+ startLine: 429
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3150,7 +3152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WriteBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 438
+ startLine: 437
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3177,7 +3179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfPublishBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 450
+ startLine: 449
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3204,7 +3206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBookPublished
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 451
+ startLine: 450
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3231,7 +3233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LockDoor
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 452
+ startLine: 451
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3258,7 +3260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireLgbtFlag
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 457
+ startLine: 456
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3285,7 +3287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWater
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 460
+ startLine: 459
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3312,7 +3314,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WashHands
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 467
+ startLine: 466
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3339,7 +3341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleLight
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 473
+ startLine: 472
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3366,7 +3368,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleAllLights
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 474
+ startLine: 473
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3393,7 +3395,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 486
+ startLine: 485
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3420,7 +3422,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrowAway
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 495
+ startLine: 494
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3447,7 +3449,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scrap
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 503
+ startLine: 502
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3474,7 +3476,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverything
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 509
+ startLine: 508
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3501,7 +3503,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 520
+ startLine: 519
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3528,7 +3530,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 528
+ startLine: 527
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3555,7 +3557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 536
+ startLine: 535
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3582,7 +3584,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 548
+ startLine: 547
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3609,7 +3611,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 560
+ startLine: 559
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3636,7 +3638,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 573
+ startLine: 572
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3663,7 +3665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 582
+ startLine: 581
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3690,7 +3692,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 590
+ startLine: 589
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3717,7 +3719,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 598
+ startLine: 597
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3726,6 +3728,33 @@ items:
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly Store As ActionType
+- uid: TinyLife.Actions.ActionType.TakeFromStorage
+ commentId: F:TinyLife.Actions.ActionType.TakeFromStorage
+ id: TakeFromStorage
+ parent: TinyLife.Actions.ActionType
+ langs:
+ - csharp
+ - vb
+ name: TakeFromStorage
+ nameWithType: ActionType.TakeFromStorage
+ fullName: TinyLife.Actions.ActionType.TakeFromStorage
+ type: Field
+ source:
+ remote:
+ path: TinyLife/Actions/ActionType.Misc.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: TakeFromStorage
+ path: ../TinyLife/Actions/ActionType.Misc.cs
+ startLine: 601
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public static readonly ActionType TakeFromStorage
+ return:
+ type: TinyLife.Actions.ActionType
+ content.vb: Public Shared ReadOnly TakeFromStorage As ActionType
- uid: TinyLife.Actions.ActionType.GetFurnitureMail
commentId: F:TinyLife.Actions.ActionType.GetFurnitureMail
id: GetFurnitureMail
@@ -3744,7 +3773,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 609
+ startLine: 605
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3771,7 +3800,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 617
+ startLine: 613
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3798,7 +3827,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 625
+ startLine: 621
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3825,7 +3854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 633
+ startLine: 629
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3852,7 +3881,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTea
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 642
+ startLine: 638
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3879,7 +3908,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 651
+ startLine: 647
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3906,7 +3935,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 668
+ startLine: 664
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3933,7 +3962,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 676
+ startLine: 672
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3960,7 +3989,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 690
+ startLine: 686
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3987,7 +4016,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rummage
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 699
+ startLine: 695
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4014,7 +4043,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddCandle
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 707
+ startLine: 703
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4041,7 +4070,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlowOutCandles
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 713
+ startLine: 709
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4068,7 +4097,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 717
+ startLine: 713
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4095,7 +4124,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeFromFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 731
+ startLine: 727
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4122,7 +4151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 734
+ startLine: 730
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4149,7 +4178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLeftovers
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 741
+ startLine: 737
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4176,7 +4205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptChild
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 748
+ startLine: 744
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4203,7 +4232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchBusinessPlans
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 756
+ startLine: 752
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4230,7 +4259,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSalesPitch
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 770
+ startLine: 766
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4257,7 +4286,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadSkillBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 778
+ startLine: 774
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4284,7 +4313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleNewspapers
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 787
+ startLine: 783
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4311,7 +4340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleVisitors
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 792
+ startLine: 788
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4338,7 +4367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutTrash
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 799
+ startLine: 795
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4365,7 +4394,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnJungleGym
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 811
+ startLine: 807
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4392,7 +4421,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorColoringBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 820
+ startLine: 816
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4419,7 +4448,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectSunlight
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 829
+ startLine: 825
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4446,7 +4475,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 832
+ startLine: 828
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4473,7 +4502,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveHere
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 840
+ startLine: 836
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4500,7 +4529,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 846
+ startLine: 842
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4527,7 +4556,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhoneWith
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 854
+ startLine: 850
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4554,7 +4583,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPhoneColor
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 859
+ startLine: 855
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4581,7 +4610,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 863
+ startLine: 859
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4608,7 +4637,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 864
+ startLine: 860
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4635,7 +4664,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDayPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 874
+ startLine: 870
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4662,7 +4691,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HireBabysitter
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 884
+ startLine: 880
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4689,7 +4718,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteOver
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 903
+ startLine: 899
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4716,7 +4745,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangePronouns
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 919
+ startLine: 915
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4743,7 +4772,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvestigateRocks
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 922
+ startLine: 918
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4770,7 +4799,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TravelToMap
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 930
+ startLine: 926
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4797,7 +4826,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 934
+ startLine: 930
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4824,7 +4853,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBabyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 938
+ startLine: 934
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4851,7 +4880,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 950
+ startLine: 946
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4878,7 +4907,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaper
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 962
+ startLine: 958
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4905,7 +4934,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowAdult
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 970
+ startLine: 966
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4932,7 +4961,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBaby
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 987
+ startLine: 983
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4959,7 +4988,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveAbortion
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 995
+ startLine: 991
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -4986,7 +5015,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakePregnancyTest
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 998
+ startLine: 994
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5013,7 +5042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1005
+ startLine: 1001
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5040,7 +5069,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleepInCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1014
+ startLine: 1010
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5067,7 +5096,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeDrinks
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1028
+ startLine: 1024
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5094,7 +5123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeFurniture
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1036
+ startLine: 1032
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5121,7 +5150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchUpgrades
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1041
+ startLine: 1037
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -5148,7 +5177,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeEmotionShower
path: ../TinyLife/Actions/ActionType.Misc.cs
- startLine: 1045
+ startLine: 1041
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9252,7 +9281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPickUpOrIsHoldingForTarget
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 34
+ startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9312,7 +9341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPickUpOrIsHoldingForTarget
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 54
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9372,7 +9401,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPickUpOrIsHoldingForTarget
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 95
+ startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9424,7 +9453,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasChairOrIsStandingDesk
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 124
+ startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9465,7 +9494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDislikedOrMean
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 140
+ startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9509,7 +9538,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsReadyForRomance
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 159
+ startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9557,7 +9586,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotEmotional
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 197
+ startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9584,6 +9613,40 @@ items:
nameWithType.vb: ActionType.IsNotEmotional(ActionInfo, ParamArray EmotionType())
fullName.vb: TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Actions.ActionInfo, ParamArray TinyLife.Emotions.EmotionType())
name.vb: IsNotEmotional(ActionInfo, ParamArray EmotionType())
+- uid: TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Emotions.EmotionType[])
+ commentId: M:TinyLife.Actions.ActionType.IsNotEmotional(TinyLife.Emotions.EmotionType[])
+ id: IsNotEmotional(TinyLife.Emotions.EmotionType[])
+ parent: TinyLife.Actions.ActionType
+ langs:
+ - csharp
+ - vb
+ name: IsNotEmotional(params EmotionType[])
+ nameWithType: ActionType.IsNotEmotional(params EmotionType[])
+ fullName: TinyLife.Actions.ActionType.IsNotEmotional(params TinyLife.Emotions.EmotionType[])
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Actions/ActionType.Utilities.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: IsNotEmotional
+ path: ../TinyLife/Actions/ActionType.Utilities.cs
+ startLine: 212
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public static ActionType.CanExecuteDelegate IsNotEmotional(params EmotionType[] emotions)
+ parameters:
+ - id: emotions
+ type: TinyLife.Emotions.EmotionType[]
+ return:
+ type: TinyLife.Actions.ActionType.CanExecuteDelegate
+ content.vb: Public Shared Function IsNotEmotional(ParamArray emotions As EmotionType()) As ActionType.CanExecuteDelegate
+ overload: TinyLife.Actions.ActionType.IsNotEmotional*
+ nameWithType.vb: ActionType.IsNotEmotional(ParamArray EmotionType())
+ fullName.vb: TinyLife.Actions.ActionType.IsNotEmotional(ParamArray TinyLife.Emotions.EmotionType())
+ name.vb: IsNotEmotional(ParamArray EmotionType())
- uid: TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)
id: IsEmptyHanded(TinyLife.Actions.ActionInfo,System.Boolean)
@@ -9602,7 +9665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsEmptyHanded
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 213
+ startLine: 222
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9643,7 +9706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotHoldingPerson
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 224
+ startLine: 233
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9684,7 +9747,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotExpired
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 234
+ startLine: 243
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9725,7 +9788,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoImportantAction
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 245
+ startLine: 254
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9769,7 +9832,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoSocialAction
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 257
+ startLine: 266
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9815,7 +9878,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreDating
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 270
+ startLine: 279
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9856,7 +9919,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAll
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 287
+ startLine: 296
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9907,7 +9970,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAll
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 296
+ startLine: 305
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9941,7 +10004,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeSexual
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 307
+ startLine: 316
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -9985,7 +10048,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpaceInHousehold
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 319
+ startLine: 328
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -10026,7 +10089,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotPregnant
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 331
+ startLine: 340
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -10067,7 +10130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillPriorityMod
path: ../TinyLife/Actions/ActionType.Utilities.cs
- startLine: 347
+ startLine: 356
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.BehaviorAction-1.yml b/docs/api/TinyLife.Actions.BehaviorAction-1.yml
index de0886f..cde370b 100644
--- a/docs/api/TinyLife.Actions.BehaviorAction-1.yml
+++ b/docs/api/TinyLife.Actions.BehaviorAction-1.yml
@@ -109,7 +109,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -124,7 +124,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2587,21 +2586,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2618,7 +2617,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2630,9 +2629,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2651,7 +2650,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3674,49 +3673,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.BehaviorAction.yml b/docs/api/TinyLife.Actions.BehaviorAction.yml
index 9ba6b9e..6a311ef 100644
--- a/docs/api/TinyLife.Actions.BehaviorAction.yml
+++ b/docs/api/TinyLife.Actions.BehaviorAction.yml
@@ -107,7 +107,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -122,7 +122,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2710,21 +2709,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2741,7 +2740,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2753,9 +2752,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2774,7 +2773,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3797,49 +3796,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
index 68cc9bc..4ab814f 100644
--- a/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
+++ b/docs/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 14
+ startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -77,7 +77,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 24
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -115,7 +115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 35
+ startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -191,7 +191,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 45
+ startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -236,7 +236,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/ComputerBehavior.cs
- startLine: 75
+ startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
diff --git a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
index 26ceafa..8c64b38 100644
--- a/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
+++ b/docs/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
@@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
- startLine: 17
+ startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -76,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
- startLine: 22
+ startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -114,7 +114,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
- startLine: 25
+ startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -149,7 +149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
- startLine: 32
+ startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
@@ -194,7 +194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/Behaviors/SinkBehavior.cs
- startLine: 56
+ startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
diff --git a/docs/api/TinyLife.Actions.CleanEverythingAction.yml b/docs/api/TinyLife.Actions.CleanEverythingAction.yml
index ef46ba8..0bc8819 100644
--- a/docs/api/TinyLife.Actions.CleanEverythingAction.yml
+++ b/docs/api/TinyLife.Actions.CleanEverythingAction.yml
@@ -94,7 +94,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -109,7 +109,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2242,21 +2241,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2273,7 +2272,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2285,9 +2284,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2306,7 +2305,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3329,49 +3328,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.DebugAction.yml b/docs/api/TinyLife.Actions.DebugAction.yml
index 48fc5f8..c9d4052 100644
--- a/docs/api/TinyLife.Actions.DebugAction.yml
+++ b/docs/api/TinyLife.Actions.DebugAction.yml
@@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugAction
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 14
+ startLine: 12
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -91,7 +91,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -106,7 +106,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -137,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 17
+ startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -175,7 +174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Run
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 22
+ startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -203,7 +202,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 29
+ startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -240,7 +239,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 34
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -278,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 40
+ startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -318,7 +317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 46
+ startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -360,7 +359,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
- startLine: 63
+ startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2392,21 +2391,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2423,7 +2422,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2435,9 +2434,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2456,7 +2455,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3479,49 +3478,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.DeferredAction.yml b/docs/api/TinyLife.Actions.DeferredAction.yml
index 7b3c5ce..18cfb02 100644
--- a/docs/api/TinyLife.Actions.DeferredAction.yml
+++ b/docs/api/TinyLife.Actions.DeferredAction.yml
@@ -90,7 +90,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -105,7 +105,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2381,21 +2380,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2412,7 +2411,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2424,9 +2423,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2445,7 +2444,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3468,49 +3467,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml
index 2fe0ed7..8c18aa6 100644
--- a/docs/api/TinyLife.Actions.DieAction.yml
+++ b/docs/api/TinyLife.Actions.DieAction.yml
@@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction
path: ../TinyLife/Actions/DieAction.cs
- startLine: 19
+ startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -91,7 +91,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -106,7 +106,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -137,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: ../TinyLife/Actions/DieAction.cs
- startLine: 25
+ startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -176,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DieAction.cs
- startLine: 28
+ startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -214,7 +213,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DieAction.cs
- startLine: 31
+ startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -246,7 +245,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/DieAction.cs
- startLine: 37
+ startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -281,7 +280,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/DieAction.cs
- startLine: 42
+ startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -322,7 +321,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: ../TinyLife/Actions/DieAction.cs
- startLine: 47
+ startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -366,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DieAction.cs
- startLine: 52
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -411,7 +410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DieAction.cs
- startLine: 95
+ startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -448,7 +447,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DieAction.cs
- startLine: 100
+ startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -486,7 +485,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue
path: ../TinyLife/Actions/DieAction.cs
- startLine: 112
+ startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2351,21 +2350,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2382,7 +2381,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2394,9 +2393,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2415,7 +2414,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3438,49 +3437,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
index 47db3c9..21dfe4c 100644
--- a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
+++ b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
@@ -102,7 +102,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -117,7 +117,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2536,21 +2535,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2567,7 +2566,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2579,9 +2578,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2600,7 +2599,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3623,49 +3622,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.DriveAction.yml b/docs/api/TinyLife.Actions.DriveAction.yml
index f26ba9d..6e7f07e 100644
--- a/docs/api/TinyLife.Actions.DriveAction.yml
+++ b/docs/api/TinyLife.Actions.DriveAction.yml
@@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DriveAction
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 21
+ startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -94,7 +94,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -109,7 +109,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -140,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 30
+ startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -175,7 +174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 33
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -214,7 +213,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 69
+ startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -246,7 +245,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 74
+ startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -278,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 97
+ startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -323,7 +322,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 115
+ startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -360,7 +359,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DriveAction.cs
- startLine: 127
+ startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2290,21 +2289,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2321,7 +2320,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2333,9 +2332,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2354,7 +2353,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3377,49 +3376,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.GoHereAction.yml b/docs/api/TinyLife.Actions.GoHereAction.yml
index 16557b1..aaeebee 100644
--- a/docs/api/TinyLife.Actions.GoHereAction.yml
+++ b/docs/api/TinyLife.Actions.GoHereAction.yml
@@ -103,7 +103,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -118,7 +118,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2621,21 +2620,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2652,7 +2651,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2664,9 +2663,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2685,7 +2684,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3708,49 +3707,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.HelpAction.yml b/docs/api/TinyLife.Actions.HelpAction.yml
index 9feec1e..feefb53 100644
--- a/docs/api/TinyLife.Actions.HelpAction.yml
+++ b/docs/api/TinyLife.Actions.HelpAction.yml
@@ -125,7 +125,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -140,7 +140,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -3527,21 +3526,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3558,7 +3557,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3570,9 +3569,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3591,7 +3590,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4614,49 +4613,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.HoldingPersonAction.yml b/docs/api/TinyLife.Actions.HoldingPersonAction.yml
index 8051fd8..aefd366 100644
--- a/docs/api/TinyLife.Actions.HoldingPersonAction.yml
+++ b/docs/api/TinyLife.Actions.HoldingPersonAction.yml
@@ -119,7 +119,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -134,7 +134,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -3166,21 +3165,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3197,7 +3196,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3209,9 +3208,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3230,7 +3229,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4253,49 +4252,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.MultiAction.yml b/docs/api/TinyLife.Actions.MultiAction.yml
index 37abfbb..385bd57 100644
--- a/docs/api/TinyLife.Actions.MultiAction.yml
+++ b/docs/api/TinyLife.Actions.MultiAction.yml
@@ -68,6 +68,7 @@ items:
- TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction
- TinyLife.Actions.StoreAction
+ - TinyLife.Actions.WatchTvAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@@ -111,7 +112,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -126,7 +127,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2780,21 +2780,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2811,7 +2811,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2823,9 +2823,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2844,7 +2844,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3867,49 +3867,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml
index 65bc63b..8c37454 100644
--- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml
+++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml
@@ -125,7 +125,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -140,7 +140,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -3271,21 +3270,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3302,7 +3301,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3314,9 +3313,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3335,7 +3334,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4358,49 +4357,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml
index 3c7e631..8bad740 100644
--- a/docs/api/TinyLife.Actions.OutOfTownAction.yml
+++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml
@@ -105,7 +105,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -120,7 +120,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2638,21 +2637,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2669,7 +2668,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2681,9 +2680,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2702,7 +2701,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3725,49 +3724,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.PathfindAction.yml b/docs/api/TinyLife.Actions.PathfindAction.yml
index ab3b761..88cc449 100644
--- a/docs/api/TinyLife.Actions.PathfindAction.yml
+++ b/docs/api/TinyLife.Actions.PathfindAction.yml
@@ -32,7 +32,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 17
+ startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -97,7 +97,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -112,7 +112,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -143,7 +142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 24
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -185,7 +184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 30
+ startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -219,7 +218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 34
+ startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -250,7 +249,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 37
+ startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -288,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -323,7 +322,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 47
+ startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -361,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 53
+ startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -392,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 59
+ startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -423,7 +422,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 62
+ startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -455,7 +454,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 74
+ startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -500,7 +499,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 107
+ startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -537,7 +536,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 118
+ startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -575,7 +574,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/PathfindAction.cs
- startLine: 126
+ startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2430,21 +2429,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2461,7 +2460,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2473,9 +2472,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2494,7 +2493,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3517,49 +3516,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml
index 90d4e41..a85335d 100644
--- a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml
+++ b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml
@@ -92,7 +92,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -107,7 +107,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2390,21 +2389,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2421,7 +2420,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2433,9 +2432,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2454,7 +2453,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3477,49 +3476,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.PutAwayAction.yml b/docs/api/TinyLife.Actions.PutAwayAction.yml
index 3c76791..673a13f 100644
--- a/docs/api/TinyLife.Actions.PutAwayAction.yml
+++ b/docs/api/TinyLife.Actions.PutAwayAction.yml
@@ -101,7 +101,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -116,7 +116,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2523,21 +2522,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2554,7 +2553,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2566,9 +2565,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2587,7 +2586,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3610,49 +3609,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.SellAction.yml b/docs/api/TinyLife.Actions.SellAction.yml
index 3767af4..7ea8fac 100644
--- a/docs/api/TinyLife.Actions.SellAction.yml
+++ b/docs/api/TinyLife.Actions.SellAction.yml
@@ -102,7 +102,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -117,7 +117,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2575,21 +2574,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2606,7 +2605,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2618,9 +2617,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2639,7 +2638,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3662,49 +3661,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml b/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
index 71f4cd9..32318e7 100644
--- a/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
+++ b/docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
@@ -103,7 +103,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -118,7 +118,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2651,21 +2650,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2682,7 +2681,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2694,9 +2693,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2715,7 +2714,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3738,49 +3737,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.SitAction.yml b/docs/api/TinyLife.Actions.SitAction.yml
index 1bb3b5d..9b2629d 100644
--- a/docs/api/TinyLife.Actions.SitAction.yml
+++ b/docs/api/TinyLife.Actions.SitAction.yml
@@ -103,7 +103,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -118,7 +118,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2535,21 +2534,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2566,7 +2565,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2578,9 +2577,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2599,7 +2598,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3622,49 +3621,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml
index 9ea138c..4f349fd 100644
--- a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml
+++ b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 320
+ startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -93,7 +93,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -108,7 +108,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -139,7 +138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 323
+ startLine: 322
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -174,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 326
+ startLine: 325
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -206,7 +205,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 354
+ startLine: 353
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2196,21 +2195,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2227,7 +2226,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2239,9 +2238,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2260,7 +2259,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3283,49 +3282,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml
index b6a5d40..822dbc9 100644
--- a/docs/api/TinyLife.Actions.SocialAction.yml
+++ b/docs/api/TinyLife.Actions.SocialAction.yml
@@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 18
+ startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -127,7 +127,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -142,7 +142,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -173,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 24
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -217,7 +216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 29
+ startLine: 28
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -248,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 33
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -279,7 +278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 37
+ startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -310,7 +309,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 42
+ startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -354,7 +353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 46
+ startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -392,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 52
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -427,7 +426,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -465,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 58
+ startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -504,7 +503,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 79
+ startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -535,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 89
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -581,7 +580,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdateBoth
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 101
+ startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -627,7 +626,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 113
+ startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -663,7 +662,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxWaitTime
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 122
+ startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -697,7 +696,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePartnerAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 132
+ startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -735,7 +734,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPartnerArguments
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 142
+ startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -773,7 +772,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBothCompleted
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 151
+ startLine: 150
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -808,7 +807,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 154
+ startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -855,7 +854,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 161
+ startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -890,7 +889,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 176
+ startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -922,7 +921,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 186
+ startLine: 185
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -958,7 +957,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 196
+ startLine: 195
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -999,7 +998,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 203
+ startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1042,7 +1041,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 214
+ startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1078,7 +1077,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 224
+ startLine: 223
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1113,7 +1112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 229
+ startLine: 228
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1160,7 +1159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 242
+ startLine: 241
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1195,7 +1194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 252
+ startLine: 251
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1236,7 +1235,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHelper
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 262
+ startLine: 261
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1277,7 +1276,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecipientAction
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 272
+ startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1318,7 +1317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAskOffer
path: ../TinyLife/Actions/SocialAction.cs
- startLine: 290
+ startLine: 289
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -3400,21 +3399,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3431,7 +3430,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3443,9 +3442,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3464,7 +3463,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4487,49 +4486,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.StoreAction.yml b/docs/api/TinyLife.Actions.StoreAction.yml
index a18b265..8e5d6ac 100644
--- a/docs/api/TinyLife.Actions.StoreAction.yml
+++ b/docs/api/TinyLife.Actions.StoreAction.yml
@@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreAction
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 14
+ startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -101,7 +101,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -116,7 +116,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -147,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 20
+ startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -155,6 +154,8 @@ items:
The items that can be stored using the action.
Items added to this collection need no other properties or requirements, and will simply be stored when this action is invoked.
+
+ Note that items in this collection can also be taken from storage using the action automatically, without needing to fulfil the given condition.
example: []
syntax:
content: public static readonly Dictionary Items
@@ -179,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 29
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -218,7 +219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 36
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -250,7 +251,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 45
+ startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -297,7 +298,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 51
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -332,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/StoreAction.cs
- startLine: 56
+ startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2546,21 +2547,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2577,7 +2578,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2589,9 +2590,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2610,7 +2611,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3633,49 +3634,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -4246,6 +4204,12 @@ references:
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
+- uid: TinyLife.Actions.ActionType.TakeFromStorage
+ commentId: F:TinyLife.Actions.ActionType.TakeFromStorage
+ href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_TakeFromStorage
+ name: TakeFromStorage
+ nameWithType: ActionType.TakeFromStorage
+ fullName: TinyLife.Actions.ActionType.TakeFromStorage
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.FurnitureType,TinyLife.Actions.ActionType.CanExecuteDelegate}
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.FurnitureType,TinyLife.Actions.ActionType.CanExecuteDelegate}
parent: System.Collections.Generic
diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml
index 1982378..907ffe4 100644
--- a/docs/api/TinyLife.Actions.TalkAction.yml
+++ b/docs/api/TinyLife.Actions.TalkAction.yml
@@ -130,7 +130,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -145,7 +145,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -3475,21 +3474,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3506,7 +3505,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3518,9 +3517,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -3539,7 +3538,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4562,49 +4561,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml
index 93cc7e7..f7a9f59 100644
--- a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml
+++ b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml
@@ -89,7 +89,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -104,7 +104,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2256,21 +2255,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2287,7 +2286,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2299,9 +2298,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2320,7 +2319,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3343,49 +3342,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.ThrowUpAction.yml b/docs/api/TinyLife.Actions.ThrowUpAction.yml
index 04e6ac2..97f08cd 100644
--- a/docs/api/TinyLife.Actions.ThrowUpAction.yml
+++ b/docs/api/TinyLife.Actions.ThrowUpAction.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrowUpAction
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 11
+ startLine: 10
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -82,7 +82,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -97,7 +97,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -128,7 +127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 13
+ startLine: 12
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -162,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 15
+ startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -203,7 +202,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 19
+ startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -248,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 33
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -285,7 +284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/ThrowUpAction.cs
- startLine: 37
+ startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2150,21 +2149,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2181,7 +2180,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2193,9 +2192,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2214,7 +2213,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3237,49 +3236,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.TryGoHereAction.yml b/docs/api/TinyLife.Actions.TryGoHereAction.yml
index 4e830c1..42ada68 100644
--- a/docs/api/TinyLife.Actions.TryGoHereAction.yml
+++ b/docs/api/TinyLife.Actions.TryGoHereAction.yml
@@ -89,7 +89,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -104,7 +104,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2282,21 +2281,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2313,7 +2312,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2325,9 +2324,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2346,7 +2345,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3369,49 +3368,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.WalkAction.yml b/docs/api/TinyLife.Actions.WalkAction.yml
index 8baf362..3565f7a 100644
--- a/docs/api/TinyLife.Actions.WalkAction.yml
+++ b/docs/api/TinyLife.Actions.WalkAction.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 16
+ startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -92,7 +92,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -107,7 +107,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -138,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 23
+ startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -180,7 +179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 28
+ startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -215,7 +214,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 33
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -254,7 +253,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -286,7 +285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/WalkAction.cs
- startLine: 60
+ startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -2280,21 +2279,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2311,7 +2310,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2323,9 +2322,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2344,7 +2343,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3367,49 +3366,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.WatchTvAction.yml b/docs/api/TinyLife.Actions.WatchTvAction.yml
index 20eadca..59ba329 100644
--- a/docs/api/TinyLife.Actions.WatchTvAction.yml
+++ b/docs/api/TinyLife.Actions.WatchTvAction.yml
@@ -5,16 +5,13 @@ items:
id: WatchTvAction
parent: TinyLife.Actions
children:
- - TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
+ - TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Television.Channel)
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.WatchTvAction.CreateFirstActions
- TinyLife.Actions.WatchTvAction.FullyInProgress
- - TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- - TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- - TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
langs:
- csharp
- vb
@@ -29,17 +26,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 21
+ startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: >-
- Watch tv action is the action that is created by the action types.
-
- This action class is exposed as its behavior is rather complex, taking into account the possible locations that a person can stand or sit while watching TV.
-
- See , and for more information.
- example: []
syntax:
content: 'public class WatchTvAction : MultiAction, IGenericDataHolder'
content.vb: Public Class WatchTvAction Inherits MultiAction Implements IGenericDataHolder
@@ -57,16 +47,19 @@ items:
- TinyLife.Actions.MultiAction.CurrentStage
- TinyLife.Actions.MultiAction.CreateLastActions
- TinyLife.Actions.MultiAction.AndThenInitialize
+ - TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
+ - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.CanStartNow
- TinyLife.Actions.Action.Random
+ - TinyLife.Actions.Action.OnActionTypeConstructed
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.Info
- TinyLife.Actions.Action.Id
@@ -81,42 +74,43 @@ items:
- TinyLife.Actions.Action.GetIconObject
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.GetDisplayName
- - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
+ - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
- TinyLife.Actions.Action.GetProgress
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
- - TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
- - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
+ - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
- TinyLife.Actions.Action.ResetSpeech
- - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
+ - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ - TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Action.GetChildren(System.Boolean)
- TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
- - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
- - TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
+ - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
+ - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
+ - TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
- 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})
+ - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- - TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
+ - TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -147,7 +141,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 38
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -167,16 +161,16 @@ items:
content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
overridden: TinyLife.Actions.Action.FullyInProgress
overload: TinyLife.Actions.WatchTvAction.FullyInProgress*
-- uid: TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
- commentId: M:TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
- id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)'
+- uid: TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Television.Channel)
+ commentId: M:TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Television.Channel)
+ id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Objects.Television.Channel)'
parent: TinyLife.Actions.WatchTvAction
langs:
- csharp
- vb
name: WatchTvAction(ActionType, ActionInfo, Channel)
- nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, WatchTvAction.Channel)
- fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Actions.WatchTvAction.Channel)
+ nameWithType: WatchTvAction.WatchTvAction(ActionType, ActionInfo, Television.Channel)
+ fullName: TinyLife.Actions.WatchTvAction.WatchTvAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel)
type: Constructor
source:
remote:
@@ -185,24 +179,24 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 41
+ startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions
example: []
syntax:
- content: public WatchTvAction(ActionType type, ActionInfo info, WatchTvAction.Channel channel)
+ content: public WatchTvAction(ActionType type, ActionInfo info, Television.Channel channel)
parameters:
- id: type
type: TinyLife.Actions.ActionType
- id: info
type: TinyLife.Actions.ActionInfo
- id: channel
- type: TinyLife.Actions.WatchTvAction.Channel
- content.vb: Public Sub New(type As ActionType, info As ActionInfo, channel As WatchTvAction.Channel)
+ type: TinyLife.Objects.Television.Channel
+ content.vb: Public Sub New(type As ActionType, info As ActionInfo, channel As Television.Channel)
overload: TinyLife.Actions.WatchTvAction.#ctor*
- nameWithType.vb: WatchTvAction.New(ActionType, ActionInfo, WatchTvAction.Channel)
- fullName.vb: TinyLife.Actions.WatchTvAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Actions.WatchTvAction.Channel)
+ nameWithType.vb: WatchTvAction.New(ActionType, ActionInfo, Television.Channel)
+ fullName.vb: TinyLife.Actions.WatchTvAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Objects.Television.Channel)
name.vb: New(ActionType, ActionInfo, Channel)
- uid: TinyLife.Actions.WatchTvAction.CreateFirstActions
commentId: M:TinyLife.Actions.WatchTvAction.CreateFirstActions
@@ -222,7 +216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 46
+ startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -261,7 +255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 76
+ startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -308,7 +302,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 132
+ startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -343,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 141
+ startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -386,7 +380,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 151
+ startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -404,269 +398,7 @@ items:
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.WatchTvAction.AndThenOnCompleted*
-- uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- id: GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- parent: TinyLife.Actions.WatchTvAction
- langs:
- - csharp
- - vb
- name: GetViewingArea(Furniture, int)
- nameWithType: WatchTvAction.GetViewingArea(Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture, int)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/WatchTvAction.cs
- branch: main
- repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: GetViewingArea
- path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 187
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: Returns a rectangle in world space that represents all possible positions for a to stand or sit so they can see a tv's screen
- example: []
- syntax:
- content: public static IEnumerable GetViewingArea(Furniture tv, int range = 5)
- parameters:
- - id: tv
- type: TinyLife.Objects.Furniture
- description: The tv whose screen should be visible
- - id: range
- type: System.Int32
- description: The range of the viewing area, or 5 by default
- return:
- type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point}
- description: The viewing area of the tv
- content.vb: Public Shared Function GetViewingArea(tv As Furniture, range As Integer = 5) As IEnumerable(Of Point)
- overload: TinyLife.Actions.WatchTvAction.GetViewingArea*
- nameWithType.vb: WatchTvAction.GetViewingArea(Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture, Integer)
- name.vb: GetViewingArea(Furniture, Integer)
-- uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- id: GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- parent: TinyLife.Actions.WatchTvAction
- langs:
- - csharp
- - vb
- name: GetSeating(Person, Furniture, int)
- nameWithType: WatchTvAction.GetSeating(Person, Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person, TinyLife.Objects.Furniture, int)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/WatchTvAction.cs
- branch: main
- repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: GetSeating
- path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 201
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: Returns a furniture object that has the category and that is in the of the given tv
- example: []
- syntax:
- content: public static Furniture GetSeating(Person person, Furniture tv, int range = 5)
- parameters:
- - id: person
- type: TinyLife.Objects.Person
- description: The person that wants to sit
- - id: tv
- type: TinyLife.Objects.Furniture
- description: The tv whose screen should be visible
- - id: range
- type: System.Int32
- description: The range of the viewing area, or 5 by default
- return:
- type: TinyLife.Objects.Furniture
- description: A seat, or null if there is none
- content.vb: Public Shared Function GetSeating(person As Person, tv As Furniture, range As Integer = 5) As Furniture
- overload: TinyLife.Actions.WatchTvAction.GetSeating*
- nameWithType.vb: WatchTvAction.GetSeating(Person, Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person, TinyLife.Objects.Furniture, Integer)
- name.vb: GetSeating(Person, Furniture, Integer)
-- uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- id: GetViewers(TinyLife.Objects.Furniture,System.Int32)
- parent: TinyLife.Actions.WatchTvAction
- langs:
- - csharp
- - vb
- name: GetViewers(Furniture, int)
- nameWithType: WatchTvAction.GetViewers(Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture, int)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/WatchTvAction.cs
- branch: main
- repo: https://git.ellpeck.de/Ellpeck/TinyLife
- id: GetViewers
- path: ../TinyLife/Actions/WatchTvAction.cs
- startLine: 215
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: Returns a set of instances that are currently executing an action that extends on the given tv
- example: []
- syntax:
- content: public static IEnumerable GetViewers(Furniture tv, int range = 5)
- parameters:
- - id: tv
- type: TinyLife.Objects.Furniture
- description: The tv
- - id: range
- type: System.Int32
- description: The range of the viewing area, or 5 by default
- return:
- type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
- description: Everyone watching the tv
- content.vb: Public Shared Function GetViewers(tv As Furniture, range As Integer = 5) As IEnumerable(Of Person)
- overload: TinyLife.Actions.WatchTvAction.GetViewers*
- nameWithType.vb: WatchTvAction.GetViewers(Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture, Integer)
- name.vb: GetViewers(Furniture, Integer)
references:
-- uid: TinyLife.Actions.ActionType.WatchTv
- commentId: F:TinyLife.Actions.ActionType.WatchTv
- href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_WatchTv
- name: WatchTv
- nameWithType: ActionType.WatchTv
- fullName: TinyLife.Actions.ActionType.WatchTv
-- uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- isExternal: true
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewers_TinyLife_Objects_Furniture_System_Int32_
- name: GetViewers(Furniture, int)
- nameWithType: WatchTvAction.GetViewers(Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture, int)
- nameWithType.vb: WatchTvAction.GetViewers(Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture, Integer)
- name.vb: GetViewers(Furniture, Integer)
- spec.csharp:
- - uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- name: GetViewers
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewers_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: int
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
- spec.vb:
- - uid: TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- name: GetViewers
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewers_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: Integer
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
-- uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- isExternal: true
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewingArea_TinyLife_Objects_Furniture_System_Int32_
- name: GetViewingArea(Furniture, int)
- nameWithType: WatchTvAction.GetViewingArea(Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture, int)
- nameWithType.vb: WatchTvAction.GetViewingArea(Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture, Integer)
- name.vb: GetViewingArea(Furniture, Integer)
- spec.csharp:
- - uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- name: GetViewingArea
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewingArea_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: int
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
- spec.vb:
- - uid: TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- name: GetViewingArea
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewingArea_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: Integer
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
-- uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- commentId: M:TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- isExternal: true
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetSeating_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Int32_
- name: GetSeating(Person, Furniture, int)
- nameWithType: WatchTvAction.GetSeating(Person, Furniture, int)
- fullName: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person, TinyLife.Objects.Furniture, int)
- nameWithType.vb: WatchTvAction.GetSeating(Person, Furniture, Integer)
- fullName.vb: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person, TinyLife.Objects.Furniture, Integer)
- name.vb: GetSeating(Person, Furniture, Integer)
- spec.csharp:
- - uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- name: GetSeating
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetSeating_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
- - name: ','
- - name: " "
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: int
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
- spec.vb:
- - uid: TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- name: GetSeating
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetSeating_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Int32_
- - name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
- - name: ','
- - name: " "
- - uid: TinyLife.Objects.Furniture
- name: Furniture
- href: TinyLife.Objects.Furniture.html
- - name: ','
- - name: " "
- - uid: System.Int32
- name: Integer
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- - name: )
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
href: TinyLife.html
@@ -794,6 +526,112 @@ references:
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
- name: (
- name: )
+- uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Actions.MultiAction
+ isExternal: true
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: OnFirstUpdate(GameTime, TimeSpan, float)
+ nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float)
+ fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ nameWithType.vb: MultiAction.OnFirstUpdate(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: OnFirstUpdate(GameTime, TimeSpan, Single)
+ spec.csharp:
+ - uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: OnFirstUpdate
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: OnFirstUpdate
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Actions.MultiAction
+ isExternal: true
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: OnLastUpdate(GameTime, TimeSpan, float)
+ nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float)
+ fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ nameWithType.vb: MultiAction.OnLastUpdate(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: OnLastUpdate(GameTime, TimeSpan, Single)
+ spec.csharp:
+ - uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: OnLastUpdate
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: OnLastUpdate
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction
@@ -954,30 +792,30 @@ references:
name: CompletionType
href: TinyLife.Actions.CompletionType.html
- name: )
-- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
+- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
+ commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
parent: TinyLife.Actions.MultiAction
- href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
- name: Validate(Person)
- nameWithType: MultiAction.Validate(Person)
- fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_
+ name: Validate(PersonLike)
+ nameWithType: MultiAction.Validate(PersonLike)
+ fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
name: Validate
- href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike)
name: Validate
- href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
+ href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
@@ -1030,6 +868,13 @@ references:
name: Random
nameWithType: Action.Random
fullName: TinyLife.Actions.Action.Random
+- uid: TinyLife.Actions.Action.OnActionTypeConstructed
+ commentId: E:TinyLife.Actions.Action.OnActionTypeConstructed
+ parent: TinyLife.Actions.Action
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnActionTypeConstructed
+ name: OnActionTypeConstructed
+ nameWithType: Action.OnActionTypeConstructed
+ fullName: TinyLife.Actions.Action.OnActionTypeConstructed
- uid: TinyLife.Actions.Action.Type
commentId: F:TinyLife.Actions.Action.Type
parent: TinyLife.Actions.Action
@@ -1222,21 +1067,21 @@ references:
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
- name: (
- name: )
-- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
+- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
+ commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
parent: TinyLife.Actions.Action
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
- name: CanEnqueueConversation(Person, ActionType)
- nameWithType: Action.CanEnqueueConversation(Person, ActionType)
- fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
+ name: CanEnqueueConversation(PersonLike, ActionType)
+ nameWithType: Action.CanEnqueueConversation(PersonLike, ActionType)
+ fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
spec.csharp:
- - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
+ - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
name: CanEnqueueConversation
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -1244,13 +1089,13 @@ references:
href: TinyLife.Actions.ActionType.html
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
+ - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
name: CanEnqueueConversation
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -1679,21 +1524,21 @@ references:
name: ChoicePromptInfo
href: TinyLife.Actions.ChoicePromptInfo.html
- name: )
-- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
- commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
+- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
+ commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float)
- nameWithType: Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float)
- fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
- nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single)
- fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single)
- name.vb: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
+ name: SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
+ nameWithType: Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
+ fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
+ nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single)
+ fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single)
+ name.vb: SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
name: SpeakAlone
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -1706,9 +1551,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
@@ -1746,9 +1591,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
name: SpeakAlone
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -1761,9 +1606,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
@@ -1800,21 +1645,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
-- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
- commentId: M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
+- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
+ commentId: M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
- name: ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int)
- nameWithType: Action.ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int)
- fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, float, float, float, float, int)
- nameWithType.vb: Action.ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer)
- fullName.vb: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, Single, Single, Single, Single, Integer)
- name.vb: ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_
+ name: ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
+ nameWithType: Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
+ fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int)
+ nameWithType.vb: Action.ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer)
+ fullName.vb: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, Single, Single, Single, Single, Integer)
+ name.vb: ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer)
spec.csharp:
- - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
+ - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
name: ThinkAlone
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -1827,9 +1672,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: System.Single
@@ -1862,9 +1707,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
+ - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
name: ThinkAlone
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -1877,9 +1722,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: System.Single
@@ -1911,25 +1756,25 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
-- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
- commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
+- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
+ commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
- nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
- fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
- nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
- fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single)
- name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
+ name: SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
+ nameWithType: Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
+ fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
+ nameWithType.vb: Action.SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single)
+ fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single)
+ name.vb: SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
name: SpeakInConversation
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: Microsoft.Xna.Framework.GameTime
@@ -1943,9 +1788,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
@@ -1953,9 +1798,9 @@ references:
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: '?'
- name: ','
- name: " "
@@ -1995,13 +1840,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
+ - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
name: SpeakInConversation
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: Microsoft.Xna.Framework.GameTime
@@ -2015,9 +1860,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: ','
- name: " "
- uid: TinyLife.Objects.SpeakStyle
@@ -2025,9 +1870,9 @@ references:
href: TinyLife.Objects.SpeakStyle.html
- name: ','
- name: " "
- - uid: TinyLife.Actions.EmoteCategory
- name: EmoteCategory
- href: TinyLife.Actions.EmoteCategory.html
+ - uid: TinyLife.Actions.EmoteChoices
+ name: EmoteChoices
+ href: TinyLife.Actions.EmoteChoices.html
- name: '?'
- name: ','
- name: " "
@@ -2085,40 +1930,40 @@ references:
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
- name: (
- name: )
-- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
+- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
+ commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
parent: TinyLife.Actions.Action
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
- name: CompleteIfNeedFull(NeedType, Person)
- nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
- fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
+ name: CompleteIfNeedFull(NeedType, PersonLike)
+ nameWithType: Action.CompleteIfNeedFull(NeedType, PersonLike)
+ fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike)
spec.csharp:
- - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
name: CompleteIfNeedFull
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
- name: (
- uid: TinyLife.NeedType
name: NeedType
href: TinyLife.NeedType.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
name: CompleteIfNeedFull
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
- name: (
- uid: TinyLife.NeedType
name: NeedType
href: TinyLife.NeedType.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@@ -2197,6 +2042,135 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
+- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ parent: TinyLife.Actions.Action
+ isExternal: true
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
+ name: CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
+ nameWithType: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
+ fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
+ nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean)
+ fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean)
+ name.vb: CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean)
+ spec.csharp:
+ - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ name: CompleteIfTimeUp
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: bool
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Skills.SkillType
+ name: SkillType
+ href: TinyLife.Skills.SkillType.html
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: bool
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
+ name: CompleteIfTimeUp
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: Boolean
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: ','
+ - name: " "
+ - uid: TinyLife.Skills.SkillType
+ name: SkillType
+ href: TinyLife.Skills.SkillType.html
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: ','
+ - name: " "
+ - uid: System.Boolean
+ name: Boolean
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.boolean
+ - name: )
+- uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
+ commentId: M:TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
+ parent: TinyLife.Actions.Action
+ isExternal: true
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
+ name: GetRandomCompletionTime(TimeSpan, TimeSpan)
+ nameWithType: Action.GetRandomCompletionTime(TimeSpan, TimeSpan)
+ fullName: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan)
+ spec.csharp:
+ - uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
+ name: GetRandomCompletionTime
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
+ name: GetRandomCompletionTime
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
parent: TinyLife.Actions.Action
@@ -2540,21 +2514,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
+- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
+ commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
parent: TinyLife.Actions.Action
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
- name: GetFreeChair(Person, Furniture)
- nameWithType: Action.GetFreeChair(Person, Furniture)
- fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
+ name: GetFreeChair(PersonLike, Furniture)
+ nameWithType: Action.GetFreeChair(PersonLike, Furniture)
+ fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture)
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
+ - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
name: GetFreeChair
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Furniture
@@ -2562,38 +2536,38 @@ references:
href: TinyLife.Objects.Furniture.html
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
+ - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
name: GetFreeChair
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Furniture
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
- name: GetFreeChairs(Person, Furniture, Func)
- nameWithType: Action.GetFreeChairs(Person, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func)
- nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
- name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
+ name: GetFreeChairs(PersonLike, Furniture, Func)
+ nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
+ name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Furniture
@@ -2606,7 +2580,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2618,13 +2592,13 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Furniture
@@ -2639,7 +2613,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2650,50 +2624,50 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- name: )
-- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
- commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
+ commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
parent: TinyLife.Actions.Action
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
- name: GetSeatCategory(Person)
- nameWithType: Action.GetSeatCategory(Person)
- fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
+ name: GetSeatCategory(PersonLike)
+ nameWithType: Action.GetSeatCategory(PersonLike)
+ fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
spec.csharp:
- - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
name: GetSeatCategory
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
+ - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
name: GetSeatCategory
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
-- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
+- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
- name: FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
- nameWithType: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
- fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool)
- nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
- name.vb: FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
+ name: FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
+ nameWithType: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool)
+ nameWithType.vb: Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
+ name.vb: FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
name: FindAllFreePeople
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -2744,13 +2718,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
name: FindAllFreePeople
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -2800,25 +2774,25 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
+- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
- name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
- nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
- fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool)
- nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean)
- name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
+ name: FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
+ nameWithType: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool)
+ nameWithType.vb: Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean)
+ name.vb: FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
name: FindAllFreeFurniture
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.ObjectCategory
@@ -2874,13 +2848,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
name: FindAllFreeFurniture
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.ObjectCategory
@@ -2935,28 +2909,28 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: FindAllFreeWalls(Person, Map, Vector2?, float?, float?, bool)
- nameWithType: Action.FindAllFreeWalls(Person, Map, Vector2?, float?, float?, bool)
- fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
- nameWithType.vb: Action.FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
- name.vb: FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ name: FindAllFreeWalls(PersonLike, Map, Vector2?, float?, float?, bool)
+ nameWithType: Action.FindAllFreeWalls(PersonLike, Map, Vector2?, float?, float?, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
+ nameWithType.vb: Action.FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
+ name.vb: FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
name: FindAllFreeWalls
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: <
- name: T
- name: '>'
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -2990,18 +2964,18 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
name: FindAllFreeWalls
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -3034,25 +3008,25 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool)
- nameWithType: Action.FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool)
- fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
- nameWithType.vb: Action.FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
- name.vb: FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ name: FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
+ nameWithType: Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
+ fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
+ nameWithType.vb: Action.FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
+ name.vb: FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
name: FindAllFreeGround
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -3086,13 +3060,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
+ - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
name: FindAllFreeGround
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -3125,25 +3099,25 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
- nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
- fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
- nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
- name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ name: FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
+ nameWithType: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
+ nameWithType.vb: Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
+ name.vb: FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.ObjectCategory
@@ -3179,13 +3153,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindFreeFurniture
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Objects.ObjectCategory
@@ -3220,22 +3194,22 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: FindAllActionObjects(Person, ActionType, Map, Vector2?)
- nameWithType: Action.FindAllActionObjects(Person, ActionType, Map, Vector2?)
- fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ name: FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
+ nameWithType: Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
+ fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: FindAllActionObjects
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -3254,13 +3228,13 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: FindAllActionObjects
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -3278,25 +3252,25 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool)
- nameWithType: Action.FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool)
- fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
- nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
- fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
- name.vb: FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ name: FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
+ nameWithType: Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
+ fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
+ nameWithType.vb: Action.FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
+ fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
+ name.vb: FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
spec.csharp:
- - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindValidActionObjects
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -3333,13 +3307,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
+ - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
name: FindValidActionObjects
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionType
@@ -3461,30 +3435,30 @@ references:
name: ActionSpot
href: TinyLife.Objects.ActionSpot.html
- name: )
-- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
+- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
+ commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
- name: InvokeForBoth(Person, Person, Action)
- nameWithType: Action.InvokeForBoth(Person, Person, Action)
- fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action)
- nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person))
- fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person))
- name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person))
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
+ name: InvokeForBoth(PersonLike, PersonLike, Action)
+ nameWithType: Action.InvokeForBoth(PersonLike, PersonLike, Action)
+ fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action)
+ nameWithType.vb: Action.InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike))
+ fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike))
+ name.vb: InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike))
spec.csharp:
- - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
+ - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
name: InvokeForBoth
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: System.Action`2
@@ -3492,29 +3466,29 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: <
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
+ - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
name: InvokeForBoth
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
- name: (
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: System.Action`2
@@ -3524,14 +3498,14 @@ references:
- name: (
- name: Of
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: )
- name: )
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
@@ -3604,27 +3578,27 @@ references:
name: ActionInfo
href: TinyLife.Actions.ActionInfo.html
- name: )
-- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: IsLotContentVisible(Lot, Person, Map, Vector2?)
- nameWithType: Action.IsLotContentVisible(Lot, Person, Map, Vector2?)
- fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ name: IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
+ nameWithType: Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
+ fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
spec.csharp:
- - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: IsLotContentVisible
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.World.Lot
name: Lot
href: TinyLife.World.Lot.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -3638,18 +3612,18 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: IsLotContentVisible
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.World.Lot
name: Lot
href: TinyLife.World.Lot.html
- name: ','
- name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
+ - uid: TinyLife.Objects.PersonLike
+ name: PersonLike
+ href: TinyLife.Objects.PersonLike.html
- name: ','
- name: " "
- uid: TinyLife.World.Map
@@ -3662,49 +3636,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -4278,7 +4209,7 @@ references:
name.vb: Boolean
- uid: TinyLife.Actions.WatchTvAction.#ctor*
commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_TinyLife_Actions_WatchTvAction_Channel_
+ href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_TinyLife_Objects_Television_Channel_
name: WatchTvAction
nameWithType: WatchTvAction.WatchTvAction
fullName: TinyLife.Actions.WatchTvAction.WatchTvAction
@@ -4299,29 +4230,51 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
-- uid: TinyLife.Actions.WatchTvAction.Channel
- commentId: T:TinyLife.Actions.WatchTvAction.Channel
- parent: TinyLife.Actions
- href: TinyLife.Actions.WatchTvAction.html
- name: WatchTvAction.Channel
- nameWithType: WatchTvAction.Channel
- fullName: TinyLife.Actions.WatchTvAction.Channel
+- uid: TinyLife.Objects.Television.Channel
+ commentId: T:TinyLife.Objects.Television.Channel
+ parent: TinyLife.Objects
+ href: TinyLife.Objects.Television.html
+ name: Television.Channel
+ nameWithType: Television.Channel
+ fullName: TinyLife.Objects.Television.Channel
spec.csharp:
- - uid: TinyLife.Actions.WatchTvAction
- name: WatchTvAction
- href: TinyLife.Actions.WatchTvAction.html
+ - uid: TinyLife.Objects.Television
+ name: Television
+ href: TinyLife.Objects.Television.html
- name: .
- - uid: TinyLife.Actions.WatchTvAction.Channel
+ - uid: TinyLife.Objects.Television.Channel
name: Channel
- href: TinyLife.Actions.WatchTvAction.Channel.html
+ href: TinyLife.Objects.Television.Channel.html
spec.vb:
- - uid: TinyLife.Actions.WatchTvAction
- name: WatchTvAction
- href: TinyLife.Actions.WatchTvAction.html
+ - uid: TinyLife.Objects.Television
+ name: Television
+ href: TinyLife.Objects.Television.html
- name: .
- - uid: TinyLife.Actions.WatchTvAction.Channel
+ - uid: TinyLife.Objects.Television.Channel
name: Channel
- href: TinyLife.Actions.WatchTvAction.Channel.html
+ href: TinyLife.Objects.Television.Channel.html
+- uid: TinyLife.Objects
+ commentId: N:TinyLife.Objects
+ href: TinyLife.html
+ name: TinyLife.Objects
+ nameWithType: TinyLife.Objects
+ fullName: TinyLife.Objects
+ spec.csharp:
+ - uid: TinyLife
+ name: TinyLife
+ href: TinyLife.html
+ - name: .
+ - uid: TinyLife.Objects
+ name: Objects
+ href: TinyLife.Objects.html
+ spec.vb:
+ - uid: TinyLife
+ name: TinyLife
+ href: TinyLife.html
+ - name: .
+ - uid: TinyLife.Objects
+ name: Objects
+ href: TinyLife.Objects.html
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
parent: TinyLife.Actions.MultiAction
@@ -4660,146 +4613,3 @@ references:
name: AndThenOnCompleted
nameWithType: WatchTvAction.AndThenOnCompleted
fullName: TinyLife.Actions.WatchTvAction.AndThenOnCompleted
-- uid: TinyLife.Objects.Person
- commentId: T:TinyLife.Objects.Person
- parent: TinyLife.Objects
- href: TinyLife.Objects.Person.html
- name: Person
- nameWithType: Person
- fullName: TinyLife.Objects.Person
-- uid: TinyLife.Actions.WatchTvAction.GetViewingArea*
- commentId: Overload:TinyLife.Actions.WatchTvAction.GetViewingArea
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewingArea_TinyLife_Objects_Furniture_System_Int32_
- name: GetViewingArea
- nameWithType: WatchTvAction.GetViewingArea
- fullName: TinyLife.Actions.WatchTvAction.GetViewingArea
-- uid: TinyLife.Objects.Furniture
- commentId: T:TinyLife.Objects.Furniture
- parent: TinyLife.Objects
- href: TinyLife.Objects.Furniture.html
- name: Furniture
- nameWithType: Furniture
- fullName: TinyLife.Objects.Furniture
-- uid: System.Int32
- commentId: T:System.Int32
- parent: System
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.int32
- name: int
- nameWithType: int
- fullName: int
- nameWithType.vb: Integer
- fullName.vb: Integer
- name.vb: Integer
-- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point}
- commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Point}
- parent: System.Collections.Generic
- definition: System.Collections.Generic.IEnumerable`1
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- nameWithType.vb: IEnumerable(Of Point)
- fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Point)
- name.vb: IEnumerable(Of Point)
- spec.csharp:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- - name: <
- - uid: Microsoft.Xna.Framework.Point
- name: Point
- isExternal: true
- - name: '>'
- spec.vb:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- - name: (
- - name: Of
- - name: " "
- - uid: Microsoft.Xna.Framework.Point
- name: Point
- isExternal: true
- - name: )
-- uid: TinyLife.Objects
- commentId: N:TinyLife.Objects
- href: TinyLife.html
- name: TinyLife.Objects
- nameWithType: TinyLife.Objects
- fullName: TinyLife.Objects
- spec.csharp:
- - uid: TinyLife
- name: TinyLife
- href: TinyLife.html
- - name: .
- - uid: TinyLife.Objects
- name: Objects
- href: TinyLife.Objects.html
- spec.vb:
- - uid: TinyLife
- name: TinyLife
- href: TinyLife.html
- - name: .
- - uid: TinyLife.Objects
- name: Objects
- href: TinyLife.Objects.html
-- uid: TinyLife.Objects.ObjectCategory.Chair
- commentId: F:TinyLife.Objects.ObjectCategory.Chair
- href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_Chair
- name: Chair
- nameWithType: ObjectCategory.Chair
- fullName: TinyLife.Objects.ObjectCategory.Chair
-- uid: TinyLife.Actions.WatchTvAction.GetSeating*
- commentId: Overload:TinyLife.Actions.WatchTvAction.GetSeating
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetSeating_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Int32_
- name: GetSeating
- nameWithType: WatchTvAction.GetSeating
- fullName: TinyLife.Actions.WatchTvAction.GetSeating
-- uid: TinyLife.Actions.WatchTvAction
- commentId: T:TinyLife.Actions.WatchTvAction
- href: TinyLife.Actions.WatchTvAction.html
- name: WatchTvAction
- nameWithType: WatchTvAction
- fullName: TinyLife.Actions.WatchTvAction
-- uid: TinyLife.Actions.WatchTvAction.GetViewers*
- commentId: Overload:TinyLife.Actions.WatchTvAction.GetViewers
- href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_GetViewers_TinyLife_Objects_Furniture_System_Int32_
- name: GetViewers
- nameWithType: WatchTvAction.GetViewers
- fullName: TinyLife.Actions.WatchTvAction.GetViewers
-- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
- commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
- parent: System.Collections.Generic
- definition: System.Collections.Generic.IEnumerable`1
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: IEnumerable
- nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
- nameWithType.vb: IEnumerable(Of Person)
- fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person)
- name.vb: IEnumerable(Of Person)
- spec.csharp:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- - name: <
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
- - name: '>'
- spec.vb:
- - uid: System.Collections.Generic.IEnumerable`1
- name: IEnumerable
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- - name: (
- - name: Of
- - name: " "
- - uid: TinyLife.Objects.Person
- name: Person
- href: TinyLife.Objects.Person.html
- - name: )
diff --git a/docs/api/TinyLife.Actions.WorkAction.yml b/docs/api/TinyLife.Actions.WorkAction.yml
index 5bd5f1e..02fd674 100644
--- a/docs/api/TinyLife.Actions.WorkAction.yml
+++ b/docs/api/TinyLife.Actions.WorkAction.yml
@@ -101,7 +101,7 @@ items:
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
- - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
@@ -116,7 +116,6 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -2577,21 +2576,21 @@ references:
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: )
-- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
+ commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
parent: TinyLife.Actions.Action
isExternal: true
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
name: GetFreeChairs(PersonLike, Furniture, Func)
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func)
- fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
+ fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func)
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
- fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
+ fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
spec.csharp:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2608,7 +2607,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2620,9 +2619,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
+ - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
name: GetFreeChairs
- href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
+ href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2641,7 +2640,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -3664,49 +3663,6 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Actions.yml b/docs/api/TinyLife.Actions.yml
index 717009e..671349a 100644
--- a/docs/api/TinyLife.Actions.yml
+++ b/docs/api/TinyLife.Actions.yml
@@ -52,6 +52,7 @@ items:
- TinyLife.Actions.ThrowUpAction
- TinyLife.Actions.TryGoHereAction
- TinyLife.Actions.WalkAction
+ - TinyLife.Actions.WatchTvAction
- TinyLife.Actions.WorkAction
langs:
- csharp
@@ -577,6 +578,12 @@ references:
name: WalkAction
nameWithType: WalkAction
fullName: TinyLife.Actions.WalkAction
+- uid: TinyLife.Actions.WatchTvAction
+ commentId: T:TinyLife.Actions.WatchTvAction
+ href: TinyLife.Actions.WatchTvAction.html
+ name: WatchTvAction
+ nameWithType: WatchTvAction
+ fullName: TinyLife.Actions.WatchTvAction
- uid: TinyLife.Actions.WorkAction
commentId: T:TinyLife.Actions.WorkAction
parent: TinyLife.Actions
diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml
index 2fd5d7c..afec6a1 100644
--- a/docs/api/TinyLife.Debug.CheatDelegate.yml
+++ b/docs/api/TinyLife.Debug.CheatDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate
path: ../TinyLife/Debug.cs
- startLine: 936
+ startLine: 940
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml
index 1c4663c..12ce894 100644
--- a/docs/api/TinyLife.Debug.DebugDelegate.yml
+++ b/docs/api/TinyLife.Debug.DebugDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate
path: ../TinyLife/Debug.cs
- startLine: 941
+ startLine: 945
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Debug.yml b/docs/api/TinyLife.Debug.yml
index d394092..7990db7 100644
--- a/docs/api/TinyLife.Debug.yml
+++ b/docs/api/TinyLife.Debug.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug
path: ../TinyLife/Debug.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife
@@ -61,7 +61,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats
path: ../TinyLife/Debug.cs
- startLine: 47
+ startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife
@@ -95,7 +95,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines
path: ../TinyLife/Debug.cs
- startLine: 53
+ startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife
@@ -129,7 +129,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryCheat
path: ../TinyLife/Debug.cs
- startLine: 718
+ startLine: 722
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.DifficultyModifier.yml b/docs/api/TinyLife.DifficultyModifier.yml
index 341fca4..1759e40 100644
--- a/docs/api/TinyLife.DifficultyModifier.yml
+++ b/docs/api/TinyLife.DifficultyModifier.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DifficultyModifier
path: ../TinyLife/Options.cs
- startLine: 667
+ startLine: 672
assemblies:
- Tiny Life
namespace: TinyLife
@@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chill
path: ../TinyLife/Options.cs
- startLine: 672
+ startLine: 677
assemblies:
- Tiny Life
namespace: TinyLife
@@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal
path: ../TinyLife/Options.cs
- startLine: 676
+ startLine: 681
assemblies:
- Tiny Life
namespace: TinyLife
@@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intense
path: ../TinyLife/Options.cs
- startLine: 680
+ startLine: 685
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml
index 5d423b5..3a67431 100644
--- a/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml
+++ b/docs/api/TinyLife.Emotions.CombinedEmotionSource.yml
@@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CombinedEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
- startLine: 28
+ startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -75,7 +75,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
- startLine: 32
+ startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/IEmotionSource.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml
index 3911907..3377213 100644
--- a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml
+++ b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml
@@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 486
+ startLine: 485
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 493
+ startLine: 492
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 498
+ startLine: 497
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -157,7 +157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 503
+ startLine: 502
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 508
+ startLine: 507
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -237,7 +237,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 513
+ startLine: 512
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -268,7 +268,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 518
+ startLine: 517
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -302,7 +302,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 538
+ startLine: 537
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -337,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 552
+ startLine: 551
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.yml b/docs/api/TinyLife.Emotions.EmotionModifier.yml
index 17018f8..c16f64d 100644
--- a/docs/api/TinyLife.Emotions.EmotionModifier.yml
+++ b/docs/api/TinyLife.Emotions.EmotionModifier.yml
@@ -231,7 +231,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifier
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 26
+ startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -244,11 +244,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(EmotionModifier), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(EmotionModifier), "PrivateTypes", true })]
public class EmotionModifier
content.vb: >-
-
+
Public Class EmotionModifier
inheritance:
@@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 33
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -310,7 +310,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 37
+ startLine: 36
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -337,7 +337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeedSelf
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 38
+ startLine: 37
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -364,7 +364,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassedOut
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 39
+ startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedJoke
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 41
+ startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -445,7 +445,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyDishes
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 42
+ startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -472,7 +472,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 43
+ startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -499,7 +499,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreationAngry
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 44
+ startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -526,7 +526,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectCreation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 45
+ startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -553,7 +553,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnemyDied
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 46
+ startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -580,7 +580,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AcquaintanceDied
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 47
+ startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -607,7 +607,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDied
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 48
+ startLine: 47
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -634,7 +634,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClosePersonDied
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 49
+ startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -661,7 +661,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleptOutside
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 50
+ startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -688,7 +688,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyConversationPartner
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 51
+ startLine: 50
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -715,7 +715,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CaughtBeingInappropriate
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 52
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -742,7 +742,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWork
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 53
+ startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -769,7 +769,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawSomethingPersonal
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 54
+ startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -796,7 +796,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -823,7 +823,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PleasantInteraction
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 56
+ startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -850,7 +850,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LovelyInteraction
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 57
+ startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -877,7 +877,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedRomance
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 58
+ startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -904,7 +904,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedDating
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 59
+ startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -931,7 +931,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenUpWith
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 60
+ startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -958,7 +958,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Promoted
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 61
+ startLine: 60
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -985,7 +985,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GotRaise
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 62
+ startLine: 61
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1012,7 +1012,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demoted
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 63
+ startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1039,7 +1039,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fired
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 64
+ startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1066,7 +1066,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 65
+ startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1093,7 +1093,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunFoolingAround
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 66
+ startLine: 65
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1120,7 +1120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedMod
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 67
+ startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1147,7 +1147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedApp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 68
+ startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1174,7 +1174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackingFail
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 69
+ startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1201,7 +1201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositiveGauge
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 70
+ startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1228,7 +1228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NegativeGauge
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 71
+ startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1255,7 +1255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MeanConversationPartner
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 72
+ startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1282,7 +1282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairFail
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 73
+ startLine: 72
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1309,7 +1309,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAroundFail
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 74
+ startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1336,7 +1336,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritersBlock
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 75
+ startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1363,7 +1363,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 76
+ startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1390,7 +1390,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 77
+ startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1417,7 +1417,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfullyPublished
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 78
+ startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1444,7 +1444,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedPublishing
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 79
+ startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1471,7 +1471,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringIdeas
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 80
+ startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1498,7 +1498,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativelyInspired
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 81
+ startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1525,7 +1525,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StrokeOfGenius
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 82
+ startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1552,7 +1552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedOverstimulated
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 83
+ startLine: 82
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1579,7 +1579,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiredByPride
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 84
+ startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1606,7 +1606,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvInspiredToCook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 85
+ startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1633,7 +1633,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaddenedByNews
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 86
+ startLine: 85
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1660,7 +1660,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcitedByNews
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 87
+ startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1687,7 +1687,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvRomantic
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 88
+ startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1714,7 +1714,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodWalkthrough
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 89
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1741,7 +1741,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWalkthrough
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 90
+ startLine: 89
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1768,7 +1768,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadTeammates
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 91
+ startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1795,7 +1795,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RageQuit
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 92
+ startLine: 91
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1822,7 +1822,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WonTournament
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 93
+ startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1849,7 +1849,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LostTournament
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 94
+ startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1876,7 +1876,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingPartner
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 95
+ startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1903,7 +1903,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingDeclined
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 96
+ startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1930,7 +1930,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolingDeclined
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 97
+ startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1957,7 +1957,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingJog
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 98
+ startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -1984,7 +1984,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingDumbbells
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 99
+ startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2011,7 +2011,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PulledMuscle
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 100
+ startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2038,7 +2038,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 101
+ startLine: 100
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2065,7 +2065,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskSore
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 102
+ startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2092,7 +2092,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FitnessLevelUp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 103
+ startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2119,7 +2119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LazyWorkout
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 104
+ startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2146,7 +2146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeEnergetic
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 105
+ startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2173,7 +2173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFrisky
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 106
+ startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2200,7 +2200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFocused
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 107
+ startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2227,7 +2227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFine
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 108
+ startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2254,7 +2254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeRelaxed
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 109
+ startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2281,7 +2281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeCreative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 110
+ startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2308,7 +2308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 111
+ startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2335,7 +2335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 112
+ startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2362,7 +2362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 113
+ startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2389,7 +2389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 114
+ startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2416,7 +2416,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 115
+ startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2443,7 +2443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 116
+ startLine: 115
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2470,7 +2470,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 117
+ startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2497,7 +2497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 118
+ startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2524,7 +2524,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 119
+ startLine: 118
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2551,7 +2551,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 120
+ startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2578,7 +2578,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 121
+ startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2605,7 +2605,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 122
+ startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2632,7 +2632,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 123
+ startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2659,7 +2659,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 124
+ startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2686,7 +2686,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 125
+ startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2713,7 +2713,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 126
+ startLine: 125
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2740,7 +2740,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 127
+ startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2767,7 +2767,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 128
+ startLine: 127
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2794,7 +2794,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 129
+ startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2821,7 +2821,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 130
+ startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2848,7 +2848,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 131
+ startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2875,7 +2875,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 132
+ startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2902,7 +2902,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HomeworkHelp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 133
+ startLine: 132
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2929,7 +2929,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 134
+ startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2956,7 +2956,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 135
+ startLine: 134
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -2983,7 +2983,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 136
+ startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3010,7 +3010,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 137
+ startLine: 136
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3037,7 +3037,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 138
+ startLine: 137
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3064,7 +3064,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 139
+ startLine: 138
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3091,7 +3091,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AggravatingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 140
+ startLine: 139
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3118,7 +3118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpsettingConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 141
+ startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3145,7 +3145,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadToGetFoodSomewhereElse
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 142
+ startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3172,7 +3172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsefulProgrammingResearch
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 143
+ startLine: 142
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3199,7 +3199,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishedApp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 144
+ startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3226,7 +3226,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmergencyFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 145
+ startLine: 144
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3253,7 +3253,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildChef
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 146
+ startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3280,7 +3280,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SomeoneTriedMyFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 147
+ startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3307,7 +3307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 148
+ startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3334,7 +3334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodChildFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 149
+ startLine: 148
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3361,7 +3361,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 150
+ startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3388,7 +3388,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 151
+ startLine: 150
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3415,7 +3415,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 152
+ startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3442,7 +3442,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SandboxSocialNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 153
+ startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3469,7 +3469,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzlePositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 154
+ startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3496,7 +3496,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 155
+ startLine: 154
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3523,7 +3523,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PuzzleNegativeChild
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 156
+ startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3550,7 +3550,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShoodChild
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 157
+ startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3577,7 +3577,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaperChild
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 158
+ startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3604,7 +3604,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyNewspaperJoke
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 159
+ startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3631,7 +3631,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingCoffee
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 160
+ startLine: 159
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3658,7 +3658,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchCoffee
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 161
+ startLine: 160
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3685,7 +3685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrderCanceled
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 162
+ startLine: 161
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3712,7 +3712,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkilledOrder
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 163
+ startLine: 162
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3739,7 +3739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerFocused
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 164
+ startLine: 163
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3766,7 +3766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerFail
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 165
+ startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3793,7 +3793,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LearnedUpgrade
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 166
+ startLine: 165
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3820,7 +3820,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchUpgradesNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 167
+ startLine: 166
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3847,7 +3847,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PineappleOnPizzaNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 168
+ startLine: 167
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3874,7 +3874,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmiredFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 169
+ startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3901,7 +3901,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonPescetarianFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 170
+ startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3928,7 +3928,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonVegetarianFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 171
+ startLine: 170
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3955,7 +3955,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteNonVeganFood
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 172
+ startLine: 171
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -3982,7 +3982,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobChoicePromptFailed
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 173
+ startLine: 172
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4009,7 +4009,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobChoicePromptFailedPerformance
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 176
+ startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4036,7 +4036,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobChoicePromptSuccess
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 179
+ startLine: 178
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4063,7 +4063,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobChoicePromptSuccessPerformance
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 182
+ startLine: 181
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4090,7 +4090,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfulRummaging
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 185
+ startLine: 184
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4117,7 +4117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnsuccessfulRummaging
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 186
+ startLine: 185
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4144,7 +4144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FirstKiss
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 187
+ startLine: 186
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4171,7 +4171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgedUp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 188
+ startLine: 187
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4198,7 +4198,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BeenAdopted
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 189
+ startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4225,7 +4225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptedChild
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 190
+ startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4252,7 +4252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodStudyBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 191
+ startLine: 190
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4279,7 +4279,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadStudyBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 192
+ startLine: 191
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4306,7 +4306,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringSkillBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 193
+ startLine: 192
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4333,7 +4333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FocusingSkillBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 194
+ startLine: 193
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4360,7 +4360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringSkillBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 195
+ startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4387,7 +4387,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StressfulSkillBook
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 196
+ startLine: 195
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4414,7 +4414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmbarrassingWorkConversation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 197
+ startLine: 196
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4441,7 +4441,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FocusingLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 200
+ startLine: 199
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4468,7 +4468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 201
+ startLine: 200
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4495,7 +4495,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadLibraryInfo
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 202
+ startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4522,7 +4522,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmittedToCheating
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 203
+ startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4549,7 +4549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatedOn
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 204
+ startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4576,7 +4576,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokeUpWithSomeone
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 205
+ startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4603,7 +4603,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawPeopleKissing
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 206
+ startLine: 205
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4630,7 +4630,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JungleGymPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 207
+ startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4657,7 +4657,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JungleGymSocialPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 208
+ startLine: 207
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4684,7 +4684,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JungleGymSocialNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 209
+ startLine: 208
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4711,7 +4711,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColoringBookRelaxing
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 210
+ startLine: 209
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4738,7 +4738,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColoringBookPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 211
+ startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4765,7 +4765,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColoringBookNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 212
+ startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4792,7 +4792,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThriftyBoughtCheapItem
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 213
+ startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4819,7 +4819,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThriftyBoughtExpensiveItem
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 214
+ startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4846,7 +4846,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TastyTea
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 215
+ startLine: 214
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4873,7 +4873,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnVacation
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 216
+ startLine: 215
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4900,7 +4900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentalLeave
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 217
+ startLine: 216
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4927,7 +4927,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VacationDaysAgain
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 218
+ startLine: 217
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4954,7 +4954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooManyFoodRepeats
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 219
+ startLine: 218
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -4981,7 +4981,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewUp
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 220
+ startLine: 219
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5008,7 +5008,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 223
+ startLine: 222
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5035,7 +5035,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymTrainerNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 224
+ startLine: 223
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5062,7 +5062,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottySuccess
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 225
+ startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5089,7 +5089,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottyFail
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 226
+ startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5116,7 +5116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PottyNotListening
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 227
+ startLine: 226
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5143,7 +5143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbortionEmotions
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 228
+ startLine: 227
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5170,7 +5170,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiaperRash
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 230
+ startLine: 229
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5197,7 +5197,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrossDiaperChange
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 231
+ startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5224,7 +5224,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuddenlyPregnant
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 232
+ startLine: 231
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5251,7 +5251,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyTestPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 233
+ startLine: 232
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5278,7 +5278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyTestNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 234
+ startLine: 233
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5305,7 +5305,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drunk
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 235
+ startLine: 234
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5332,7 +5332,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoBabyBathtub
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 236
+ startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5359,7 +5359,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBookPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 237
+ startLine: 236
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5386,7 +5386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBookNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 238
+ startLine: 237
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5413,7 +5413,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBookHelpNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 239
+ startLine: 238
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5440,7 +5440,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritingFrenzy
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 240
+ startLine: 239
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5467,7 +5467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradedShowerEmotions
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 243
+ startLine: 242
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5494,7 +5494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ViewPaintingPositive
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 244
+ startLine: 243
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5521,7 +5521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ViewPaintingFocused
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 245
+ startLine: 244
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5548,7 +5548,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ViewPaintingNegative
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 246
+ startLine: 245
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5575,7 +5575,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodPaintingAdvice
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 247
+ startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5602,7 +5602,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadPaintingAdvice
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 248
+ startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5629,7 +5629,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DaydreamEmotions
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 249
+ startLine: 248
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5656,7 +5656,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 358
+ startLine: 357
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5685,7 +5685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 362
+ startLine: 361
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5714,7 +5714,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 367
+ startLine: 366
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5746,7 +5746,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 373
+ startLine: 372
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5780,7 +5780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 380
+ startLine: 379
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5816,7 +5816,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRanOut
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 384
+ startLine: 383
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5847,7 +5847,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnConditionUnmet
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 388
+ startLine: 387
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5878,7 +5878,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 397
+ startLine: 396
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5922,7 +5922,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 411
+ startLine: 410
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -5966,7 +5966,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 420
+ startLine: 419
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -6005,7 +6005,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 433
+ startLine: 432
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -6040,7 +6040,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IfHasPersonality
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 448
+ startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -6086,7 +6086,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsObjectAround
path: ../TinyLife/Emotions/EmotionModifier.cs
- startLine: 461
+ startLine: 460
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
diff --git a/docs/api/TinyLife.Emotions.EmotionType.yml b/docs/api/TinyLife.Emotions.EmotionType.yml
index 815530f..9a36227 100644
--- a/docs/api/TinyLife.Emotions.EmotionType.yml
+++ b/docs/api/TinyLife.Emotions.EmotionType.yml
@@ -55,11 +55,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(EmotionType), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(EmotionType), "PrivateTypes", true })]
public class EmotionType
content.vb: >-
-
+
Public Class EmotionType
inheritance:
diff --git a/docs/api/TinyLife.Emotions.IEmotionSource.yml b/docs/api/TinyLife.Emotions.IEmotionSource.yml
index fe7fadf..436eb4f 100644
--- a/docs/api/TinyLife.Emotions.IEmotionSource.yml
+++ b/docs/api/TinyLife.Emotions.IEmotionSource.yml
@@ -20,7 +20,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource
path: ../TinyLife/Emotions/IEmotionSource.cs
- startLine: 15
+ startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
@@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: ../TinyLife/Emotions/IEmotionSource.cs
- startLine: 20
+ startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
diff --git a/docs/api/TinyLife.GameImpl.GameMode.yml b/docs/api/TinyLife.GameImpl.GameMode.yml
index 986c2da..ed5d89c 100644
--- a/docs/api/TinyLife.GameImpl.GameMode.yml
+++ b/docs/api/TinyLife.GameImpl.GameMode.yml
@@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
- startLine: 1441
+ startLine: 1443
assemblies:
- Tiny Life
namespace: TinyLife
@@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
- startLine: 1444
+ startLine: 1446
assemblies:
- Tiny Life
namespace: TinyLife
@@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
- startLine: 1446
+ startLine: 1448
assemblies:
- Tiny Life
namespace: TinyLife
@@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
- startLine: 1448
+ startLine: 1450
assemblies:
- Tiny Life
namespace: TinyLife
@@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
- startLine: 1450
+ startLine: 1452
assemblies:
- Tiny Life
namespace: TinyLife
@@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
- startLine: 1452
+ startLine: 1454
assemblies:
- Tiny Life
namespace: TinyLife
@@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
- startLine: 1454
+ startLine: 1456
assemblies:
- Tiny Life
namespace: TinyLife
@@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
- startLine: 1456
+ startLine: 1458
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.GameImpl.yml b/docs/api/TinyLife.GameImpl.yml
index 2eece50..305b643 100644
--- a/docs/api/TinyLife.GameImpl.yml
+++ b/docs/api/TinyLife.GameImpl.yml
@@ -43,7 +43,7 @@ items:
- TinyLife.GameImpl.Speed
- TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
- TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)
- - TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
+ - TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
- TinyLife.GameImpl.Version
- TinyLife.GameImpl.ZoomCamera(System.Int32)
langs:
@@ -1208,16 +1208,16 @@ items:
description: The color to fade to; transparency is ignored
content.vb: Public Sub FadeKeyboardLighting(newColor As Color)
overload: TinyLife.GameImpl.FadeKeyboardLighting*
-- uid: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
- commentId: M:TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
- id: TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
+- uid: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
+ commentId: M:TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
+ id: TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Maths.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
parent: TinyLife.GameImpl
langs:
- csharp
- vb
name: TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D)
nameWithType: GameImpl.TakeScreenshot(Point, RectangleF?, Matrix?, RenderTarget2D)
- fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Misc.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
+ fullName: TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point, MLEM.Maths.RectangleF?, Microsoft.Xna.Framework.Matrix?, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
type: Method
source:
remote:
@@ -1239,7 +1239,7 @@ items:
type: Microsoft.Xna.Framework.Point
description: The size, in pixels, of the resulting screenshots
- id: visibleArea
- type: System.Nullable{MLEM.Misc.RectangleF}
+ type: System.Nullable{MLEM.Maths.RectangleF}
description: The area that should be marked as visible, in world space. This determines culling values.
- id: visibleMatrix
type: System.Nullable{Microsoft.Xna.Framework.Matrix}
@@ -1456,7 +1456,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMapFromSave
path: ../TinyLife/GameImpl.cs
- startLine: 1048
+ startLine: 1049
assemblies:
- Tiny Life
namespace: TinyLife
@@ -1488,7 +1488,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs
- startLine: 1059
+ startLine: 1060
assemblies:
- Tiny Life
namespace: TinyLife
@@ -3996,7 +3996,7 @@ references:
fullName: Microsoft.Xna.Framework.Color
- uid: TinyLife.GameImpl.TakeScreenshot*
commentId: Overload:TinyLife.GameImpl.TakeScreenshot
- href: TinyLife.GameImpl.html#TinyLife_GameImpl_TakeScreenshot_Microsoft_Xna_Framework_Point_System_Nullable_MLEM_Misc_RectangleF__System_Nullable_Microsoft_Xna_Framework_Matrix__Microsoft_Xna_Framework_Graphics_RenderTarget2D_
+ href: TinyLife.GameImpl.html#TinyLife_GameImpl_TakeScreenshot_Microsoft_Xna_Framework_Point_System_Nullable_MLEM_Maths_RectangleF__System_Nullable_Microsoft_Xna_Framework_Matrix__Microsoft_Xna_Framework_Graphics_RenderTarget2D_
name: TakeScreenshot
nameWithType: GameImpl.TakeScreenshot
fullName: TinyLife.GameImpl.TakeScreenshot
@@ -4007,20 +4007,20 @@ references:
name: Point
nameWithType: Point
fullName: Microsoft.Xna.Framework.Point
-- uid: System.Nullable{MLEM.Misc.RectangleF}
- commentId: T:System.Nullable{MLEM.Misc.RectangleF}
+- uid: System.Nullable{MLEM.Maths.RectangleF}
+ commentId: T:System.Nullable{MLEM.Maths.RectangleF}
parent: System
definition: System.Nullable`1
name: RectangleF?
nameWithType: RectangleF?
- fullName: MLEM.Misc.RectangleF?
+ fullName: MLEM.Maths.RectangleF?
spec.csharp:
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: '?'
spec.vb:
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: '?'
diff --git a/docs/api/TinyLife.GameSpeed.yml b/docs/api/TinyLife.GameSpeed.yml
index d6d1cf6..bc7c494 100644
--- a/docs/api/TinyLife.GameSpeed.yml
+++ b/docs/api/TinyLife.GameSpeed.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: ../TinyLife/Options.cs
- startLine: 617
+ startLine: 622
assemblies:
- Tiny Life
namespace: TinyLife
@@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: ../TinyLife/Options.cs
- startLine: 622
+ startLine: 627
assemblies:
- Tiny Life
namespace: TinyLife
@@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: ../TinyLife/Options.cs
- startLine: 626
+ startLine: 631
assemblies:
- Tiny Life
namespace: TinyLife
@@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: ../TinyLife/Options.cs
- startLine: 630
+ startLine: 635
assemblies:
- Tiny Life
namespace: TinyLife
@@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: ../TinyLife/Options.cs
- startLine: 634
+ startLine: 639
assemblies:
- Tiny Life
namespace: TinyLife
@@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: ../TinyLife/Options.cs
- startLine: 639
+ startLine: 644
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Goals.AchievementType.yml b/docs/api/TinyLife.Goals.AchievementType.yml
index efa03c1..2568576 100644
--- a/docs/api/TinyLife.Goals.AchievementType.yml
+++ b/docs/api/TinyLife.Goals.AchievementType.yml
@@ -43,11 +43,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(AchievementType), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(AchievementType), "PrivateTypes", true })]
public class AchievementType
content.vb: >-
-
+
Public Class AchievementType
inheritance:
diff --git a/docs/api/TinyLife.Goals.AmountGoal.yml b/docs/api/TinyLife.Goals.AmountGoal.yml
index 6c9a6fe..74234b2 100644
--- a/docs/api/TinyLife.Goals.AmountGoal.yml
+++ b/docs/api/TinyLife.Goals.AmountGoal.yml
@@ -53,7 +53,6 @@ items:
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -631,49 +630,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.AutoGoalInfo.yml b/docs/api/TinyLife.Goals.AutoGoalInfo.yml
index 8bf2a82..85ad468 100644
--- a/docs/api/TinyLife.Goals.AutoGoalInfo.yml
+++ b/docs/api/TinyLife.Goals.AutoGoalInfo.yml
@@ -48,7 +48,6 @@ items:
inheritedMembers:
- TinyLife.Goals.GoalInfo.Name
- TinyLife.Goals.GoalInfo.Construct(TinyLife.Goals.GoalSet)
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -549,49 +548,6 @@ references:
name: GoalSet
href: TinyLife.Goals.GoalSet.html
- name: )
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml
index 1d72ef9..1fbdafc 100644
--- a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml
+++ b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml
@@ -59,7 +59,6 @@ items:
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -512,49 +511,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml
index 38e67bb..d3f5d49 100644
--- a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml
+++ b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml
@@ -52,7 +52,6 @@ items:
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -456,49 +455,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.ConditionedGoal.yml b/docs/api/TinyLife.Goals.ConditionedGoal.yml
index afd6c20..1069ea2 100644
--- a/docs/api/TinyLife.Goals.ConditionedGoal.yml
+++ b/docs/api/TinyLife.Goals.ConditionedGoal.yml
@@ -53,7 +53,6 @@ items:
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -591,49 +590,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.DistinctGoal-1.yml b/docs/api/TinyLife.Goals.DistinctGoal-1.yml
index 545f999..24e6dd9 100644
--- a/docs/api/TinyLife.Goals.DistinctGoal-1.yml
+++ b/docs/api/TinyLife.Goals.DistinctGoal-1.yml
@@ -55,7 +55,6 @@ items:
- TinyLife.Goals.Goal.Name
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -641,49 +640,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.Goal-1.yml b/docs/api/TinyLife.Goals.Goal-1.yml
index 10dcb5f..f8e3c21 100644
--- a/docs/api/TinyLife.Goals.Goal-1.yml
+++ b/docs/api/TinyLife.Goals.Goal-1.yml
@@ -51,7 +51,6 @@ items:
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -365,49 +364,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.Goal.yml b/docs/api/TinyLife.Goals.Goal.yml
index e45226e..12b35bc 100644
--- a/docs/api/TinyLife.Goals.Goal.yml
+++ b/docs/api/TinyLife.Goals.Goal.yml
@@ -55,7 +55,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -451,49 +450,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.GoalInfo.yml b/docs/api/TinyLife.Goals.GoalInfo.yml
index c3967ca..92a2807 100644
--- a/docs/api/TinyLife.Goals.GoalInfo.yml
+++ b/docs/api/TinyLife.Goals.GoalInfo.yml
@@ -42,7 +42,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -229,49 +228,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
diff --git a/docs/api/TinyLife.Goals.GoalSet.yml b/docs/api/TinyLife.Goals.GoalSet.yml
index 2b92f7d..cac58fc 100644
--- a/docs/api/TinyLife.Goals.GoalSet.yml
+++ b/docs/api/TinyLife.Goals.GoalSet.yml
@@ -55,7 +55,6 @@ items:
- MLEM.Misc.IGenericDataHolder
- TinyLife.Goals.IGoalTriggerable
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -541,49 +540,6 @@ references:
name: IGoalTriggerable
nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.GoalSetInfo.yml b/docs/api/TinyLife.Goals.GoalSetInfo.yml
index 672e976..efb862b 100644
--- a/docs/api/TinyLife.Goals.GoalSetInfo.yml
+++ b/docs/api/TinyLife.Goals.GoalSetInfo.yml
@@ -37,7 +37,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -200,49 +199,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
diff --git a/docs/api/TinyLife.Goals.Job.yml b/docs/api/TinyLife.Goals.Job.yml
index ae2a6ca..b021f9d 100644
--- a/docs/api/TinyLife.Goals.Job.yml
+++ b/docs/api/TinyLife.Goals.Job.yml
@@ -67,7 +67,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -974,49 +973,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.JobType.yml b/docs/api/TinyLife.Goals.JobType.yml
index 9ae4a41..9453836 100644
--- a/docs/api/TinyLife.Goals.JobType.yml
+++ b/docs/api/TinyLife.Goals.JobType.yml
@@ -69,11 +69,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(JobType), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(JobType), "PrivateTypes", true })]
public class JobType : GenericDataHolder, IGenericDataHolder, IEmotionSource
content.vb: >-
-
+
Public Class JobType Inherits GenericDataHolder Implements IGenericDataHolder, IEmotionSource
inheritance:
@@ -85,7 +85,6 @@ items:
- MLEM.Misc.IGenericDataHolder
- TinyLife.Emotions.IEmotionSource
inheritedMembers:
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -1496,49 +1495,6 @@ references:
name: IEmotionSource
nameWithType: IEmotionSource
fullName: TinyLife.Emotions.IEmotionSource
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
diff --git a/docs/api/TinyLife.Goals.LifeGoal.yml b/docs/api/TinyLife.Goals.LifeGoal.yml
index e1f3d55..29734e7 100644
--- a/docs/api/TinyLife.Goals.LifeGoal.yml
+++ b/docs/api/TinyLife.Goals.LifeGoal.yml
@@ -51,11 +51,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(LifeGoal), "PrivateGoals" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(LifeGoal), "PrivateGoals", true })]
public class LifeGoal
content.vb: >-
-
+
Public Class LifeGoal
inheritance:
diff --git a/docs/api/TinyLife.Goals.ManualProgressGoal.yml b/docs/api/TinyLife.Goals.ManualProgressGoal.yml
index eeda9a1..9811df1 100644
--- a/docs/api/TinyLife.Goals.ManualProgressGoal.yml
+++ b/docs/api/TinyLife.Goals.ManualProgressGoal.yml
@@ -48,7 +48,6 @@ items:
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -479,49 +478,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.Memory.yml b/docs/api/TinyLife.Goals.Memory.yml
index f8e029d..08d970f 100644
--- a/docs/api/TinyLife.Goals.Memory.yml
+++ b/docs/api/TinyLife.Goals.Memory.yml
@@ -50,7 +50,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -404,49 +403,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.MemoryType.yml b/docs/api/TinyLife.Goals.MemoryType.yml
index 4f53b57..de2260c 100644
--- a/docs/api/TinyLife.Goals.MemoryType.yml
+++ b/docs/api/TinyLife.Goals.MemoryType.yml
@@ -59,11 +59,11 @@ items:
example: []
syntax:
content: >-
- [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(MemoryType), "PrivateTypes" })]
+ [JsonConverter(typeof(StaticJsonConverter), new object[] { typeof(MemoryType), "PrivateTypes", true })]
public class MemoryType : IEmotionSource
content.vb: >-
-
+
Public Class MemoryType Implements IEmotionSource
inheritance:
diff --git a/docs/api/TinyLife.Goals.Project.yml b/docs/api/TinyLife.Goals.Project.yml
index 060b93f..930b276 100644
--- a/docs/api/TinyLife.Goals.Project.yml
+++ b/docs/api/TinyLife.Goals.Project.yml
@@ -63,7 +63,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -934,49 +933,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Goals.StudentJobType.yml b/docs/api/TinyLife.Goals.StudentJobType.yml
index eb614a2..eb4ad23 100644
--- a/docs/api/TinyLife.Goals.StudentJobType.yml
+++ b/docs/api/TinyLife.Goals.StudentJobType.yml
@@ -76,7 +76,6 @@ items:
- TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
- TinyLife.Goals.JobType.GetDefaultHourlyPay(TinyLife.Objects.Person)
- TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
- - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
@@ -844,49 +843,6 @@ references:
name: JobType
href: TinyLife.Goals.JobType.html
- name: )
-- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Misc.GenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: GenericDataHolder.SetData(string, object)
- fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
- nameWithType.vb: GenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
diff --git a/docs/api/TinyLife.Goals.TimedGoal.yml b/docs/api/TinyLife.Goals.TimedGoal.yml
index f525b1b..47ebf58 100644
--- a/docs/api/TinyLife.Goals.TimedGoal.yml
+++ b/docs/api/TinyLife.Goals.TimedGoal.yml
@@ -53,7 +53,6 @@ items:
- TinyLife.Goals.Goal.Set
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -585,49 +584,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Objects.AbstractSpot.yml b/docs/api/TinyLife.Objects.AbstractSpot.yml
index ce9a6f9..9a8cf7c 100644
--- a/docs/api/TinyLife.Objects.AbstractSpot.yml
+++ b/docs/api/TinyLife.Objects.AbstractSpot.yml
@@ -5,12 +5,12 @@ items:
id: AbstractSpot
parent: TinyLife.Objects
children:
- - TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
+ - TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
- TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
- TinyLife.Objects.AbstractSpot.DrawLayer
- TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
- - TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
- - TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ - TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
+ - TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
- TinyLife.Objects.AbstractSpot.Group
- TinyLife.Objects.AbstractSpot.IsOnGround
- TinyLife.Objects.AbstractSpot.Offset
@@ -33,7 +33,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 12
+ startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -75,7 +75,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 17
+ startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -106,7 +106,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 24
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualDirection
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 30
+ startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -159,7 +159,7 @@ items:
content: public Direction2 VisualDirection { get; init; }
parameters: []
return:
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
content.vb: Public Property VisualDirection As Direction2
overload: TinyLife.Objects.AbstractSpot.VisualDirection*
- uid: TinyLife.Objects.AbstractSpot.DrawLayer
@@ -180,12 +180,12 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 35
+ startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: >-
- The layer that a person slotted into this action spot using is drawn on.
+ The layer that a person slotted into this action spot using is drawn on.
By default, this is set to return 0, meaning it will be drawn on top of the first layer of this furniture.
example: []
@@ -212,7 +212,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsOnGround
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 40
+ startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -246,19 +246,19 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 46
+ startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: >-
- The values that this spot can be accessed from.
+ The values that this spot can be accessed from.
- These directions are relative to the owning 's direction.
+ These directions are relative to the owning 's direction.
example: []
syntax:
content: protected readonly Direction2[] ValidDirections
return:
- type: MLEM.Misc.Direction2[]
+ type: MLEM.Maths.Direction2[]
content.vb: Protected ReadOnly ValidDirections As Direction2()
- uid: TinyLife.Objects.AbstractSpot.Offset
commentId: F:TinyLife.Objects.AbstractSpot.Offset
@@ -278,7 +278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 50
+ startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -307,7 +307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -321,16 +321,16 @@ items:
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Protected VisualOffset As Vector2
-- uid: TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- commentId: M:TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])'
+- uid: TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ commentId: M:TinyLife.Objects.AbstractSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])'
parent: TinyLife.Objects.AbstractSpot
langs:
- csharp
- vb
name: AbstractSpot(Vector2, Vector2, float, Direction2[])
nameWithType: AbstractSpot.AbstractSpot(Vector2, Vector2, float, Direction2[])
- fullName: TinyLife.Objects.AbstractSpot.AbstractSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2[])
+ fullName: TinyLife.Objects.AbstractSpot.AbstractSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2[])
type: Constructor
source:
remote:
@@ -339,7 +339,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 65
+ startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -361,23 +361,23 @@ items:
type: System.Single
description: The offset on the visual y axis
- id: validDirections
- type: MLEM.Misc.Direction2[]
+ type: MLEM.Maths.Direction2[]
description: The directions that this spot can be accessed from
content.vb: Protected Sub New(offset As Vector2, visualOffset As Vector2, yOffset As Single, validDirections As Direction2())
overload: TinyLife.Objects.AbstractSpot.#ctor*
nameWithType.vb: AbstractSpot.New(Vector2, Vector2, Single, Direction2())
- fullName.vb: TinyLife.Objects.AbstractSpot.New(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, MLEM.Misc.Direction2())
+ fullName.vb: TinyLife.Objects.AbstractSpot.New(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2())
name.vb: New(Vector2, Vector2, Single, Direction2())
-- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
- id: GetValidDirections(MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
+ id: GetValidDirections(MLEM.Maths.Direction2)
parent: TinyLife.Objects.AbstractSpot
langs:
- csharp
- vb
name: GetValidDirections(Direction2)
nameWithType: AbstractSpot.GetValidDirections(Direction2)
- fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
type: Method
source:
remote:
@@ -386,33 +386,33 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 78
+ startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: Returns the of this spot, but rotated by the given .
+ summary: Returns the of this spot, but rotated by the given .
example: []
syntax:
content: public IEnumerable GetValidDirections(Direction2 rotation)
parameters:
- id: rotation
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
description: The rotation
return:
- type: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
+ type: System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
description: The rotations that are valid for this spot
content.vb: Public Function GetValidDirections(rotation As Direction2) As IEnumerable(Of Direction2)
overload: TinyLife.Objects.AbstractSpot.GetValidDirections*
-- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
- id: GetVisualDirection(MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
+ id: GetVisualDirection(MLEM.Maths.Direction2)
parent: TinyLife.Objects.AbstractSpot
langs:
- csharp
- vb
name: GetVisualDirection(Direction2)
nameWithType: AbstractSpot.GetVisualDirection(Direction2)
- fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
type: Method
source:
remote:
@@ -421,7 +421,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisualDirection
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 89
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -434,10 +434,10 @@ items:
content: public Direction2 GetVisualDirection(Direction2 rotation)
parameters:
- id: rotation
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
description: The rotation of the containing furniture.
return:
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
description: The visual direction for this spot.
content.vb: Public Function GetVisualDirection(rotation As Direction2) As Direction2
overload: TinyLife.Objects.AbstractSpot.GetVisualDirection*
@@ -459,7 +459,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 99
+ startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -500,7 +500,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 110
+ startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -538,7 +538,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SortDrawLayers
path: ../TinyLife/Objects/AbstractSpot.cs
- startLine: 121
+ startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1013,50 +1013,50 @@ references:
name: VisualDirection
nameWithType: AbstractSpot.VisualDirection
fullName: TinyLife.Objects.AbstractSpot.VisualDirection
-- uid: MLEM.Misc.Direction2
- commentId: T:MLEM.Misc.Direction2
- parent: MLEM.Misc
+- uid: MLEM.Maths.Direction2
+ commentId: T:MLEM.Maths.Direction2
+ parent: MLEM.Maths
isExternal: true
name: Direction2
nameWithType: Direction2
- fullName: MLEM.Misc.Direction2
-- uid: MLEM.Misc
- commentId: N:MLEM.Misc
+ fullName: MLEM.Maths.Direction2
+- uid: MLEM.Maths
+ commentId: N:MLEM.Maths
isExternal: true
- name: MLEM.Misc
- nameWithType: MLEM.Misc
- fullName: MLEM.Misc
+ name: MLEM.Maths
+ nameWithType: MLEM.Maths
+ fullName: MLEM.Maths
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- - uid: MLEM.Misc
- name: Misc
+ - uid: MLEM.Maths
+ name: Maths
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- - uid: MLEM.Misc
- name: Misc
+ - uid: MLEM.Maths
+ name: Maths
isExternal: true
-- uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)
- commentId: M:TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)
+- uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
+ commentId: M:TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
parent: TinyLife.Objects.PersonLike
isExternal: true
- href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Maths_Direction2__System_Boolean_
name: OccupyActionSpot(Furniture, ActionSpot, bool, Direction2?, bool)
nameWithType: PersonLike.OccupyActionSpot(Furniture, ActionSpot, bool, Direction2?, bool)
- fullName: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, bool, MLEM.Misc.Direction2?, bool)
+ fullName: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, bool, MLEM.Maths.Direction2?, bool)
nameWithType.vb: PersonLike.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean)
- fullName.vb: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean)
+ fullName.vb: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Maths.Direction2?, Boolean)
name.vb: OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean)
spec.csharp:
- - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)
+ - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
name: OccupyActionSpot
- href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Maths_Direction2__System_Boolean_
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
@@ -1074,7 +1074,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '?'
@@ -1086,9 +1086,9 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean)
+ - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
name: OccupyActionSpot
- href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Maths_Direction2__System_Boolean_
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
@@ -1106,7 +1106,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '?'
@@ -1234,28 +1234,28 @@ references:
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
-- uid: MLEM.Misc.Direction2.Up
- commentId: F:MLEM.Misc.Direction2.Up
+- uid: MLEM.Maths.Direction2.Up
+ commentId: F:MLEM.Maths.Direction2.Up
isExternal: true
name: Up
nameWithType: Direction2.Up
- fullName: MLEM.Misc.Direction2.Up
-- uid: MLEM.Misc.Direction2[]
+ fullName: MLEM.Maths.Direction2.Up
+- uid: MLEM.Maths.Direction2[]
isExternal: true
name: Direction2[]
nameWithType: Direction2[]
- fullName: MLEM.Misc.Direction2[]
+ fullName: MLEM.Maths.Direction2[]
nameWithType.vb: Direction2()
- fullName.vb: MLEM.Misc.Direction2()
+ fullName.vb: MLEM.Maths.Direction2()
name.vb: Direction2()
spec.csharp:
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '['
- name: ']'
spec.vb:
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: (
@@ -1299,7 +1299,7 @@ references:
isExternal: true
- uid: TinyLife.Objects.AbstractSpot.#ctor*
commentId: Overload:TinyLife.Objects.AbstractSpot.#ctor
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot__ctor_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2___
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot__ctor_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2___
name: AbstractSpot
nameWithType: AbstractSpot.AbstractSpot
fullName: TinyLife.Objects.AbstractSpot.AbstractSpot
@@ -1308,20 +1308,20 @@ references:
name.vb: New
- uid: TinyLife.Objects.AbstractSpot.GetValidDirections*
commentId: Overload:TinyLife.Objects.AbstractSpot.GetValidDirections
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Maths_Direction2_
name: GetValidDirections
nameWithType: AbstractSpot.GetValidDirections
fullName: TinyLife.Objects.AbstractSpot.GetValidDirections
-- uid: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
- commentId: T:System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
+- uid: System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
+ commentId: T:System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable
nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
+ fullName: System.Collections.Generic.IEnumerable
nameWithType.vb: IEnumerable(Of Direction2)
- fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Misc.Direction2)
+ fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Maths.Direction2)
name.vb: IEnumerable(Of Direction2)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
@@ -1329,7 +1329,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '>'
@@ -1341,7 +1341,7 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -1419,7 +1419,7 @@ references:
fullName: TinyLife.Objects.AbstractSpot.VisualDirection
- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection*
commentId: Overload:TinyLife.Objects.AbstractSpot.GetVisualDirection
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Maths_Direction2_
name: GetVisualDirection
nameWithType: AbstractSpot.GetVisualDirection
fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection
diff --git a/docs/api/TinyLife.Objects.ActionSpot.yml b/docs/api/TinyLife.Objects.ActionSpot.yml
index 1c2526b..666f679 100644
--- a/docs/api/TinyLife.Objects.ActionSpot.yml
+++ b/docs/api/TinyLife.Objects.ActionSpot.yml
@@ -5,9 +5,9 @@ items:
id: ActionSpot
parent: TinyLife.Objects
children:
- - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2[])
- - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
+ - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2[])
+ - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ - TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
- TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.ActionSpot.BedSpots(System.Boolean,System.Single,System.Single)
- TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean,System.Single)
@@ -33,7 +33,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 11
+ startLine: 10
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -54,8 +54,8 @@ items:
- TinyLife.Objects.AbstractSpot.ValidDirections
- TinyLife.Objects.AbstractSpot.Offset
- TinyLife.Objects.AbstractSpot.VisualOffset
- - TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
- - TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ - TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
+ - TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
- TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
- TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
- TinyLife.Objects.AbstractSpot.SortDrawLayers``1({T}[])
@@ -86,7 +86,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CategoryRestriction
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 18
+ startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -102,16 +102,16 @@ items:
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public CategoryRestriction As ObjectCategory
-- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2[])
- commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2[])
- id: '#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2[])'
+- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2[])
+ commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2[])
+ id: '#ctor(Microsoft.Xna.Framework.Vector2,MLEM.Maths.Direction2[])'
parent: TinyLife.Objects.ActionSpot
langs:
- csharp
- vb
name: ActionSpot(Vector2, params Direction2[])
nameWithType: ActionSpot.ActionSpot(Vector2, params Direction2[])
- fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, params MLEM.Misc.Direction2[])
+ fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, params MLEM.Maths.Direction2[])
type: Constructor
source:
remote:
@@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 25
+ startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -133,23 +133,23 @@ items:
type: Microsoft.Xna.Framework.Vector2
description: The offset on both the x and y axis that this spot has
- id: validDirections
- type: MLEM.Misc.Direction2[]
+ type: MLEM.Maths.Direction2[]
description: The directions that this spot can be accessed from
content.vb: Public Sub New(offset As Vector2, ParamArray validDirections As Direction2())
overload: TinyLife.Objects.ActionSpot.#ctor*
nameWithType.vb: ActionSpot.New(Vector2, ParamArray Direction2())
- fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, ParamArray MLEM.Misc.Direction2())
+ fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, ParamArray MLEM.Maths.Direction2())
name.vb: New(Vector2, ParamArray Direction2())
-- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- id: '#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])'
+- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ id: '#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])'
parent: TinyLife.Objects.ActionSpot
langs:
- csharp
- vb
name: ActionSpot(Vector2, float, params Direction2[])
nameWithType: ActionSpot.ActionSpot(Vector2, float, params Direction2[])
- fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, float, params MLEM.Misc.Direction2[])
+ fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, float, params MLEM.Maths.Direction2[])
type: Constructor
source:
remote:
@@ -158,7 +158,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 34
+ startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -174,23 +174,23 @@ items:
type: System.Single
description: The offset on the visual y axis
- id: validDirections
- type: MLEM.Misc.Direction2[]
+ type: MLEM.Maths.Direction2[]
description: The directions that this spot can be accessed from
content.vb: Public Sub New(offset As Vector2, yOffset As Single, ParamArray validDirections As Direction2())
overload: TinyLife.Objects.ActionSpot.#ctor*
nameWithType.vb: ActionSpot.New(Vector2, Single, ParamArray Direction2())
- fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, Single, ParamArray MLEM.Misc.Direction2())
+ fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, Single, ParamArray MLEM.Maths.Direction2())
name.vb: New(Vector2, Single, ParamArray Direction2())
-- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])
- id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])'
+- uid: TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ commentId: M:TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])
+ id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2[])'
parent: TinyLife.Objects.ActionSpot
langs:
- csharp
- vb
name: ActionSpot(Vector2, Vector2, float, params Direction2[])
nameWithType: ActionSpot.ActionSpot(Vector2, Vector2, float, params Direction2[])
- fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, params MLEM.Misc.Direction2[])
+ fullName: TinyLife.Objects.ActionSpot.ActionSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, params MLEM.Maths.Direction2[])
type: Constructor
source:
remote:
@@ -199,7 +199,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 44
+ startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -218,12 +218,12 @@ items:
type: System.Single
description: The offset on the visual y axis
- id: validDirections
- type: MLEM.Misc.Direction2[]
+ type: MLEM.Maths.Direction2[]
description: The directions that this spot can be accessed from
content.vb: Public Sub New(offset As Vector2, visualOffset As Vector2, yOffset As Single, ParamArray validDirections As Direction2())
overload: TinyLife.Objects.ActionSpot.#ctor*
nameWithType.vb: ActionSpot.New(Vector2, Vector2, Single, ParamArray Direction2())
- fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, ParamArray MLEM.Misc.Direction2())
+ fullName.vb: TinyLife.Objects.ActionSpot.New(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, ParamArray MLEM.Maths.Direction2())
name.vb: New(Vector2, Vector2, Single, ParamArray Direction2())
- uid: TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.PersonLike)
commentId: M:TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.PersonLike)
@@ -243,12 +243,12 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeDirections
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: >-
- Returns a set of values that this spot can be accessed from.
+ Returns a set of values that this spot can be accessed from.
Valid directions will have an empty space that a can stand in, but not necessarily walk to.
@@ -264,7 +264,7 @@ items:
type: TinyLife.Objects.PersonLike
description: The person trying to use this action spot
return:
- type: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
+ type: System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
description: A set of directions that are considered free, or an empty set if there are none
content.vb: Public Function GetFreeDirections(furniture As Furniture, person As PersonLike) As IEnumerable(Of Direction2)
overload: TinyLife.Objects.ActionSpot.GetFreeDirections*
@@ -286,7 +286,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 77
+ startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -333,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BedSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 91
+ startLine: 90
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -382,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CribSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 131
+ startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -420,7 +420,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 147
+ startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChairSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 167
+ startLine: 166
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -502,7 +502,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 177
+ startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -540,7 +540,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 197
+ startLine: 196
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -571,7 +571,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 210
+ startLine: 209
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -612,7 +612,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer
path: ../TinyLife/Objects/ActionSpot.cs
- startLine: 225
+ startLine: 224
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -743,55 +743,55 @@ references:
name: VisualOffset
nameWithType: AbstractSpot.VisualOffset
fullName: TinyLife.Objects.AbstractSpot.VisualOffset
-- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
parent: TinyLife.Objects.AbstractSpot
isExternal: true
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Maths_Direction2_
name: GetValidDirections(Direction2)
nameWithType: AbstractSpot.GetValidDirections(Direction2)
- fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
name: GetValidDirections
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Maths.Direction2)
name: GetValidDirections
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetValidDirections_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
-- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
parent: TinyLife.Objects.AbstractSpot
isExternal: true
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Maths_Direction2_
name: GetVisualDirection(Direction2)
nameWithType: AbstractSpot.GetVisualDirection(Direction2)
- fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
name: GetVisualDirection
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Maths.Direction2)
name: GetVisualDirection
- href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.AbstractSpot.html#TinyLife_Objects_AbstractSpot_GetVisualDirection_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -1282,7 +1282,7 @@ references:
fullName: TinyLife.Objects.ObjectCategory
- uid: TinyLife.Objects.ActionSpot.#ctor*
commentId: Overload:TinyLife.Objects.ActionSpot.#ctor
- href: TinyLife.Objects.ActionSpot.html#TinyLife_Objects_ActionSpot__ctor_Microsoft_Xna_Framework_Vector2_MLEM_Misc_Direction2___
+ href: TinyLife.Objects.ActionSpot.html#TinyLife_Objects_ActionSpot__ctor_Microsoft_Xna_Framework_Vector2_MLEM_Maths_Direction2___
name: ActionSpot
nameWithType: ActionSpot.ActionSpot
fullName: TinyLife.Objects.ActionSpot.ActionSpot
@@ -1296,22 +1296,22 @@ references:
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
-- uid: MLEM.Misc.Direction2[]
+- uid: MLEM.Maths.Direction2[]
isExternal: true
name: Direction2[]
nameWithType: Direction2[]
- fullName: MLEM.Misc.Direction2[]
+ fullName: MLEM.Maths.Direction2[]
nameWithType.vb: Direction2()
- fullName.vb: MLEM.Misc.Direction2()
+ fullName.vb: MLEM.Maths.Direction2()
name.vb: Direction2()
spec.csharp:
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '['
- name: ']'
spec.vb:
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: (
@@ -1357,13 +1357,13 @@ references:
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
-- uid: MLEM.Misc.Direction2
- commentId: T:MLEM.Misc.Direction2
- parent: MLEM.Misc
+- uid: MLEM.Maths.Direction2
+ commentId: T:MLEM.Maths.Direction2
+ parent: MLEM.Maths
isExternal: true
name: Direction2
nameWithType: Direction2
- fullName: MLEM.Misc.Direction2
+ fullName: MLEM.Maths.Direction2
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
parent: TinyLife.Objects.Furniture
@@ -1405,16 +1405,16 @@ references:
name: GetFreeDirections
nameWithType: ActionSpot.GetFreeDirections
fullName: TinyLife.Objects.ActionSpot.GetFreeDirections
-- uid: System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
- commentId: T:System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2}
+- uid: System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
+ commentId: T:System.Collections.Generic.IEnumerable{MLEM.Maths.Direction2}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable
nameWithType: IEnumerable
- fullName: System.Collections.Generic.IEnumerable
+ fullName: System.Collections.Generic.IEnumerable
nameWithType.vb: IEnumerable(Of Direction2)
- fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Misc.Direction2)
+ fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Maths.Direction2)
name.vb: IEnumerable(Of Direction2)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
@@ -1422,7 +1422,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: '>'
@@ -1434,31 +1434,31 @@ references:
- name: (
- name: Of
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
-- uid: MLEM.Misc
- commentId: N:MLEM.Misc
+- uid: MLEM.Maths
+ commentId: N:MLEM.Maths
isExternal: true
- name: MLEM.Misc
- nameWithType: MLEM.Misc
- fullName: MLEM.Misc
+ name: MLEM.Maths
+ nameWithType: MLEM.Maths
+ fullName: MLEM.Maths
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- - uid: MLEM.Misc
- name: Misc
+ - uid: MLEM.Maths
+ name: Maths
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- - uid: MLEM.Misc
- name: Misc
+ - uid: MLEM.Maths
+ name: Maths
isExternal: true
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml
index 033928b..7af9cb8 100644
--- a/docs/api/TinyLife.Objects.AgeGroup.yml
+++ b/docs/api/TinyLife.Objects.AgeGroup.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3522
+ startLine: 3519
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3529
+ startLine: 3526
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -95,7 +95,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3535
+ startLine: 3532
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3541
+ startLine: 3538
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.AppliedUpgrade.yml b/docs/api/TinyLife.Objects.AppliedUpgrade.yml
index e7714ef..85244a7 100644
--- a/docs/api/TinyLife.Objects.AppliedUpgrade.yml
+++ b/docs/api/TinyLife.Objects.AppliedUpgrade.yml
@@ -47,7 +47,6 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -275,49 +274,6 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
diff --git a/docs/api/TinyLife.Objects.Bathtub.yml b/docs/api/TinyLife.Objects.Bathtub.yml
index 38d0210..cc9087d 100644
--- a/docs/api/TinyLife.Objects.Bathtub.yml
+++ b/docs/api/TinyLife.Objects.Bathtub.yml
@@ -6,7 +6,7 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
- - TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Bathtub.HasWater
langs:
- csharp
@@ -73,7 +73,7 @@ items:
- TinyLife.Objects.Furniture.ParentFurnitureId
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Furniture.Validate
- - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
- TinyLife.Objects.Furniture.OnAdded
- TinyLife.Objects.Furniture.OnRemoved
@@ -90,7 +90,7 @@ items:
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
- TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
- - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
- TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
@@ -98,8 +98,8 @@ items:
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
- - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
- TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
- TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
- TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
@@ -108,16 +108,17 @@ items:
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1
- - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@@ -139,7 +140,7 @@ items:
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.HoldingPerson
- TinyLife.Objects.MapObject.ValidateEarly
- - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
@@ -149,7 +150,6 @@ items:
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -254,16 +254,16 @@ items:
nameWithType.vb: Bathtub.New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
fullName.vb: TinyLife.Objects.Bathtub.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
name.vb: New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
-- uid: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- commentId: M:TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+- uid: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ commentId: M:TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent: TinyLife.Objects.Bathtub
langs:
- csharp
- vb
name: Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List- )
nameWithType: Bathtub.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List)
- fullName: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
+ fullName: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
type: Method
source:
remote:
@@ -303,7 +303,7 @@ items:
type: System.Nullable{Microsoft.Xna.Framework.Color}
description: An optional color to override the default colors of the furniture
- id: rotation
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
- id: colors
type: System.Int32[]
@@ -324,10 +324,10 @@ items:
type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
description: A list of sprite batch items that items should be added to if the
batch
is a .
content.vb: Public Overrides Sub Draw(time As GameTime, batch As Object, pos As Vector2, floor As Single, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, items As List(Of StaticSpriteBatch.Item))
- overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
overload: TinyLife.Objects.Bathtub.Draw*
nameWithType.vb: Bathtub.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
- fullName.vb: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
+ fullName.vb: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
references:
- uid: TinyLife.Objects.Furniture
@@ -734,29 +734,29 @@ references:
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate
- name: (
- name: )
-- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
+ commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
name: Intersects(RectangleF)
nameWithType: Furniture.Intersects(RectangleF)
- fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
@@ -1564,21 +1564,21 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: )
-- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
- commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
+ commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
- name: MoveToMap(Map, Vector2, float)
- nameWithType: Furniture.MoveToMap(Map, Vector2, float)
- fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
- nameWithType.vb: Furniture.MoveToMap(Map, Vector2, Single)
- fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
- name.vb: MoveToMap(Map, Vector2, Single)
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
+ name: MoveToMap(Map, Vector2?, float?)
+ nameWithType: Furniture.MoveToMap(Map, Vector2?, float?)
+ fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?)
+ nameWithType.vb: Furniture.MoveToMap(Map, Vector2?, Single?)
+ fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?)
+ name.vb: MoveToMap(Map, Vector2?, Single?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1588,17 +1588,19 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1608,12 +1610,14 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
commentId: M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
@@ -1877,21 +1881,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
name: GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
nameWithType: Furniture.GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
- fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection)
+ fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection)
nameWithType.vb: Furniture.GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
- fullName.vb: TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
+ fullName.vb: TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
name.vb: GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
name: GetWallsInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
- name: <
- name: T
- name: '>'
@@ -1907,7 +1911,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -1929,9 +1933,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
name: GetWallsInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
- name: (
- name: Of
- name: " "
@@ -1949,7 +1953,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -1972,21 +1976,21 @@ references:
href: TinyLife.Objects.WallLike.html
- name: )
- name: )
-- uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
- commentId: M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+- uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ commentId: M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
name: GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection)
nameWithType: Furniture.GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection)
- fullName: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection)
+ fullName: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection)
nameWithType.vb: Furniture.GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
- fullName.vb: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
+ fullName.vb: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
name.vb: GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
name: GetRoofingInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
@@ -1999,7 +2003,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2021,9 +2025,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
name: GetRoofingInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
@@ -2036,7 +2040,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2347,18 +2351,18 @@ references:
name: ObjectCategory
href: TinyLife.Objects.ObjectCategory.html
- name: )
-- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
name: GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
nameWithType: Furniture.GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
- fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
name: GetActionSpotInfo
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2370,14 +2374,14 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
name: GetActionSpotInfo
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2389,7 +2393,7 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -2431,6 +2435,44 @@ references:
isExternal: true
- name: '?'
- name: )
+- uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ parent: TinyLife.Objects.Furniture
+ isExternal: true
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ name: GetFreeObjectSpots(FurnitureType, Vector2?)
+ nameWithType: Furniture.GetFreeObjectSpots(FurnitureType, Vector2?)
+ fullName: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?)
+ spec.csharp:
+ - uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ name: GetFreeObjectSpots
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ - name: (
+ - uid: TinyLife.Objects.FurnitureType
+ name: FurnitureType
+ href: TinyLife.Objects.FurnitureType.html
+ - name: ','
+ - name: " "
+ - uid: Microsoft.Xna.Framework.Vector2
+ name: Vector2
+ isExternal: true
+ - name: '?'
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ name: GetFreeObjectSpots
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ - name: (
+ - uid: TinyLife.Objects.FurnitureType
+ name: FurnitureType
+ href: TinyLife.Objects.FurnitureType.html
+ - name: ','
+ - name: " "
+ - uid: Microsoft.Xna.Framework.Vector2
+ name: Vector2
+ isExternal: true
+ - name: '?'
+ - name: )
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
parent: TinyLife.Objects.Furniture
@@ -2534,21 +2576,21 @@ references:
- name: )
- name: (
- name: )
-- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
name: AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?)
nameWithType: Furniture.AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?)
- fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
+ fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
- fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
+ fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
name.vb: AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: <
- name: T
- name: '>'
@@ -2558,7 +2600,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2584,9 +2626,9 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- name: Of
- name: " "
@@ -2598,7 +2640,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2623,25 +2665,25 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
name: AddChild(Furniture, Direction2, Vector2?)
nameWithType: Furniture.AddChild(Furniture, Direction2, Vector2?)
- fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, Microsoft.Xna.Framework.Vector2?)
+ fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Maths.Direction2, Microsoft.Xna.Framework.Vector2?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2652,16 +2694,16 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2671,21 +2713,21 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
+ commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
name: SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
- fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?)
+ fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?)
nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
- fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?)
+ fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, Integer(), System.Guid?)
name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
- name: <
- name: T
- name: '>'
@@ -2700,7 +2742,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2720,9 +2762,9 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
- name: (
- name: Of
- name: " "
@@ -2739,7 +2781,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2758,18 +2800,18 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
name: SetChild(ObjectSpot, Furniture, Direction2)
nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2)
- fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
@@ -2781,14 +2823,14 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
@@ -2800,7 +2842,7 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -3029,39 +3071,39 @@ references:
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
- name: (
- name: )
-- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
- fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
name: OnCameraRotationChanged
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
name: OnCameraRotationChanged
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -3587,49 +3629,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -4392,21 +4391,21 @@ references:
name: StaticSpriteBatch
nameWithType: StaticSpriteBatch
fullName: MLEM.Graphics.StaticSpriteBatch
-- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name: Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List- )
nameWithType: Furniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List)
- fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
+ fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
- fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
+ fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -4441,7 +4440,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4488,9 +4487,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -4525,7 +4524,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4575,7 +4574,7 @@ references:
- name: )
- uid: TinyLife.Objects.Bathtub.Draw*
commentId: Overload:TinyLife.Objects.Bathtub.Draw
- href: TinyLife.Objects.Bathtub.html#TinyLife_Objects_Bathtub_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Bathtub.html#TinyLife_Objects_Bathtub_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name: Draw
nameWithType: Bathtub.Draw
fullName: TinyLife.Objects.Bathtub.Draw
@@ -4603,13 +4602,13 @@ references:
name: Color
isExternal: true
- name: '?'
-- uid: MLEM.Misc.Direction2
- commentId: T:MLEM.Misc.Direction2
- parent: MLEM.Misc
+- uid: MLEM.Maths.Direction2
+ commentId: T:MLEM.Maths.Direction2
+ parent: MLEM.Maths
isExternal: true
name: Direction2
nameWithType: Direction2
- fullName: MLEM.Misc.Direction2
+ fullName: MLEM.Maths.Direction2
- uid: TinyLife.Objects.ParentInfo
commentId: T:TinyLife.Objects.ParentInfo
parent: TinyLife.Objects
@@ -4724,6 +4723,28 @@ references:
- name: " "
- name: T
- name: )
+- uid: MLEM.Maths
+ commentId: N:MLEM.Maths
+ isExternal: true
+ name: MLEM.Maths
+ nameWithType: MLEM.Maths
+ fullName: MLEM.Maths
+ spec.csharp:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
+ spec.vb:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
diff --git a/docs/api/TinyLife.Objects.Book.yml b/docs/api/TinyLife.Objects.Book.yml
index acc890f..baddb19 100644
--- a/docs/api/TinyLife.Objects.Book.yml
+++ b/docs/api/TinyLife.Objects.Book.yml
@@ -6,7 +6,7 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.Book.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
- - TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Book.IsOpen
langs:
- csharp
@@ -76,7 +76,7 @@ items:
- TinyLife.Objects.Furniture.ParentFurnitureId
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Furniture.Validate
- - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
- TinyLife.Objects.Furniture.OnAdded
- TinyLife.Objects.Furniture.OnRemoved
@@ -93,7 +93,7 @@ items:
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
- TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
- - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
- TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
@@ -101,8 +101,8 @@ items:
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
- - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
- TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
- TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
- TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
@@ -111,16 +111,17 @@ items:
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1
- - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@@ -142,7 +143,7 @@ items:
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.HoldingPerson
- TinyLife.Objects.MapObject.ValidateEarly
- - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
@@ -152,7 +153,6 @@ items:
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -247,16 +247,16 @@ items:
nameWithType.vb: Book.New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
fullName.vb: TinyLife.Objects.Book.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
name.vb: New(Guid, FurnitureType, Integer(), Map, Vector2, Single)
-- uid: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- commentId: M:TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+- uid: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ commentId: M:TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent: TinyLife.Objects.Book
langs:
- csharp
- vb
name: Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List
- )
nameWithType: Book.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List)
- fullName: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
+ fullName: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
type: Method
source:
remote:
@@ -296,7 +296,7 @@ items:
type: System.Nullable{Microsoft.Xna.Framework.Color}
description: An optional color to override the default colors of the furniture
- id: rotation
- type: MLEM.Misc.Direction2
+ type: MLEM.Maths.Direction2
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
- id: colors
type: System.Int32[]
@@ -317,10 +317,10 @@ items:
type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
description: A list of sprite batch items that items should be added to if the
batch
is a .
content.vb: Public Overrides Sub Draw(time As GameTime, batch As Object, pos As Vector2, floor As Single, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, items As List(Of StaticSpriteBatch.Item))
- overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
overload: TinyLife.Objects.Book.Draw*
nameWithType.vb: Book.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
- fullName.vb: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
+ fullName.vb: TinyLife.Objects.Book.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
references:
- uid: TinyLife.Objects.Book.IsOpen
@@ -726,29 +726,29 @@ references:
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate
- name: (
- name: )
-- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
+ commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
name: Intersects(RectangleF)
nameWithType: Furniture.Intersects(RectangleF)
- fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
@@ -1556,21 +1556,21 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: )
-- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
- commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
+ commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
- name: MoveToMap(Map, Vector2, float)
- nameWithType: Furniture.MoveToMap(Map, Vector2, float)
- fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
- nameWithType.vb: Furniture.MoveToMap(Map, Vector2, Single)
- fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
- name.vb: MoveToMap(Map, Vector2, Single)
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
+ name: MoveToMap(Map, Vector2?, float?)
+ nameWithType: Furniture.MoveToMap(Map, Vector2?, float?)
+ fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?)
+ nameWithType.vb: Furniture.MoveToMap(Map, Vector2?, Single?)
+ fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?)
+ name.vb: MoveToMap(Map, Vector2?, Single?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1580,17 +1580,19 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1600,12 +1602,14 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
commentId: M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
@@ -1869,21 +1873,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
name: GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
nameWithType: Furniture.GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
- fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection)
+ fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection)
nameWithType.vb: Furniture.GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
- fullName.vb: TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
+ fullName.vb: TinyLife.Objects.Furniture.GetWallsInTheWay(Of T)(Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.Objects.WallLike))
name.vb: GetWallsInTheWay(Of T)(Vector2, Single, Direction2, Single, ICollection(Of WallLike))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
name: GetWallsInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
- name: <
- name: T
- name: '>'
@@ -1899,7 +1903,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -1921,9 +1925,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
name: GetWallsInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
- name: (
- name: Of
- name: " "
@@ -1941,7 +1945,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -1964,21 +1968,21 @@ references:
href: TinyLife.Objects.WallLike.html
- name: )
- name: )
-- uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
- commentId: M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+- uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ commentId: M:TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
name: GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection)
nameWithType: Furniture.GetRoofingInTheWay(Vector2, int, Direction2, float, ICollection)
- fullName: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection)
+ fullName: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, int, MLEM.Maths.Direction2, float, System.Collections.Generic.ICollection)
nameWithType.vb: Furniture.GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
- fullName.vb: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Misc.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
+ fullName.vb: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2, Integer, MLEM.Maths.Direction2, Single, System.Collections.Generic.ICollection(Of TinyLife.World.Roof))
name.vb: GetRoofingInTheWay(Vector2, Integer, Direction2, Single, ICollection(Of Roof))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
name: GetRoofingInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
@@ -1991,7 +1995,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2013,9 +2017,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - uid: TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
name: GetRoofingInTheWay
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetRoofingInTheWay_Microsoft_Xna_Framework_Vector2_System_Int32_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_World_Roof__
- name: (
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
@@ -2028,7 +2032,7 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2339,18 +2343,18 @@ references:
name: ObjectCategory
href: TinyLife.Objects.ObjectCategory.html
- name: )
-- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
name: GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
nameWithType: Furniture.GetActionSpotInfo(PersonLike, ActionSpot, Direction2)
- fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ActionSpot, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
name: GetActionSpotInfo
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2362,14 +2366,14 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
name: GetActionSpotInfo
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ActionSpot_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.PersonLike
name: PersonLike
@@ -2381,7 +2385,7 @@ references:
href: TinyLife.Objects.ActionSpot.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -2423,6 +2427,44 @@ references:
isExternal: true
- name: '?'
- name: )
+- uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ parent: TinyLife.Objects.Furniture
+ isExternal: true
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ name: GetFreeObjectSpots(FurnitureType, Vector2?)
+ nameWithType: Furniture.GetFreeObjectSpots(FurnitureType, Vector2?)
+ fullName: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?)
+ spec.csharp:
+ - uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ name: GetFreeObjectSpots
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ - name: (
+ - uid: TinyLife.Objects.FurnitureType
+ name: FurnitureType
+ href: TinyLife.Objects.FurnitureType.html
+ - name: ','
+ - name: " "
+ - uid: Microsoft.Xna.Framework.Vector2
+ name: Vector2
+ isExternal: true
+ - name: '?'
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ name: GetFreeObjectSpots
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeObjectSpots_TinyLife_Objects_FurnitureType_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ - name: (
+ - uid: TinyLife.Objects.FurnitureType
+ name: FurnitureType
+ href: TinyLife.Objects.FurnitureType.html
+ - name: ','
+ - name: " "
+ - uid: Microsoft.Xna.Framework.Vector2
+ name: Vector2
+ isExternal: true
+ - name: '?'
+ - name: )
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
parent: TinyLife.Objects.Furniture
@@ -2526,21 +2568,21 @@ references:
- name: )
- name: (
- name: )
-- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
name: AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?)
nameWithType: Furniture.AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?)
- fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
+ fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?)
nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
- fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
+ fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?)
name.vb: AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: <
- name: T
- name: '>'
@@ -2550,7 +2592,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2576,9 +2618,9 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild__1_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- name: Of
- name: " "
@@ -2590,7 +2632,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2615,25 +2657,25 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
name: AddChild(Furniture, Direction2, Vector2?)
nameWithType: Furniture.AddChild(Furniture, Direction2, Vector2?)
- fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, Microsoft.Xna.Framework.Vector2?)
+ fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Maths.Direction2, Microsoft.Xna.Framework.Vector2?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2644,16 +2686,16 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
name: AddChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_AddChild_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_System_Nullable_Microsoft_Xna_Framework_Vector2__
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2663,21 +2705,21 @@ references:
isExternal: true
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
+ commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
name: SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?)
- fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?)
+ fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, int[], System.Guid?)
nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
- fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?)
+ fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Maths.Direction2, Integer(), System.Guid?)
name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
- name: <
- name: T
- name: '>'
@@ -2692,7 +2734,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2712,9 +2754,9 @@ references:
- name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Misc_Direction2_System_Int32___System_Nullable_System_Guid__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild__1_TinyLife_Objects_ObjectSpot_TinyLife_Objects_FurnitureType_MLEM_Maths_Direction2_System_Int32___System_Nullable_System_Guid__
- name: (
- name: Of
- name: " "
@@ -2731,7 +2773,7 @@ references:
href: TinyLife.Objects.FurnitureType.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2750,18 +2792,18 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: '?'
- name: )
-- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
name: SetChild(ObjectSpot, Furniture, Direction2)
nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2)
- fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
@@ -2773,14 +2815,14 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
name: SetChild
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetChild_TinyLife_Objects_ObjectSpot_TinyLife_Objects_Furniture_MLEM_Maths_Direction2_
- name: (
- uid: TinyLife.Objects.ObjectSpot
name: ObjectSpot
@@ -2792,7 +2834,7 @@ references:
href: TinyLife.Objects.Furniture.html
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -3021,39 +3063,39 @@ references:
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
- name: (
- name: )
-- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
- commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
+ commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
parent: TinyLife.Objects.MapObject
isExternal: true
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
name: OnCameraRotationChanged(Direction2, Direction2)
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
- fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
+ fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
name: OnCameraRotationChanged
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
name: OnCameraRotationChanged
- href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
+ href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
- name: (
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: )
@@ -3579,49 +3621,6 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
-- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- name: SetData(string, object)
- nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
- fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
- nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
- fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
- name.vb: SetData(String, Object)
- spec.csharp:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: string
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- spec.vb:
- - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- name: SetData
- isExternal: true
- - name: (
- - uid: System.String
- name: String
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.string
- - name: ','
- - name: " "
- - uid: System.Object
- name: Object
- isExternal: true
- href: https://learn.microsoft.com/dotnet/api/system.object
- - name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
@@ -4384,21 +4383,21 @@ references:
name: StaticSpriteBatch
nameWithType: StaticSpriteBatch
fullName: MLEM.Graphics.StaticSpriteBatch
-- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name: Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List- )
nameWithType: Furniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List)
- fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
+ fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
- fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
+ fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -4433,7 +4432,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4480,9 +4479,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -4517,7 +4516,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -4567,7 +4566,7 @@ references:
- name: )
- uid: TinyLife.Objects.Book.Draw*
commentId: Overload:TinyLife.Objects.Book.Draw
- href: TinyLife.Objects.Book.html#TinyLife_Objects_Book_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Book.html#TinyLife_Objects_Book_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name: Draw
nameWithType: Book.Draw
fullName: TinyLife.Objects.Book.Draw
@@ -4595,13 +4594,13 @@ references:
name: Color
isExternal: true
- name: '?'
-- uid: MLEM.Misc.Direction2
- commentId: T:MLEM.Misc.Direction2
- parent: MLEM.Misc
+- uid: MLEM.Maths.Direction2
+ commentId: T:MLEM.Maths.Direction2
+ parent: MLEM.Maths
isExternal: true
name: Direction2
nameWithType: Direction2
- fullName: MLEM.Misc.Direction2
+ fullName: MLEM.Maths.Direction2
- uid: TinyLife.Objects.ParentInfo
commentId: T:TinyLife.Objects.ParentInfo
parent: TinyLife.Objects
@@ -4716,6 +4715,28 @@ references:
- name: " "
- name: T
- name: )
+- uid: MLEM.Maths
+ commentId: N:MLEM.Maths
+ isExternal: true
+ name: MLEM.Maths
+ nameWithType: MLEM.Maths
+ fullName: MLEM.Maths
+ spec.csharp:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
+ spec.vb:
+ - uid: MLEM
+ name: MLEM
+ isExternal: true
+ - name: .
+ - uid: MLEM.Maths
+ name: Maths
+ isExternal: true
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
index 2a68d16..901a339 100644
--- a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
+++ b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 200
+ startLine: 199
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddles
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 206
+ startLine: 205
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dripping
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 210
+ startLine: 209
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -119,7 +119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityCrackle
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 214
+ startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smoke
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 218
+ startLine: 217
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -175,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 222
+ startLine: 221
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml b/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml
index c8c2146..efe8180 100644
--- a/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml
+++ b/docs/api/TinyLife.Objects.BreakableFurniture.WearDownDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDownDelegate
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 195
+ startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.yml b/docs/api/TinyLife.Objects.BreakableFurniture.yml
index 03b9fb7..cbdaf8d 100644
--- a/docs/api/TinyLife.Objects.BreakableFurniture.yml
+++ b/docs/api/TinyLife.Objects.BreakableFurniture.yml
@@ -32,7 +32,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakableFurniture
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 19
+ startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -89,7 +89,7 @@ items:
- TinyLife.Objects.Furniture.ParentFurnitureId
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Furniture.Validate
- - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.PersonLike)
- TinyLife.Objects.Furniture.OnAdded
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
@@ -103,14 +103,14 @@ items:
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean,System.Boolean)
- TinyLife.Objects.Furniture.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
- - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
- TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
- - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
- - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
+ - TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ - TinyLife.Objects.Furniture.GetRoofingInTheWay(Microsoft.Xna.Framework.Vector2,System.Int32,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.World.Roof})
- TinyLife.Objects.Furniture.GetAppliedUpgrade(TinyLife.Objects.Upgrade)
- TinyLife.Objects.Furniture.ApplyUpgrade(TinyLife.Objects.AppliedUpgrade)
- TinyLife.Objects.Furniture.HasFullUpgrade(TinyLife.Objects.Upgrade)
@@ -119,16 +119,17 @@ items:
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
- - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ActionSpot,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.GetFreeObjectSpots(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
- TinyLife.Objects.Furniture.RemoveAndUnlink
- TinyLife.Objects.Furniture.GetChildren``1
- - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
- - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
+ - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Maths.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
+ - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Maths.Direction2,System.Int32[],System.Nullable{System.Guid})
+ - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Maths.Direction2)
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
- TinyLife.Objects.Furniture.NotifyNeighbors
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
@@ -150,7 +151,7 @@ items:
- TinyLife.Objects.MapObject.IsInWorld
- TinyLife.Objects.MapObject.HoldingPerson
- TinyLife.Objects.MapObject.ValidateEarly
- - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
+ - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
@@ -160,7 +161,6 @@ items:
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
- TinyLife.Objects.MapObject.GetModCategory(System.String)
- - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
@@ -191,7 +191,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWearDown
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 25
+ startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBreak
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 30
+ startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -255,7 +255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Broken
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 36
+ startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -294,7 +294,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairProgress
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 41
+ startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -333,7 +333,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 49
+ startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -386,7 +386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 52
+ startLine: 51
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -432,7 +432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDown
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 115
+ startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 144
+ startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -515,7 +515,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 149
+ startLine: 148
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -568,7 +568,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 165
+ startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -600,7 +600,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 170
+ startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -642,7 +642,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 182
+ startLine: 181
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -681,7 +681,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: ../TinyLife/Objects/BreakableFurniture.cs
- startLine: 187
+ startLine: 186
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1195,29 +1195,29 @@ references:
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Validate
- name: (
- name: )
-- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
- commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
+ commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
name: Intersects(RectangleF)
nameWithType: Furniture.Intersects(RectangleF)
- fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
+ - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Maths.RectangleF)
name: Intersects
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Misc_RectangleF_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Intersects_MLEM_Maths_RectangleF_
- name: (
- - uid: MLEM.Misc.RectangleF
+ - uid: MLEM.Maths.RectangleF
name: RectangleF
isExternal: true
- name: )
@@ -1868,21 +1868,21 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: )
-- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
- commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+- uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
+ commentId: M:TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
- name: MoveToMap(Map, Vector2, float)
- nameWithType: Furniture.MoveToMap(Map, Vector2, float)
- fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
- nameWithType.vb: Furniture.MoveToMap(Map, Vector2, Single)
- fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
- name.vb: MoveToMap(Map, Vector2, Single)
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
+ name: MoveToMap(Map, Vector2?, float?)
+ nameWithType: Furniture.MoveToMap(Map, Vector2?, float?)
+ fullName: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?)
+ nameWithType.vb: Furniture.MoveToMap(Map, Vector2?, Single?)
+ fullName.vb: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?)
+ name.vb: MoveToMap(Map, Vector2?, Single?)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1892,17 +1892,19 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
+ - uid: TinyLife.Objects.Furniture.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
name: MoveToMap
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
- name: (
- uid: TinyLife.World.Map
name: Map
@@ -1912,12 +1914,14 @@ references:
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
+ - name: '?'
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: '?'
- name: )
- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
commentId: M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
@@ -1960,21 +1964,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
-- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
- commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
name: Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List
- )
nameWithType: Furniture.Draw(GameTime, object, Vector2, float, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, List)
- fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
+ fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, System.Collections.Generic.List)
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of StaticSpriteBatch.Item))
- fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
+ fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Maths.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
name.vb: Draw(GameTime, Object, Vector2, Single, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, List(Of Item))
spec.csharp:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -2009,7 +2013,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2056,9 +2060,9 @@ references:
- name: '>'
- name: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,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.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
+ - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Maths.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
name: Draw
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_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_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Single_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__MLEM_Maths_Direction2_System_Int32___System_Single_System_Boolean_TinyLife_Objects_ParentInfo_System_Single_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
@@ -2093,7 +2097,7 @@ references:
- name: '?'
- name: ','
- name: " "
- - uid: MLEM.Misc.Direction2
+ - uid: MLEM.Maths.Direction2
name: Direction2
isExternal: true
- name: ','
@@ -2261,21 +2265,21 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
-- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
- commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+- uid: TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
+ commentId: M:TinyLife.Objects.Furniture.GetWallsInTheWay``1(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,System.Single,System.Collections.Generic.ICollection{TinyLife.Objects.WallLike})
parent: TinyLife.Objects.Furniture
isExternal: true
- href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
+ href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetWallsInTheWay__1_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_System_Single_System_Collections_Generic_ICollection_TinyLife_Objects_WallLike__
name: GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
nameWithType: Furniture.GetWallsInTheWay(Vector2, float, Direction2, float, ICollection)
- fullName: TinyLife.Objects.Furniture.GetWallsInTheWay(Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2, float, System.Collections.Generic.ICollection)
+ fullName: TinyLife.Objects.Furniture.GetWallsInTheWay