mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
0.43.0
This commit is contained in:
parent
07112a7670
commit
70f6905eaa
148 changed files with 14595 additions and 5758 deletions
68
Changelog.md
68
Changelog.md
|
@ -1,3 +1,67 @@
|
|||
# 0.43.0
|
||||
*July 9, 2024*
|
||||
|
||||
![](media/changelog/0.43.0.png)
|
||||
|
||||
> New Plant Stuff, New Language and New Gross Stuff
|
||||
|
||||
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.43.0/).**
|
||||
|
||||
Additions
|
||||
- Added the ability to throw up from being drunk
|
||||
- Added a wealth tax, whose value is partly determined by the game's difficulty setting
|
||||
- Added a flower bed object that looks the same as the flower tiles, but can be used on any tile
|
||||
- Added larger versions of the evergreen and cypress trees
|
||||
- Added bowls for food that makes more sense in bowls
|
||||
- Added an ambient water sound, as well as a placement sound for water and water objects
|
||||
- Added japanese translation by [mameketchup](https://linktr.ee/mameketchup)
|
||||
|
||||
Improvements
|
||||
- Made the game's logo in the main menu animate
|
||||
- Use the natural placement sound when placing natural tiles like grass
|
||||
- Increase the flood fill limit for tiles
|
||||
- Made water borders for sand have the color of the sand
|
||||
- Made rummaging in the trash be considered inappropriate on other lots
|
||||
- Display translation completion next to languages in the options menu
|
||||
- Made objects verify their parent position on load
|
||||
- Order the life goals menu by name
|
||||
- Made the lot tooltip stationary above the lot
|
||||
- Made pregnant people's bellies visually get bigger
|
||||
- Disallow clicking the ground on water tiles and out of bounds
|
||||
- Improved the autofill content for the feedback form when accessing it from within the game
|
||||
- Allow multitasking social actions while playing with toys
|
||||
- Made the lot outline thicker to look better when zoomed out
|
||||
- Made the lilypad's bobbing animation look less stupid
|
||||
- Improve the skill book selection ui
|
||||
- Made adults carry babies to the food item after they make food for them
|
||||
- Severely increased the priority of actions that help babies when they need help
|
||||
|
||||
Fixes
|
||||
- Fixed street lamps not drawing correctly with higher floors nearby
|
||||
- Fixed full release saves with babies in them causing the demo to crash on the load menu
|
||||
- Fixed actions that have a list of selectable people ignoring their visibility
|
||||
- Fixed all remaining potential causes of the game sticking around after being closed
|
||||
- Fixed existing notifications animating again when changing game modes while they're on-screen
|
||||
- Fixed rotating lots causing objects with a limited amount of rotations to have incorrectly placed children
|
||||
- Fixed a rare exception when checking for rooms near the map borders
|
||||
- Fixed the millionaire life goal's expensive lot goal only taking furniture into account
|
||||
- Fixed primary school students saying they "work" as students
|
||||
- Fixed bad child food emotion being granted to the food's creator
|
||||
- Fixed children claiming they forgot their homework every day
|
||||
- Fixed life goals' homework goal not updating when being helped with homework
|
||||
- Fixed a bee particle crash when there are no valid positions to fly to
|
||||
- Fixed chatting being able to start new relationships through the AI even when AI relationships are disabled
|
||||
- Fixed babies getting stuck when unable to put down items on different floors
|
||||
- Use optimal compression for saving, which takes a bit longer but saves a lot of space
|
||||
|
||||
API
|
||||
- Allow different person types to support different age groups
|
||||
- Added an event for when the game's game mode changes
|
||||
- Added events for when people's animations are created and drawn
|
||||
- Objects now always support all rotations, but display the texture that is the closest match for their rotation
|
||||
- Added a cheat to dump portraits of all people
|
||||
- Added a MinFloor constant for future use, which should be used over hardcoding 0
|
||||
|
||||
# 0.42.4
|
||||
*June 19, 2024*
|
||||
|
||||
|
@ -34,13 +98,13 @@ API
|
|||
- Made various additional API methods public
|
||||
|
||||
# 0.42.1
|
||||
*June 6, 2024*
|
||||
*June 9, 2024*
|
||||
|
||||
Fixes
|
||||
- Fixed the build mode preview panel snapping to the top when the controls hints overlay is disabled
|
||||
|
||||
# 0.42.0
|
||||
*June 6, 2024*
|
||||
*June 9, 2024*
|
||||
|
||||
![](media/changelog/0.42.0.png)
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"TinyLife.Actions.ActionArgument.CustomLayout": "TinyLife.Actions.ActionArgument.yml",
|
||||
"TinyLife.Actions.ActionArgument.Description": "TinyLife.Actions.ActionArgument.yml",
|
||||
"TinyLife.Actions.ActionArgument.DisplayName": "TinyLife.Actions.ActionArgument.yml",
|
||||
"TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)": "TinyLife.Actions.ActionArgument.yml",
|
||||
"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",
|
||||
|
@ -110,6 +110,7 @@
|
|||
"TinyLife.Actions.ActionInfo.Lot": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionInfo.Person": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike)": "TinyLife.Actions.ActionInfo.yml",
|
||||
"TinyLife.Actions.ActionType": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AddALittleSomething": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -174,11 +175,12 @@
|
|||
"TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanExecuteAll(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionType.CanExecuteDelegate[])": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanExecuteAll(TinyLife.Actions.ActionType.CanExecuteDelegate[])": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanExecuteDelegate": "TinyLife.Actions.ActionType.CanExecuteDelegate.yml",
|
||||
"TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Objects.Furniture,TinyLife.Objects.Furniture},System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture},System.Boolean},System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CanPlaceHeldItem(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CarryToFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CasualCompliment": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.CelebrateBirthday": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ChangeDiaper": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -436,6 +438,7 @@
|
|||
"TinyLife.Actions.ActionType.TellStory": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ThisIsInappropriate": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ThrowAway": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ThrowUp": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.TinkerWith": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ToggleAllLights": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.ToggleLight": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -975,6 +978,12 @@
|
|||
"TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||
"TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||
"TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.PersonLike)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction.IsCompleted": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.ThrowUpAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.ThrowUpAction.yml",
|
||||
"TinyLife.Actions.TryGoHereAction": "TinyLife.Actions.TryGoHereAction.yml",
|
||||
"TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.TryGoHereAction.yml",
|
||||
"TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Objects.PersonLike,System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Single}})": "TinyLife.Actions.TryGoHereAction.yml",
|
||||
|
@ -1211,6 +1220,7 @@
|
|||
"TinyLife.Emotions.EmotionModifier.TastyTea": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.TerribleAtSchool": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ThrewUp": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.ThriftyBoughtExpensiveItem": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
"TinyLife.Emotions.EmotionModifier.TinkerFail": "TinyLife.Emotions.EmotionModifier.yml",
|
||||
|
@ -1306,6 +1316,7 @@
|
|||
"TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.OnFinalizingGameContent": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.OnSwitchGameMode": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.RotateCamera(System.Boolean)": "TinyLife.GameImpl.yml",
|
||||
"TinyLife.GameImpl.SaveName": "TinyLife.GameImpl.yml",
|
||||
|
@ -1571,6 +1582,7 @@
|
|||
"TinyLife.Goals.MemoryType.FamilySocial": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.FoundOutPregnancy": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.GotDrunk": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.HadAbortion": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.HadChild": "TinyLife.Goals.MemoryType.yml",
|
||||
"TinyLife.Goals.MemoryType.HadFirstKiss": "TinyLife.Goals.MemoryType.yml",
|
||||
|
@ -1676,7 +1688,6 @@
|
|||
"TinyLife.Mods.ModInfo.Content": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.Dispose": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.Errored": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.Finalize": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.Harmony": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.Id": "TinyLife.Mods.ModInfo.yml",
|
||||
"TinyLife.Mods.ModInfo.LoadOptions``1(System.Func{``0})": "TinyLife.Mods.ModInfo.yml",
|
||||
|
@ -1715,15 +1726,12 @@
|
|||
"TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.PersonLike,System.Single},System.Func{TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.PersonLike,System.TimeSpan},System.Single,System.Single)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Energy": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Entertainment": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Hunger": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Hygiene": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Name": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.NeedLowAction": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.NeedLowTime": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.OnGetPassiveReduction": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.PassiveReduction": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.PassiveReductionDelegate": "TinyLife.NeedType.PassiveReductionDelegate.yml",
|
||||
"TinyLife.NeedType.Register(TinyLife.NeedType)": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.Social": "TinyLife.NeedType.yml",
|
||||
"TinyLife.NeedType.SolveImportance": "TinyLife.NeedType.yml",
|
||||
|
@ -1810,6 +1818,7 @@
|
|||
"TinyLife.Objects.Clothes.AllIntentions": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.Colors": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.DefaultDepths": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.DepthFunction": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.Description": "TinyLife.Objects.Clothes.yml",
|
||||
"TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike)": "TinyLife.Objects.Clothes.yml",
|
||||
|
@ -1849,7 +1858,6 @@
|
|||
"TinyLife.Objects.ClothesLayer": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.Accessories": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.ArmAccessories": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.Arms": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.Body": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.Eyes": "TinyLife.Objects.ClothesLayer.yml",
|
||||
"TinyLife.Objects.ClothesLayer.FaceAccessories": "TinyLife.Objects.ClothesLayer.yml",
|
||||
|
@ -1966,7 +1974,7 @@
|
|||
"TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml",
|
||||
"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.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Furniture.yml",
|
||||
|
@ -2023,6 +2031,8 @@
|
|||
"TinyLife.Objects.FurnitureType.BarFrameChair": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigEmptyBowl": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigFoodBowl": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigPedestal": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigRocks": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigVase": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2066,12 +2076,15 @@
|
|||
"TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.DumbbellRack": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EmptyBowl": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EmptyGlass": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EmptyMug": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EmptyPlate": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EmptyPlatter": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.EvergreenTree": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FancyOttoman": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FlowerPatch": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FoodBowl": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FoodGlass": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FoodMug": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.FoodPlate": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2079,7 +2092,7 @@
|
|||
"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.GetBestRotation(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.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",
|
||||
|
@ -2153,6 +2166,7 @@
|
|||
"TinyLife.Objects.FurnitureType.PrismaticShard": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.ProteinShakeKit": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Puddle": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Puke": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroChair": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2168,7 +2182,6 @@
|
|||
"TinyLife.Objects.FurnitureType.RetroStove": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RetroTv": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RhombusRug": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RoundCeilingLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.RoundedBackChair": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2232,7 +2245,9 @@
|
|||
"TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallBoxBookshelf": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallCountryFence": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallCypress": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallDresser": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TallEvergreenTree": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TeaKit": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.TinyDinnerTable": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2368,13 +2383,14 @@
|
|||
"TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.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.MapObject.yml",
|
||||
"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,System.Single,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.yml",
|
||||
"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.yml",
|
||||
"TinyLife.Objects.MapObject.Floor": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetModCategory(System.String)": "TinyLife.Objects.MapObject.yml",
|
||||
"TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.MapObject.yml",
|
||||
|
@ -2416,7 +2432,6 @@
|
|||
"TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.Newspaper.IsExpired": "TinyLife.Objects.Newspaper.yml",
|
||||
"TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger,System.Boolean)": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.ArtPiece": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.BabyBathtub": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -2607,12 +2622,18 @@
|
|||
"TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml",
|
||||
"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},System.Nullable{TinyLife.Objects.LifeSpan})": "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",
|
||||
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetPivot": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetProject(System.String,System.String)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GetProjects(System.String)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2623,6 +2644,8 @@
|
|||
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnDrawUi": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnGenerateAnimationGroup": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnJobChanged": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnLifeGoalChanged": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.Person.OnRoomCheck": "TinyLife.Objects.Person.yml",
|
||||
|
@ -2644,11 +2667,11 @@
|
|||
"TinyLife.Objects.PersonLike.AddEmotionDelegate": "TinyLife.Objects.PersonLike.AddEmotionDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Age": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.AgeGroups": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate": "TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.AllActions": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.AnimateHeldObject": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.AnimationSpeed": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Animations": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2673,9 +2696,9 @@
|
|||
"TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.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.PersonLike.yml",
|
||||
"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,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2)": "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},System.Nullable{TinyLife.Objects.LifeSpan})": "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",
|
||||
|
@ -2684,7 +2707,6 @@
|
|||
"TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate": "TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Finalize": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.FirstName": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.FullName": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2699,7 +2721,7 @@
|
|||
"TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetHeldActionInfo": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetHeldItemDepthOffset": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2711,6 +2733,7 @@
|
|||
"TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetPivot": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2772,6 +2795,8 @@
|
|||
"TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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",
|
||||
"TinyLife.Objects.PersonLike.OnDrawLooksLayer": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnEmotionChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnEmotionModifiersChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetAiPriorityForObject": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2779,6 +2804,7 @@
|
|||
"TinyLife.Objects.PersonLike.OnGetEfficiencyModifier": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetPassiveActionPriority": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnGetWalkSpeed": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.OnMemoriesChanged": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2789,6 +2815,7 @@
|
|||
"TinyLife.Objects.PersonLike.Outfits": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.ParentInfo": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate": "TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.PassiveReductionDelegate": "TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml",
|
||||
"TinyLife.Objects.PersonLike.PersonalityTypes": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Portrait": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.PregnancyAbility": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2823,6 +2850,7 @@
|
|||
"TinyLife.Objects.PersonLike.SpeakStyles": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.StopEmoting": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.StopSpeaking": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.SupportedAges": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Tint": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.ToCreatedByString": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2833,6 +2861,7 @@
|
|||
"TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VisitingLot": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VisualPosition": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VisualRotation": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VisuallyOccupiedSpot": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VoicePitch": "TinyLife.Objects.PersonLike.yml",
|
||||
"TinyLife.Objects.PersonLike.VoiceStyle": "TinyLife.Objects.PersonLike.yml",
|
||||
|
@ -2980,7 +3009,7 @@
|
|||
"TinyLife.Objects.WallLike.Floor": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.WallLike.yml",
|
||||
"TinyLife.Objects.WallLike.GetPrice": "TinyLife.Objects.WallLike.yml",
|
||||
|
@ -3146,6 +3175,7 @@
|
|||
"TinyLife.PersonalityType.Mean": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Millionaire": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.ModifiedEmotions": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.ModifiedNeedReductions": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Name": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.Outdoorsy": "TinyLife.PersonalityType.yml",
|
||||
"TinyLife.PersonalityType.PerfectPainter": "TinyLife.PersonalityType.yml",
|
||||
|
@ -3248,10 +3278,11 @@
|
|||
"TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.Container": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Bowl": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Boolean)": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Glass": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.IsDrink": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
"TinyLife.Skills.FoodType.ContainerType.Mug": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||
|
@ -3268,7 +3299,7 @@
|
|||
"TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.FoodRestriction.NotVegan": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||
"TinyLife.Skills.FoodType.GetAllContainers(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml",
|
||||
"TinyLife.Skills.FoodType.GetPriceDelegate": "TinyLife.Skills.FoodType.GetPriceDelegate.yml",
|
||||
|
@ -3705,7 +3736,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.CreateHouseholdPreview(System.String,System.Boolean)": "TinyLife.Uis.Menus.yml",
|
||||
"TinyLife.Uis.Menus.CreateHouseholdPreview(System.String,TinyLife.Objects.LifeSpan,System.Boolean)": "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)": "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",
|
||||
"TinyLife.Uis.Menus.MenuBackground(System.Single,System.Single,System.Single,System.Single)": "TinyLife.Uis.Menus.yml",
|
||||
|
@ -3788,8 +3819,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.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.Boolean,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.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.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",
|
||||
|
@ -3797,7 +3828,6 @@
|
|||
"TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.PregnancyAbility)": "TinyLife.Utilities.Extensions.yml",
|
||||
"TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)": "TinyLife.Utilities.Extensions.yml",
|
||||
|
@ -3873,8 +3903,10 @@
|
|||
"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.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,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},System.Nullable{System.ValueTuple{System.Func{System.Int32,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Color}})": "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.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",
|
||||
|
@ -3928,6 +3960,7 @@
|
|||
"TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike})": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.GetWeeklyBills": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.HasBeenPlayed": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)": "TinyLife.World.Household.yml",
|
||||
|
@ -3936,6 +3969,7 @@
|
|||
"TinyLife.World.Household.Members": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.Money": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.OnGetWeeklyBills": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.RandomConstellation": "TinyLife.World.Household.RandomConstellation.yml",
|
||||
"TinyLife.World.Household.RandomConstellation.#ctor(System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.Objects.AgeGroup,System.Int32,System.Int32}},System.Collections.Generic.IEnumerable{TinyLife.World.Household.RandomRelation})": "TinyLife.World.Household.RandomConstellation.yml",
|
||||
"TinyLife.World.Household.RandomConstellation.Generate(System.Random)": "TinyLife.World.Household.RandomConstellation.yml",
|
||||
|
@ -3962,6 +3996,7 @@
|
|||
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml",
|
||||
"TinyLife.World.Household.WeeklyBillsDelegate": "TinyLife.World.Household.WeeklyBillsDelegate.yml",
|
||||
"TinyLife.World.LockType": "TinyLife.World.LockType.yml",
|
||||
"TinyLife.World.LockType.Employees": "TinyLife.World.LockType.yml",
|
||||
"TinyLife.World.LockType.Household": "TinyLife.World.LockType.yml",
|
||||
|
@ -3990,17 +4025,14 @@
|
|||
"TinyLife.World.Lot.GetTiles": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.GetValidOccupyingAges": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.GetWalls``1": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.GetWeeklyBills": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.HasBasicAmenities": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Household": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Id": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Map": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Name": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.OnGetWeeklyBills": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Type": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.Validate(TinyLife.World.Map)": "TinyLife.World.Lot.yml",
|
||||
"TinyLife.World.Lot.WeeklyBillsDelegate": "TinyLife.World.Lot.WeeklyBillsDelegate.yml",
|
||||
"TinyLife.World.LotEmployment": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.#ctor(System.String,MLEM.Textures.TextureRegion,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]},System.Boolean,System.Int32)": "TinyLife.World.LotEmployment.yml",
|
||||
"TinyLife.World.LotEmployment.ActionPriorityMultiplier": "TinyLife.World.LotEmployment.yml",
|
||||
|
@ -4093,7 +4125,6 @@
|
|||
"TinyLife.World.Map.ApplyInverseCameraRotation(Microsoft.Xna.Framework.Vector2,System.Nullable{MLEM.Misc.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.Finalize": "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",
|
||||
|
@ -4143,6 +4174,7 @@
|
|||
"TinyLife.World.Map.MarkGroundTileDirtyForDrawing(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MarkObjectDirtyForDrawing(TinyLife.Objects.MapObject,TinyLife.World.MapSection,System.Boolean)": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MaxFloor": "TinyLife.World.Map.yml",
|
||||
"TinyLife.World.Map.MinFloor": "TinyLife.World.Map.yml",
|
||||
"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",
|
||||
|
@ -4278,7 +4310,8 @@
|
|||
"TinyLife.World.Soundscape": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.#ctor(TinyLife.World.Soundscape.IntensityDelegate,Microsoft.Xna.Framework.Audio.SoundEffect[])": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.GetDaytimePercentage(TinyLife.World.Map)": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.GetForestedness(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.GetObjectDensity``1(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Func{``0,System.Boolean},System.Int32,System.Int32)": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.GetTileDensity(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Func{TinyLife.World.Tile,System.Boolean},System.Int32,System.Int32)": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.IntensityDelegate": "TinyLife.World.Soundscape.IntensityDelegate.yml",
|
||||
"TinyLife.World.Soundscape.Soundscapes": "TinyLife.World.Soundscape.yml",
|
||||
"TinyLife.World.Soundscape.Update(TinyLife.World.Map,MLEM.Cameras.Camera)": "TinyLife.World.Soundscape.yml",
|
||||
|
@ -4334,7 +4367,7 @@
|
|||
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.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.Tile.yml",
|
||||
"TinyLife.World.Tile.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single)": "TinyLife.World.Tile.yml",
|
||||
"TinyLife.World.Tile.GetAutoTileBorder(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Point,TinyLife.World.Tile)": "TinyLife.World.Tile.yml",
|
||||
"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",
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionTypeConstructedDelegate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 1031
|
||||
startLine: 1035
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -121,6 +121,7 @@ items:
|
|||
- TinyLife.Actions.PathfindToPersonAction
|
||||
- TinyLife.Actions.SocialAction.StartPartnerAction
|
||||
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.ThrowUpAction
|
||||
- TinyLife.Actions.TryGoHereAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
|
@ -2386,7 +2387,7 @@ items:
|
|||
description: The radius that should be searched for people in, or 32 by default
|
||||
- id: ignoreVisibility
|
||||
type: System.Boolean
|
||||
description: Whether the visibility and potential reachability of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
description: Whether the visibility (<xref href="TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot%2cTinyLife.Objects.PersonLike%2cTinyLife.World.Map%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d)" data-throw-if-not-resolved="false"></xref>) of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
- id: ignoreNeeds
|
||||
type: System.Boolean
|
||||
description: Whether the free people's needs should be ignored.
|
||||
|
@ -2419,7 +2420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 774
|
||||
startLine: 777
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2457,7 +2458,7 @@ items:
|
|||
description: Whether furniture that is <xref href="TinyLife.Objects.BreakableFurniture.Broken" data-throw-if-not-resolved="false"></xref> can be returned
|
||||
- id: ignoreVisibility
|
||||
type: System.Boolean
|
||||
description: Whether the visibility and potential reachability of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
description: Whether the visibility (<xref href="TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot%2cTinyLife.Objects.PersonLike%2cTinyLife.World.Map%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d)" data-throw-if-not-resolved="false"></xref>) of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}
|
||||
description: A set of valid furniture
|
||||
|
@ -2484,7 +2485,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeWalls
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 794
|
||||
startLine: 797
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2510,7 +2511,7 @@ items:
|
|||
description: The radius that should be searched for walls in, or 32 by default
|
||||
- id: ignoreVisibility
|
||||
type: System.Boolean
|
||||
description: Whether the visibility and potential reachability of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
description: Whether the visibility (<xref href="TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot%2cTinyLife.Objects.PersonLike%2cTinyLife.World.Map%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d)" data-throw-if-not-resolved="false"></xref>) of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
|
@ -2539,7 +2540,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeGround
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 813
|
||||
startLine: 816
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2565,7 +2566,7 @@ items:
|
|||
description: The radius that should be searched for ground positions in, or 32 by default
|
||||
- id: ignoreVisibility
|
||||
type: System.Boolean
|
||||
description: Whether the visibility and potential reachability of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
description: Whether the visibility (<xref href="TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot%2cTinyLife.Objects.PersonLike%2cTinyLife.World.Map%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d)" data-throw-if-not-resolved="false"></xref>) of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}}
|
||||
description: A set of valid locations
|
||||
|
@ -2592,7 +2593,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 835
|
||||
startLine: 838
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2609,7 +2610,7 @@ items:
|
|||
description: The person that wants to start the action
|
||||
- id: categories
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: The categories that the furniture should have
|
||||
description: The categories that the furniture, as well as its action spots, should have
|
||||
- id: objectSpotType
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
description: The type of item that an object spot should be available for, or null if this is not required
|
||||
|
@ -2624,7 +2625,7 @@ items:
|
|||
description: Whether furniture that is <xref href="TinyLife.Objects.BreakableFurniture.Broken" data-throw-if-not-resolved="false"></xref> can be returned
|
||||
- id: ignoreVisibility
|
||||
type: System.Boolean
|
||||
description: Whether the visibility and potential reachability of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
description: Whether the visibility (<xref href="TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot%2cTinyLife.Objects.PersonLike%2cTinyLife.World.Map%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d)" data-throw-if-not-resolved="false"></xref>) of the object should be ignored. Defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: An action info for the best furniture, or null if there is none
|
||||
|
@ -2651,7 +2652,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 849
|
||||
startLine: 852
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2698,7 +2699,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindValidActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 888
|
||||
startLine: 891
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2757,7 +2758,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomValidArguments
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 905
|
||||
startLine: 908
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2801,7 +2802,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTableSpot
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 933
|
||||
startLine: 936
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2842,7 +2843,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 946
|
||||
startLine: 949
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2883,7 +2884,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 958
|
||||
startLine: 961
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2924,7 +2925,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriate
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 969
|
||||
startLine: 972
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2965,7 +2966,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotContentVisible
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 990
|
||||
startLine: 993
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -6986,6 +6987,64 @@ references:
|
|||
name: GetSeatCategory
|
||||
nameWithType: Action.GetSeatCategory
|
||||
fullName: TinyLife.Actions.Action.GetSeatCategory
|
||||
- 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_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.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_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.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
- name: '?'
|
||||
- name: )
|
||||
spec.vb:
|
||||
- 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_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.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
- name: '?'
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.FindAllFreePeople*
|
||||
commentId: Overload:TinyLife.Actions.Action.FindAllFreePeople
|
||||
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_
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
- TinyLife.Actions.ActionArgument.CustomLayout
|
||||
- TinyLife.Actions.ActionArgument.Description
|
||||
- TinyLife.Actions.ActionArgument.DisplayName
|
||||
- TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
- 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)
|
||||
|
@ -517,16 +517,16 @@ items:
|
|||
description: The passive priority of this action variety
|
||||
content.vb: Public Function GetPassivePriority(person As PersonLike) As Single
|
||||
overload: TinyLife.Actions.ActionArgument.GetPassivePriority*
|
||||
- uid: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
id: FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
- uid: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
commentId: M:TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
id: FreePeople(TinyLife.Actions.ActionInfo,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||
parent: TinyLife.Actions.ActionArgument
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FreePeople(ActionInfo, bool, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
|
||||
nameWithType: ActionArgument.FreePeople(ActionInfo, bool, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
|
||||
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, bool, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool)
|
||||
name: FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
|
||||
nameWithType: ActionArgument.FreePeople(ActionInfo, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult>, bool)
|
||||
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.PersonLike Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -535,7 +535,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FreePeople
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 159
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -547,14 +547,11 @@ items:
|
|||
This method is used for actions like <xref href="TinyLife.Actions.ActionType.AskToTaste" data-throw-if-not-resolved="false"></xref>, where a person can be selected to interact with from a variety menu.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<ActionArgument> FreePeople(ActionInfo info, bool automatic, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult> canExecute = null, bool showRelationship = true)
|
||||
content: public static IEnumerable<ActionArgument> FreePeople(ActionInfo info, Func<(ActionInfo Info, PersonLike Other, bool Automatic), CanExecuteResult> canExecute = null, bool showRelationship = true)
|
||||
parameters:
|
||||
- id: info
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The action info.
|
||||
- id: automatic
|
||||
type: System.Boolean
|
||||
description: Whether the action variety was selected automatically.
|
||||
- id: canExecute
|
||||
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.PersonLike,System.Boolean},TinyLife.Actions.CanExecuteResult}
|
||||
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a given person should be included.
|
||||
|
@ -564,11 +561,11 @@ items:
|
|||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
||||
description: A set of action varieties that represents the free people around.
|
||||
content.vb: Public Shared Function FreePeople(info As ActionInfo, automatic As Boolean, canExecute As Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult) = Nothing, showRelationship As Boolean = True) As IEnumerable(Of ActionArgument)
|
||||
content.vb: Public Shared Function FreePeople(info As ActionInfo, canExecute As Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult) = Nothing, showRelationship As Boolean = True) As IEnumerable(Of ActionArgument)
|
||||
overload: TinyLife.Actions.ActionArgument.FreePeople*
|
||||
nameWithType.vb: ActionArgument.FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult), Boolean)
|
||||
fullName.vb: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, Boolean, System.Func(Of (Info As TinyLife.Actions.ActionInfo, Other As TinyLife.Objects.PersonLike, Automatic As Boolean), TinyLife.Actions.CanExecuteResult), Boolean)
|
||||
name.vb: FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult), Boolean)
|
||||
nameWithType.vb: ActionArgument.FreePeople(ActionInfo, Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult), Boolean)
|
||||
fullName.vb: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, System.Func(Of (Info As TinyLife.Actions.ActionInfo, Other As TinyLife.Objects.PersonLike, Automatic As Boolean), TinyLife.Actions.CanExecuteResult), Boolean)
|
||||
name.vb: FreePeople(ActionInfo, Func(Of (Info As ActionInfo, Other As PersonLike, Automatic As Boolean), CanExecuteResult), Boolean)
|
||||
- uid: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
||||
commentId: M:TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
||||
id: StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
||||
|
@ -587,7 +584,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoredFurniture
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 178
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -631,7 +628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 199
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -678,7 +675,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionArgument.cs
|
||||
startLine: 222
|
||||
startLine: 221
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2169,7 +2166,7 @@ references:
|
|||
fullName: TinyLife.Actions.ActionInfo.Person
|
||||
- uid: TinyLife.Actions.ActionArgument.FreePeople*
|
||||
commentId: Overload:TinyLife.Actions.ActionArgument.FreePeople
|
||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_FreePeople_TinyLife_Actions_ActionInfo_System_Boolean_System_Func_System_ValueTuple_TinyLife_Actions_ActionInfo_TinyLife_Objects_PersonLike_System_Boolean__TinyLife_Actions_CanExecuteResult__System_Boolean_
|
||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_FreePeople_TinyLife_Actions_ActionInfo_System_Func_System_ValueTuple_TinyLife_Actions_ActionInfo_TinyLife_Objects_PersonLike_System_Boolean__TinyLife_Actions_CanExecuteResult__System_Boolean_
|
||||
name: FreePeople
|
||||
nameWithType: ActionArgument.FreePeople
|
||||
fullName: TinyLife.Actions.ActionArgument.FreePeople
|
||||
|
|
|
@ -28,6 +28,7 @@ items:
|
|||
- TinyLife.Actions.ActionInfo.Lot
|
||||
- TinyLife.Actions.ActionInfo.Person
|
||||
- TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.PersonLike)
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -672,6 +673,37 @@ items:
|
|||
description: The involved action spot, or null if there is none
|
||||
content.vb: Public Function GetInvolvedActionSpot(involved As Furniture) As ActionSpot
|
||||
overload: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot*
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
id: ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Actions.ActionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToFreeActionSpots(ObjectCategory)
|
||||
nameWithType: ActionInfo.ToFreeActionSpots(ObjectCategory)
|
||||
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots(TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/ActionInfo.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToFreeActionSpots
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
syntax:
|
||||
content: public IEnumerable<ActionInfo> ToFreeActionSpots(ObjectCategory context = null)
|
||||
parameters:
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
content.vb: Public Function ToFreeActionSpots(context As ObjectCategory = Nothing) As IEnumerable(Of ActionInfo)
|
||||
overload: TinyLife.Actions.ActionInfo.ToFreeActionSpots*
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
id: ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
|
@ -690,24 +722,17 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 240
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: >-
|
||||
Returns the first free action spot that matches the given <xref href="TinyLife.Objects.ObjectCategory" data-throw-if-not-resolved="false"></xref> flag for this action's <xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
||||
|
||||
If this action has no action object and <code class="paramref">context</code> contains <xref href="TinyLife.Objects.ObjectCategory.Ground" data-throw-if-not-resolved="false"></xref>, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/this">this</a> is returned.
|
||||
example: []
|
||||
syntax:
|
||||
content: public ActionInfo ToFreeActionSpot(ObjectCategory context = null)
|
||||
parameters:
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: The category that the action spot should have
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The corresponding action info, or null if there is none
|
||||
content.vb: Public Function ToFreeActionSpot(context As ObjectCategory = Nothing) As ActionInfo
|
||||
overload: TinyLife.Actions.ActionInfo.ToFreeActionSpot*
|
||||
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObjectIds
|
||||
|
@ -728,7 +753,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInvolvedObjectIds
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 252
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -759,7 +784,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 268
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -796,7 +821,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 349
|
||||
startLine: 347
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -843,7 +868,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromLocation
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 362
|
||||
startLine: 360
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -893,7 +918,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 375
|
||||
startLine: 373
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -943,7 +968,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 385
|
||||
startLine: 383
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -981,7 +1006,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromSelf
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 394
|
||||
startLine: 392
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1016,7 +1041,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromActionInfo
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 405
|
||||
startLine: 403
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2693,12 +2718,45 @@ references:
|
|||
name: GetInvolvedActionSpot
|
||||
nameWithType: ActionInfo.GetInvolvedActionSpot
|
||||
fullName: TinyLife.Actions.ActionInfo.GetInvolvedActionSpot
|
||||
- uid: TinyLife.Objects.ObjectCategory.Ground
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.Ground
|
||||
href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_Ground
|
||||
name: Ground
|
||||
nameWithType: ObjectCategory.Ground
|
||||
fullName: TinyLife.Objects.ObjectCategory.Ground
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpots*
|
||||
commentId: Overload:TinyLife.Actions.ActionInfo.ToFreeActionSpots
|
||||
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_ToFreeActionSpots_TinyLife_Objects_ObjectCategory_
|
||||
name: ToFreeActionSpots
|
||||
nameWithType: ActionInfo.ToFreeActionSpots
|
||||
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpots
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<ActionInfo>
|
||||
nameWithType: IEnumerable<ActionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionInfo>
|
||||
nameWithType.vb: IEnumerable(Of ActionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionInfo)
|
||||
name.vb: IEnumerable(Of ActionInfo)
|
||||
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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot*
|
||||
commentId: Overload:TinyLife.Actions.ActionInfo.ToFreeActionSpot
|
||||
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_ToFreeActionSpot_TinyLife_Objects_ObjectCategory_
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -350,7 +350,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetInteractingItemForAction
|
||||
path: ../TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
|
||||
startLine: 179
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions.Behaviors
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 175
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -66,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: General
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 179
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Travel
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 180
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -118,7 +118,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Negative
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 181
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Flirty
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 182
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -170,7 +170,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unable
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 183
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 184
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -222,7 +222,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Object
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 185
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -248,7 +248,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotion
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 186
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -63,7 +63,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 129
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 136
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmote
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 145
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -166,7 +166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 152
|
||||
startLine: 153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -202,7 +202,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 159
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Actions/Emote.cs
|
||||
startLine: 166
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -175,11 +175,11 @@ items:
|
|||
summary: Returns whether this action belongs to the helper.
|
||||
example: []
|
||||
syntax:
|
||||
content: protected bool IsHelper { get; }
|
||||
content: public bool IsHelper { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Protected ReadOnly Property IsHelper As Boolean
|
||||
content.vb: Public ReadOnly Property IsHelper As Boolean
|
||||
overload: TinyLife.Actions.HelpAction.IsHelper*
|
||||
- uid: TinyLife.Actions.HelpAction.HelpedAction
|
||||
commentId: P:TinyLife.Actions.HelpAction.HelpedAction
|
||||
|
@ -206,11 +206,11 @@ items:
|
|||
summary: Returns the action that is currently being helped, which is based on whether this action belongs to the <xref href="TinyLife.Actions.HelpAction.Helper" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: protected Action HelpedAction { get; }
|
||||
content: public Action HelpedAction { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Actions.Action
|
||||
content.vb: Protected ReadOnly Property HelpedAction As Action
|
||||
content.vb: Public ReadOnly Property HelpedAction As Action
|
||||
overload: TinyLife.Actions.HelpAction.HelpedAction*
|
||||
- uid: TinyLife.Actions.HelpAction.Helper
|
||||
commentId: P:TinyLife.Actions.HelpAction.Helper
|
||||
|
@ -237,11 +237,11 @@ items:
|
|||
summary: Returns the helper, which is the person for whom <xref href="TinyLife.Actions.HelpAction.IsHelper" data-throw-if-not-resolved="false"></xref> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
|
||||
example: []
|
||||
syntax:
|
||||
content: protected PersonLike Helper { get; }
|
||||
content: public PersonLike Helper { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: TinyLife.Objects.PersonLike
|
||||
content.vb: Protected ReadOnly Property Helper As PersonLike
|
||||
content.vb: Public ReadOnly Property Helper As PersonLike
|
||||
overload: TinyLife.Actions.HelpAction.Helper*
|
||||
- uid: TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.PersonLike)
|
||||
|
|
|
@ -1043,21 +1043,17 @@ references:
|
|||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}[]
|
||||
isExternal: true
|
||||
href: TinyLife.NeedType.html
|
||||
name: (NeedType Type, float Amount)[]
|
||||
nameWithType: (NeedType Type, float Amount)[]
|
||||
fullName: (TinyLife.NeedType Type, float Amount)[]
|
||||
nameWithType.vb: (Type As NeedType, Amount As Single)()
|
||||
fullName.vb: (Type As TinyLife.NeedType, Amount As Single)()
|
||||
name.vb: (Type As NeedType, Amount As Single)()
|
||||
name: (NeedType, float Modifier)[]
|
||||
nameWithType: (NeedType, float Modifier)[]
|
||||
fullName: (TinyLife.NeedType, float Modifier)[]
|
||||
nameWithType.vb: (NeedType, Modifier As Single)()
|
||||
fullName.vb: (TinyLife.NeedType, Modifier As Single)()
|
||||
name.vb: (NeedType, Modifier As Single)()
|
||||
spec.csharp:
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Type
|
||||
name: Type
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.type
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
|
@ -1065,28 +1061,22 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Amount
|
||||
name: Amount
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.amount
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Modifier
|
||||
name: Modifier
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.modifier
|
||||
- name: )
|
||||
- name: '['
|
||||
- name: ']'
|
||||
spec.vb:
|
||||
- name: (
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Type
|
||||
name: Type
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.type
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Amount
|
||||
name: Amount
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.amount
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Modifier
|
||||
name: Modifier
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.modifier
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluationResult
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 481
|
||||
startLine: 478
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -42,7 +42,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkSettings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 162
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Settings
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 168
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendshipGain
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 173
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -142,7 +142,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoBadlyChance
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 178
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutes
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 182
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TalkMinutesVariation
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 186
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 190
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 194
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerEmoteCategory
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 199
|
||||
startLine: 196
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -322,7 +322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PartnerSpeakStyle
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 204
|
||||
startLine: 201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -354,7 +354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainedSkill
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 208
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -383,7 +383,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainSkillOnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 213
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -415,7 +415,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoredNeed
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 218
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -447,7 +447,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FailEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 223
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -479,7 +479,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuccessEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 227
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -508,7 +508,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainRomancePercentage
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 233
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -542,7 +542,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoweredEmotion
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 238
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -574,7 +574,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSuccess
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 242
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -603,7 +603,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFailure
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 246
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -632,7 +632,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 251
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -663,7 +663,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 269
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -704,7 +704,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateFully
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 282
|
||||
startLine: 279
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -741,7 +741,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateSimple
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 304
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -790,7 +790,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateValues
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 386
|
||||
startLine: 383
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -505,7 +505,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFunny
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 104
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -558,7 +558,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateMean
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 129
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -605,7 +605,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateRomantic
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 143
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
4224
docs/api/TinyLife.Actions.ThrowUpAction.yml
Normal file
4224
docs/api/TinyLife.Actions.ThrowUpAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -49,6 +49,7 @@ items:
|
|||
- TinyLife.Actions.TalkAction.TalkSettings
|
||||
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- TinyLife.Actions.ThrowUpAction
|
||||
- TinyLife.Actions.TryGoHereAction
|
||||
- TinyLife.Actions.WalkAction
|
||||
- TinyLife.Actions.WorkAction
|
||||
|
@ -558,6 +559,12 @@ references:
|
|||
name: TellPeopleToLeaveRoomAction
|
||||
nameWithType: TellPeopleToLeaveRoomAction
|
||||
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||
- uid: TinyLife.Actions.ThrowUpAction
|
||||
commentId: T:TinyLife.Actions.ThrowUpAction
|
||||
href: TinyLife.Actions.ThrowUpAction.html
|
||||
name: ThrowUpAction
|
||||
nameWithType: ThrowUpAction
|
||||
fullName: TinyLife.Actions.ThrowUpAction
|
||||
- uid: TinyLife.Actions.TryGoHereAction
|
||||
commentId: T:TinyLife.Actions.TryGoHereAction
|
||||
href: TinyLife.Actions.TryGoHereAction.html
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CheatDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 901
|
||||
startLine: 924
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DebugDelegate
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 906
|
||||
startLine: 929
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -129,7 +129,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryCheat
|
||||
path: ../TinyLife/Debug.cs
|
||||
startLine: 695
|
||||
startLine: 718
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Instance
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 486
|
||||
startLine: 487
|
||||
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: 494
|
||||
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: 499
|
||||
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: 504
|
||||
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: 509
|
||||
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: 514
|
||||
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: 519
|
||||
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: 539
|
||||
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: 553
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -193,6 +193,7 @@ items:
|
|||
- TinyLife.Emotions.EmotionModifier.TastyTea
|
||||
- TinyLife.Emotions.EmotionModifier.TerribleAtSchool
|
||||
- TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning
|
||||
- TinyLife.Emotions.EmotionModifier.ThrewUp
|
||||
- TinyLife.Emotions.EmotionModifier.ThriftyBoughtCheapItem
|
||||
- TinyLife.Emotions.EmotionModifier.ThriftyBoughtExpensiveItem
|
||||
- TinyLife.Emotions.EmotionModifier.TinkerFail
|
||||
|
@ -4962,6 +4963,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly TooManyFoodRepeats As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.ThrewUp
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.ThrewUp
|
||||
id: ThrewUp
|
||||
parent: TinyLife.Emotions.EmotionModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ThrewUp
|
||||
nameWithType: EmotionModifier.ThrewUp
|
||||
fullName: TinyLife.Emotions.EmotionModifier.ThrewUp
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Emotions/EmotionModifier.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ThrewUp
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
syntax:
|
||||
content: public static readonly EmotionModifier ThrewUp
|
||||
return:
|
||||
type: TinyLife.Emotions.EmotionModifier
|
||||
content.vb: Public Shared ReadOnly ThrewUp As EmotionModifier
|
||||
- uid: TinyLife.Emotions.EmotionModifier.GymTrainerPositive
|
||||
commentId: F:TinyLife.Emotions.EmotionModifier.GymTrainerPositive
|
||||
id: GymTrainerPositive
|
||||
|
@ -4980,7 +5008,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymTrainerPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 222
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5007,7 +5035,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymTrainerNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 223
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5034,7 +5062,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottySuccess
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 224
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5061,7 +5089,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottyFail
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 225
|
||||
startLine: 226
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5088,7 +5116,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PottyNotListening
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 226
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5115,7 +5143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AbortionEmotions
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 227
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5142,7 +5170,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DiaperRash
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 229
|
||||
startLine: 230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5169,7 +5197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GrossDiaperChange
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 230
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5196,7 +5224,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SuddenlyPregnant
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 231
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5223,7 +5251,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PregnancyTestPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 232
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5250,7 +5278,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PregnancyTestNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 233
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5277,7 +5305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Drunk
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 234
|
||||
startLine: 235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5304,7 +5332,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoBabyBathtub
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 235
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5331,7 +5359,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBookPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 236
|
||||
startLine: 237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5358,7 +5386,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBookNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 237
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5385,7 +5413,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBookHelpNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 238
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5412,7 +5440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WritingFrenzy
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 239
|
||||
startLine: 240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5439,7 +5467,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpgradedShowerEmotions
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 242
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5466,7 +5494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ViewPaintingPositive
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 243
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5493,7 +5521,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ViewPaintingFocused
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 244
|
||||
startLine: 245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5520,7 +5548,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ViewPaintingNegative
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 245
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5547,7 +5575,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodPaintingAdvice
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 246
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5574,7 +5602,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BadPaintingAdvice
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 247
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5601,7 +5629,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DaydreamEmotions
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 248
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5628,7 +5656,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 357
|
||||
startLine: 358
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5657,7 +5685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 361
|
||||
startLine: 362
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5686,7 +5714,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotion
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 366
|
||||
startLine: 367
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5718,7 +5746,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 372
|
||||
startLine: 373
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5752,7 +5780,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 379
|
||||
startLine: 380
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5788,7 +5816,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRanOut
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 383
|
||||
startLine: 384
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5819,7 +5847,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnConditionUnmet
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 387
|
||||
startLine: 388
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5850,7 +5878,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 396
|
||||
startLine: 397
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5894,7 +5922,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 410
|
||||
startLine: 411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5938,7 +5966,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 420
|
||||
startLine: 421
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -5977,7 +6005,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 433
|
||||
startLine: 434
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -6012,7 +6040,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IfHasPersonality
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 448
|
||||
startLine: 449
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
@ -6058,7 +6086,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsObjectAround
|
||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||
startLine: 461
|
||||
startLine: 462
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Emotions
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1400
|
||||
startLine: 1438
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitialLoad
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1403
|
||||
startLine: 1441
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Splash
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1405
|
||||
startLine: 1443
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MainMenu
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1407
|
||||
startLine: 1445
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SelectHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1409
|
||||
startLine: 1447
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHousehold
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1411
|
||||
startLine: 1449
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -195,7 +195,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildOnly
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1413
|
||||
startLine: 1451
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -223,7 +223,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CharacterCreation
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1415
|
||||
startLine: 1453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -36,6 +36,7 @@ items:
|
|||
- TinyLife.GameImpl.Money
|
||||
- TinyLife.GameImpl.OnFinalizingGameContent
|
||||
- TinyLife.GameImpl.OnFinishedLoading
|
||||
- TinyLife.GameImpl.OnSwitchGameMode
|
||||
- TinyLife.GameImpl.RemoveMapFromSave(TinyLife.World.Map)
|
||||
- TinyLife.GameImpl.RotateCamera(System.Boolean)
|
||||
- TinyLife.GameImpl.SaveName
|
||||
|
@ -655,11 +656,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentMaps
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 164
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: The maps that are currently loaded, along with their names.
|
||||
summary: >-
|
||||
The maps that are currently loaded, along with their names.
|
||||
|
||||
If no maps are loaded (ie we're not in game), this collection is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public Dictionary<string, Map> CurrentMaps { get; }
|
||||
|
@ -686,11 +690,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentMap
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 168
|
||||
startLine: 170
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: The map that the game's <xref href="TinyLife.GameImpl.Camera" data-throw-if-not-resolved="false"></xref> is currently on.
|
||||
summary: >-
|
||||
The map that the game's <xref href="TinyLife.GameImpl.Camera" data-throw-if-not-resolved="false"></xref> is currently on.
|
||||
|
||||
If no maps are loaded (ie we're not in game), this property returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public Map CurrentMap { get; }
|
||||
|
@ -717,7 +724,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFinalizingGameContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 174
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -749,7 +756,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFinishedLoading
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 178
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -760,6 +767,35 @@ items:
|
|||
return:
|
||||
type: System.Action
|
||||
content.vb: Public Event OnFinishedLoading As Action
|
||||
- uid: TinyLife.GameImpl.OnSwitchGameMode
|
||||
commentId: E:TinyLife.GameImpl.OnSwitchGameMode
|
||||
id: OnSwitchGameMode
|
||||
parent: TinyLife.GameImpl
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnSwitchGameMode
|
||||
nameWithType: GameImpl.OnSwitchGameMode
|
||||
fullName: TinyLife.GameImpl.OnSwitchGameMode
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/GameImpl.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: An event that is raised in <xref href="TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action<GameImpl.GameMode, EventPhase> OnSwitchGameMode
|
||||
return:
|
||||
type: System.Action{TinyLife.GameImpl.GameMode,TinyLife.Mods.EventPhase}
|
||||
content.vb: Public Event OnSwitchGameMode As Action(Of GameImpl.GameMode, EventPhase)
|
||||
- uid: TinyLife.GameImpl.LoadContent
|
||||
commentId: M:TinyLife.GameImpl.LoadContent
|
||||
id: LoadContent
|
||||
|
@ -778,7 +814,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadContent
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 272
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -807,7 +843,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 322
|
||||
startLine: 330
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -843,7 +879,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 628
|
||||
startLine: 641
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -879,7 +915,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 664
|
||||
startLine: 677
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -913,7 +949,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotateCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 683
|
||||
startLine: 700
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -948,7 +984,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ZoomCamera
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 699
|
||||
startLine: 716
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -983,7 +1019,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCursorOnUi
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 711
|
||||
startLine: 728
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1014,7 +1050,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchGameMode
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 723
|
||||
startLine: 740
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1049,7 +1085,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SwitchMap
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 822
|
||||
startLine: 847
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1087,7 +1123,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeExtremelyFast
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 849
|
||||
startLine: 874
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1121,7 +1157,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanSwitchGameModes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 860
|
||||
startLine: 885
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1155,7 +1191,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FadeKeyboardLighting
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 875
|
||||
startLine: 900
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1190,7 +1226,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeScreenshot
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 901
|
||||
startLine: 926
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1231,7 +1267,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 929
|
||||
startLine: 954
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1268,7 +1304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkLotNonVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 945
|
||||
startLine: 970
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1300,7 +1336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotVisible
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 956
|
||||
startLine: 981
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1338,7 +1374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowPerson
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 969
|
||||
startLine: 994
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1382,7 +1418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddMapToSave
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 999
|
||||
startLine: 1024
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1420,7 +1456,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveMapFromSave
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1021
|
||||
startLine: 1046
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1452,7 +1488,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteAchievement
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1032
|
||||
startLine: 1057
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -3453,6 +3489,115 @@ references:
|
|||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
commentId: M:TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_SwitchGameMode_TinyLife_GameImpl_GameMode_
|
||||
name: SwitchGameMode(GameMode)
|
||||
nameWithType: GameImpl.SwitchGameMode(GameImpl.GameMode)
|
||||
fullName: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
name: SwitchGameMode
|
||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_SwitchGameMode_TinyLife_GameImpl_GameMode_
|
||||
- name: (
|
||||
- uid: TinyLife.GameImpl.GameMode
|
||||
name: GameMode
|
||||
href: TinyLife.GameImpl.GameMode.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.GameImpl.SwitchGameMode(TinyLife.GameImpl.GameMode)
|
||||
name: SwitchGameMode
|
||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_SwitchGameMode_TinyLife_GameImpl_GameMode_
|
||||
- name: (
|
||||
- uid: TinyLife.GameImpl.GameMode
|
||||
name: GameMode
|
||||
href: TinyLife.GameImpl.GameMode.html
|
||||
- name: )
|
||||
- uid: System.Action{TinyLife.GameImpl.GameMode,TinyLife.Mods.EventPhase}
|
||||
commentId: T:System.Action{TinyLife.GameImpl.GameMode,TinyLife.Mods.EventPhase}
|
||||
parent: System
|
||||
definition: System.Action`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
name: Action<GameImpl.GameMode, EventPhase>
|
||||
nameWithType: Action<GameImpl.GameMode, EventPhase>
|
||||
fullName: System.Action<TinyLife.GameImpl.GameMode, TinyLife.Mods.EventPhase>
|
||||
nameWithType.vb: Action(Of GameImpl.GameMode, EventPhase)
|
||||
fullName.vb: System.Action(Of TinyLife.GameImpl.GameMode, TinyLife.Mods.EventPhase)
|
||||
name.vb: Action(Of GameImpl.GameMode, EventPhase)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
- name: <
|
||||
- uid: TinyLife.GameImpl
|
||||
name: GameImpl
|
||||
href: TinyLife.GameImpl.html
|
||||
- name: .
|
||||
- uid: TinyLife.GameImpl.GameMode
|
||||
name: GameMode
|
||||
href: TinyLife.GameImpl.GameMode.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Mods.EventPhase
|
||||
name: EventPhase
|
||||
href: TinyLife.Mods.EventPhase.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.GameImpl
|
||||
name: GameImpl
|
||||
href: TinyLife.GameImpl.html
|
||||
- name: .
|
||||
- uid: TinyLife.GameImpl.GameMode
|
||||
name: GameMode
|
||||
href: TinyLife.GameImpl.GameMode.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Mods.EventPhase
|
||||
name: EventPhase
|
||||
href: TinyLife.Mods.EventPhase.html
|
||||
- name: )
|
||||
- uid: System.Action`2
|
||||
commentId: T:System.Action`2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
name: Action<T1, T2>
|
||||
nameWithType: Action<T1, T2>
|
||||
fullName: System.Action<T1, T2>
|
||||
nameWithType.vb: Action(Of T1, T2)
|
||||
fullName.vb: System.Action(Of T1, T2)
|
||||
name.vb: Action(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
- name: <
|
||||
- name: T1
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: T2
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T1
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: T2
|
||||
- name: )
|
||||
- uid: MLEM.Startup.MlemGame.LoadContent
|
||||
commentId: M:MLEM.Startup.MlemGame.LoadContent
|
||||
parent: MLEM.Startup.MlemGame
|
||||
|
|
|
@ -14,6 +14,7 @@ items:
|
|||
- TinyLife.Goals.MemoryType.FamilySocial
|
||||
- TinyLife.Goals.MemoryType.FoundOutPregnancy
|
||||
- TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
|
||||
- TinyLife.Goals.MemoryType.GotDrunk
|
||||
- TinyLife.Goals.MemoryType.HadAbortion
|
||||
- TinyLife.Goals.MemoryType.HadChild
|
||||
- TinyLife.Goals.MemoryType.HadFirstKiss
|
||||
|
@ -513,6 +514,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Goals.MemoryType
|
||||
content.vb: Public Shared ReadOnly ToldAboutPregnancy As MemoryType
|
||||
- uid: TinyLife.Goals.MemoryType.GotDrunk
|
||||
commentId: F:TinyLife.Goals.MemoryType.GotDrunk
|
||||
id: GotDrunk
|
||||
parent: TinyLife.Goals.MemoryType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GotDrunk
|
||||
nameWithType: MemoryType.GotDrunk
|
||||
fullName: TinyLife.Goals.MemoryType.GotDrunk
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Goals/MemoryType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GotDrunk
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
syntax:
|
||||
content: public static readonly MemoryType GotDrunk
|
||||
return:
|
||||
type: TinyLife.Goals.MemoryType
|
||||
content.vb: Public Shared ReadOnly GotDrunk As MemoryType
|
||||
- uid: TinyLife.Goals.MemoryType.ActionDone
|
||||
commentId: P:TinyLife.Goals.MemoryType.ActionDone
|
||||
id: ActionDone
|
||||
|
@ -531,7 +559,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionDone
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 48
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -560,7 +588,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedSkillCategory
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 49
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -589,7 +617,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedFurniture
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 50
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -618,7 +646,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkedAtJob
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 51
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -647,7 +675,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AteFood
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 52
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -676,7 +704,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpgradeLearned
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 54
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -705,7 +733,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 61
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -734,7 +762,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 65
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -763,7 +791,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 68
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -796,7 +824,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 75
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -834,7 +862,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 87
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -881,7 +909,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 102
|
||||
startLine: 103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LnCategory
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 208
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ui
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 211
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 213
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildMode
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 215
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 217
|
||||
startLine: 240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 219
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -207,7 +207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Personalities
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 221
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -235,7 +235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Skills
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 223
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Jobs
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 225
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 227
|
||||
startLine: 250
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -319,7 +319,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 229
|
||||
startLine: 252
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -347,7 +347,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 231
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -375,7 +375,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 233
|
||||
startLine: 256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -403,7 +403,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 235
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -431,7 +431,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 237
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -459,7 +459,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievements
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 239
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -487,7 +487,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Overrides
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 241
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetLanguage
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 50
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -159,7 +159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reload
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 61
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -190,7 +190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 86
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 104
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetKeys
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 113
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -8,7 +8,6 @@ items:
|
|||
- TinyLife.Mods.ModInfo.Content
|
||||
- TinyLife.Mods.ModInfo.Dispose
|
||||
- TinyLife.Mods.ModInfo.Errored
|
||||
- TinyLife.Mods.ModInfo.Finalize
|
||||
- TinyLife.Mods.ModInfo.Harmony
|
||||
- TinyLife.Mods.ModInfo.Id
|
||||
- TinyLife.Mods.ModInfo.LoadOptions``1(System.Func{``0})
|
||||
|
@ -270,36 +269,6 @@ items:
|
|||
type: System.Boolean
|
||||
content.vb: Public ReadOnly Property Errored As Boolean
|
||||
overload: TinyLife.Mods.ModInfo.Errored*
|
||||
- uid: TinyLife.Mods.ModInfo.Finalize
|
||||
commentId: M:TinyLife.Mods.ModInfo.Finalize
|
||||
id: Finalize
|
||||
parent: TinyLife.Mods.ModInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ~ModInfo()
|
||||
nameWithType: ModInfo.~ModInfo()
|
||||
fullName: TinyLife.Mods.ModInfo.~ModInfo()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Mods/ModLoader.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Finalize
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
example: []
|
||||
syntax:
|
||||
content: protected ~ModInfo()
|
||||
content.vb: 'Protected '
|
||||
overload: TinyLife.Mods.ModInfo.Finalize*
|
||||
nameWithType.vb: ''
|
||||
fullName.vb: ''
|
||||
name.vb: ''
|
||||
- uid: TinyLife.Mods.ModInfo.Dispose
|
||||
commentId: M:TinyLife.Mods.ModInfo.Dispose
|
||||
id: Dispose
|
||||
|
@ -318,7 +287,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dispose
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 251
|
||||
startLine: 246
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -348,7 +317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToString
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 258
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -380,7 +349,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveOptions
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 277
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -423,7 +392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadOptions
|
||||
path: ../TinyLife/Mods/ModLoader.cs
|
||||
startLine: 295
|
||||
startLine: 290
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Mods
|
||||
|
@ -1054,17 +1023,6 @@ references:
|
|||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: TinyLife.Mods.ModInfo.Finalize*
|
||||
commentId: Overload:TinyLife.Mods.ModInfo.Finalize
|
||||
href: TinyLife.Mods.ModInfo.html#TinyLife_Mods_ModInfo_Finalize
|
||||
name: ~ModInfo
|
||||
nameWithType: ModInfo.~ModInfo
|
||||
fullName: TinyLife.Mods.ModInfo.~ModInfo
|
||||
spec.csharp:
|
||||
- name: "~"
|
||||
- uid: TinyLife.Mods.ModInfo.Finalize*
|
||||
name: ModInfo
|
||||
href: TinyLife.Mods.ModInfo.html#TinyLife_Mods_ModInfo_Finalize
|
||||
- uid: TinyLife.Mods.ModInfo.Dispose*
|
||||
commentId: Overload:TinyLife.Mods.ModInfo.Dispose
|
||||
href: TinyLife.Mods.ModInfo.html#TinyLife_Mods_ModInfo_Dispose
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameCategory
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 249
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 254
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AppNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 258
|
||||
startLine: 281
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MasculineFirstNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 262
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FeminineFirstNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 266
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LastNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 270
|
||||
startLine: 293
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -8,13 +8,11 @@ items:
|
|||
- TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.PersonLike,System.Single},System.Func{TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.PersonLike,System.TimeSpan},System.Single,System.Single)
|
||||
- TinyLife.NeedType.Energy
|
||||
- TinyLife.NeedType.Entertainment
|
||||
- TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
- TinyLife.NeedType.Hunger
|
||||
- TinyLife.NeedType.Hygiene
|
||||
- TinyLife.NeedType.Name
|
||||
- TinyLife.NeedType.NeedLowAction
|
||||
- TinyLife.NeedType.NeedLowTime
|
||||
- TinyLife.NeedType.OnGetPassiveReduction
|
||||
- TinyLife.NeedType.PassiveReduction
|
||||
- TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
- TinyLife.NeedType.Social
|
||||
|
@ -146,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hunger
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 121
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -173,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Social
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 128
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -200,7 +198,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 139
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -227,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hygiene
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 146
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -254,7 +252,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Entertainment
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 147
|
||||
startLine: 117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -263,35 +261,6 @@ items:
|
|||
return:
|
||||
type: TinyLife.NeedType
|
||||
content.vb: Public Shared ReadOnly Entertainment As NeedType
|
||||
- uid: TinyLife.NeedType.OnGetPassiveReduction
|
||||
commentId: E:TinyLife.NeedType.OnGetPassiveReduction
|
||||
id: OnGetPassiveReduction
|
||||
parent: TinyLife.NeedType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnGetPassiveReduction
|
||||
nameWithType: NeedType.OnGetPassiveReduction
|
||||
fullName: TinyLife.NeedType.OnGetPassiveReduction
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetPassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: An event that is raised when <xref href="TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref> is called. This event can be used to modify the passive need reduction of a need.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static event NeedType.PassiveReductionDelegate OnGetPassiveReduction
|
||||
return:
|
||||
type: TinyLife.NeedType.PassiveReductionDelegate
|
||||
content.vb: Public Shared Event OnGetPassiveReduction As NeedType.PassiveReductionDelegate
|
||||
- uid: TinyLife.NeedType.Name
|
||||
commentId: F:TinyLife.NeedType.Name
|
||||
id: Name
|
||||
|
@ -310,7 +279,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 165
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -342,14 +311,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 170
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: >-
|
||||
The amount that a need instance's <xref href="TinyLife.Need.Value" data-throw-if-not-resolved="false"></xref> is reduced by automatically every update frame.
|
||||
|
||||
To access this function's returned value, as well as the associated events, use <xref href="TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref>.
|
||||
To access this function's returned value, as well as the associated events and additional modifiers, use <xref href="TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly Func<PersonLike, float> PassiveReduction
|
||||
|
@ -374,7 +343,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowAction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 174
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -403,7 +372,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedLowTime
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 178
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -432,7 +401,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolveImportance
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 183
|
||||
startLine: 142
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -464,7 +433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvePercentage
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 187
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -493,7 +462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 189
|
||||
startLine: 148
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -526,7 +495,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 200
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -558,44 +527,6 @@ items:
|
|||
nameWithType.vb: NeedType.New(String, Func(Of PersonLike, Single), Func(Of PersonLike, ActionType), Func(Of PersonLike, TimeSpan), Single, Single)
|
||||
fullName.vb: TinyLife.NeedType.New(String, System.Func(Of TinyLife.Objects.PersonLike, Single), System.Func(Of TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType), System.Func(Of TinyLife.Objects.PersonLike, System.TimeSpan), Single, Single)
|
||||
name.vb: New(String, Func(Of PersonLike, Single), Func(Of PersonLike, ActionType), Func(Of PersonLike, TimeSpan), Single, Single)
|
||||
- uid: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
id: GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
parent: TinyLife.NeedType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetPassiveReduction(PersonLike)
|
||||
nameWithType: NeedType.GetPassiveReduction(PersonLike)
|
||||
fullName: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Need.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPassiveReduction
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: >-
|
||||
Returns this need's current passive reduction for the given <code class="paramref">person</code>.
|
||||
|
||||
The return value is a combination of <xref href="TinyLife.NeedType.PassiveReduction" data-throw-if-not-resolved="false"></xref> and the <xref href="TinyLife.NeedType.OnGetPassiveReduction" data-throw-if-not-resolved="false"></xref> event.
|
||||
example: []
|
||||
syntax:
|
||||
content: public float GetPassiveReduction(PersonLike person)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person.
|
||||
return:
|
||||
type: System.Single
|
||||
description: The passive need reduction.
|
||||
content.vb: Public Function GetPassiveReduction(person As PersonLike) As Single
|
||||
overload: TinyLife.NeedType.GetPassiveReduction*
|
||||
- uid: TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.NeedType.Register(TinyLife.NeedType)
|
||||
id: Register(TinyLife.NeedType)
|
||||
|
@ -614,7 +545,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Need.cs
|
||||
startLine: 230
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1163,53 +1094,6 @@ references:
|
|||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- uid: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_GetPassiveReduction_TinyLife_Objects_PersonLike_
|
||||
name: GetPassiveReduction(PersonLike)
|
||||
nameWithType: NeedType.GetPassiveReduction(PersonLike)
|
||||
fullName: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
name: GetPassiveReduction
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_GetPassiveReduction_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.NeedType.GetPassiveReduction(TinyLife.Objects.PersonLike)
|
||||
name: GetPassiveReduction
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_GetPassiveReduction_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||
commentId: T:TinyLife.NeedType.PassiveReductionDelegate
|
||||
parent: TinyLife
|
||||
href: TinyLife.NeedType.html
|
||||
name: NeedType.PassiveReductionDelegate
|
||||
nameWithType: NeedType.PassiveReductionDelegate
|
||||
fullName: TinyLife.NeedType.PassiveReductionDelegate
|
||||
spec.csharp:
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: .
|
||||
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.NeedType.PassiveReductionDelegate.html
|
||||
spec.vb:
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: .
|
||||
- uid: TinyLife.NeedType.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.NeedType.PassiveReductionDelegate.html
|
||||
- uid: TinyLife.Localization
|
||||
commentId: T:TinyLife.Localization
|
||||
href: TinyLife.Localization.html
|
||||
|
@ -1233,6 +1117,31 @@ references:
|
|||
name: Value
|
||||
nameWithType: Need.Value
|
||||
fullName: TinyLife.Need.Value
|
||||
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
||||
parent: TinyLife.Objects.PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
||||
name: GetPassiveNeedReduction(NeedType)
|
||||
nameWithType: PersonLike.GetPassiveNeedReduction(NeedType)
|
||||
fullName: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
||||
name: GetPassiveNeedReduction
|
||||
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
||||
name: GetPassiveNeedReduction
|
||||
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: )
|
||||
- uid: System.Func{TinyLife.Objects.PersonLike,System.Single}
|
||||
commentId: T:System.Func{TinyLife.Objects.PersonLike,System.Single}
|
||||
parent: System
|
||||
|
@ -1481,24 +1390,6 @@ references:
|
|||
nameWithType.vb: NeedType.New
|
||||
fullName.vb: TinyLife.NeedType.New
|
||||
name.vb: New
|
||||
- uid: TinyLife.NeedType.PassiveReduction
|
||||
commentId: F:TinyLife.NeedType.PassiveReduction
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_PassiveReduction
|
||||
name: PassiveReduction
|
||||
nameWithType: NeedType.PassiveReduction
|
||||
fullName: TinyLife.NeedType.PassiveReduction
|
||||
- uid: TinyLife.NeedType.OnGetPassiveReduction
|
||||
commentId: E:TinyLife.NeedType.OnGetPassiveReduction
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_OnGetPassiveReduction
|
||||
name: OnGetPassiveReduction
|
||||
nameWithType: NeedType.OnGetPassiveReduction
|
||||
fullName: TinyLife.NeedType.OnGetPassiveReduction
|
||||
- uid: TinyLife.NeedType.GetPassiveReduction*
|
||||
commentId: Overload:TinyLife.NeedType.GetPassiveReduction
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_GetPassiveReduction_TinyLife_Objects_PersonLike_
|
||||
name: GetPassiveReduction
|
||||
nameWithType: NeedType.GetPassiveReduction
|
||||
fullName: TinyLife.NeedType.GetPassiveReduction
|
||||
- uid: TinyLife.NeedType.Types
|
||||
commentId: F:TinyLife.NeedType.Types
|
||||
href: TinyLife.NeedType.html#TinyLife_NeedType_Types
|
||||
|
|
|
@ -252,7 +252,7 @@ items:
|
|||
|
||||
Valid directions will have an empty space that a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> can stand in, but not necessarily walk to.
|
||||
|
||||
The returned value is used by <xref href="TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike%2cTinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike%2cTinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref> to find a location adjacent to this action spot that a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> can walk to.
|
||||
The returned value is used by <xref href="TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike%2cTinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref> and Furniture.GetFreeActionSpotInfo to find a location adjacent to this action spot that a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> can walk to.
|
||||
example: []
|
||||
syntax:
|
||||
content: public IEnumerable<Direction2> GetFreeDirections(Furniture furniture, PersonLike person)
|
||||
|
@ -1399,41 +1399,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.ActionSpot.GetFreeDirections*
|
||||
commentId: Overload:TinyLife.Objects.ActionSpot.GetFreeDirections
|
||||
href: TinyLife.Objects.ActionSpot.html#TinyLife_Objects_ActionSpot_GetFreeDirections_TinyLife_Objects_Furniture_TinyLife_Objects_PersonLike_
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3528
|
||||
startLine: 3491
|
||||
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: 3535
|
||||
startLine: 3498
|
||||
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: 3541
|
||||
startLine: 3504
|
||||
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: 3547
|
||||
startLine: 3510
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -81,7 +81,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -141,12 +141,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -303,7 +304,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1046,17 +1047,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1068,9 +1069,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3099,6 +3100,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3159,32 +3221,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3327,21 +3363,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3380,10 +3416,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3430,9 +3465,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3471,10 +3506,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -84,7 +84,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -144,12 +144,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -296,7 +297,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1038,17 +1039,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1060,9 +1061,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3091,6 +3092,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3151,32 +3213,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3319,21 +3355,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3372,10 +3408,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3422,9 +3457,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3463,10 +3498,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -94,7 +94,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnAdded
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -152,12 +152,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1350,17 +1351,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1372,9 +1373,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3483,6 +3484,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3543,32 +3605,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3711,21 +3747,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3764,10 +3800,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3814,9 +3849,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3855,10 +3890,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -81,7 +81,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -142,12 +142,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -986,17 +987,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1008,9 +1009,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3220,6 +3221,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3280,32 +3342,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3448,21 +3484,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3501,10 +3537,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3551,9 +3586,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3592,10 +3627,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -11,6 +11,7 @@ items:
|
|||
- TinyLife.Objects.Clothes.AllIntentions
|
||||
- TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
|
||||
- TinyLife.Objects.Clothes.Colors
|
||||
- TinyLife.Objects.Clothes.DefaultDepths
|
||||
- TinyLife.Objects.Clothes.DepthFunction
|
||||
- TinyLife.Objects.Clothes.Description
|
||||
- TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.PersonLike)
|
||||
|
@ -139,6 +140,38 @@ items:
|
|||
return:
|
||||
type: TinyLife.Objects.ClothesLayer[]
|
||||
content.vb: Public Shared ReadOnly Layers As ClothesLayer()
|
||||
- uid: TinyLife.Objects.Clothes.DefaultDepths
|
||||
commentId: F:TinyLife.Objects.Clothes.DefaultDepths
|
||||
id: DefaultDepths
|
||||
parent: TinyLife.Objects.Clothes
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DefaultDepths
|
||||
nameWithType: Clothes.DefaultDepths
|
||||
fullName: TinyLife.Objects.Clothes.DefaultDepths
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DefaultDepths
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
Stores the default depth for each <xref href="TinyLife.Objects.ClothesLayer" data-throw-if-not-resolved="false"></xref> when rendering.
|
||||
|
||||
The default depth is the index of the layer in the <xref href="TinyLife.Objects.Clothes.Layers" data-throw-if-not-resolved="false"></xref> array.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly Dictionary<ClothesLayer, int> DefaultDepths
|
||||
return:
|
||||
type: System.Collections.Generic.Dictionary{TinyLife.Objects.ClothesLayer,System.Int32}
|
||||
content.vb: Public Shared ReadOnly DefaultDepths As Dictionary(Of ClothesLayer, Integer)
|
||||
- uid: TinyLife.Objects.Clothes.AllIntentions
|
||||
commentId: F:TinyLife.Objects.Clothes.AllIntentions
|
||||
id: AllIntentions
|
||||
|
@ -157,7 +190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllIntentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 38
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -186,7 +219,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StylePreferences
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 42
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -215,7 +248,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReferencePrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 47
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -247,7 +280,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 62
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -279,7 +312,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Layer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 66
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,7 +341,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Textures
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 70
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -337,7 +370,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureRegion
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 74
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -366,7 +399,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 78
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -395,7 +428,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 82
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -424,7 +457,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 86
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -453,7 +486,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StylePreference
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 90
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -482,7 +515,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 96
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -516,7 +549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 101
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -550,7 +583,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ages
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 106
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -584,7 +617,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonType
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 111
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -618,14 +651,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DepthFunction
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 116
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
A function that determines the depth with which this clothes item is rendered based on the given <xref href="TinyLife.Objects.Pose" data-throw-if-not-resolved="false"></xref>, their rotation, and the layer of this clothes item being rendered.
|
||||
|
||||
This function defaults to returning <xref href="TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)" data-throw-if-not-resolved="false"></xref>.
|
||||
This function defaults to returning Extensions.GetDepth.
|
||||
example: []
|
||||
syntax:
|
||||
content: public Func<(Pose Pose, Direction2 Rotation, int Layer), float> DepthFunction { get; init; }
|
||||
|
@ -652,7 +685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureBehaviorLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 121
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -686,7 +719,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomWeight
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 127
|
||||
startLine: 132
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -722,7 +755,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomColorWeight
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 132
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -756,7 +789,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsIncompatible
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 136
|
||||
startLine: 141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -787,7 +820,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LayersToHide
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 141
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -821,7 +854,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 145
|
||||
startLine: 150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -852,7 +885,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 147
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -885,7 +918,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 160
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -941,7 +974,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 174
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -997,7 +1030,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 206
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1035,7 +1068,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AreCompatible
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 218
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1073,7 +1106,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 227
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1662,6 +1695,128 @@ references:
|
|||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Clothes.Layers
|
||||
commentId: F:TinyLife.Objects.Clothes.Layers
|
||||
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Layers
|
||||
name: Layers
|
||||
nameWithType: Clothes.Layers
|
||||
fullName: TinyLife.Objects.Clothes.Layers
|
||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.ClothesLayer,System.Int32}
|
||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.ClothesLayer,System.Int32}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.Dictionary`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
name: Dictionary<ClothesLayer, int>
|
||||
nameWithType: Dictionary<ClothesLayer, int>
|
||||
fullName: System.Collections.Generic.Dictionary<TinyLife.Objects.ClothesLayer, int>
|
||||
nameWithType.vb: Dictionary(Of ClothesLayer, Integer)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Objects.ClothesLayer, Integer)
|
||||
name.vb: Dictionary(Of ClothesLayer, Integer)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: <
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
name: int
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
name: Integer
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
commentId: T:System.Collections.Generic.Dictionary`2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
name: Dictionary<TKey, TValue>
|
||||
nameWithType: Dictionary<TKey, TValue>
|
||||
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||
name.vb: Dictionary(Of TKey, TValue)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: <
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: TKey
|
||||
- name: ','
|
||||
- name: " "
|
||||
- name: TValue
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: TinyLife.Objects.ClothesIntention
|
||||
commentId: T:TinyLife.Objects.ClothesIntention
|
||||
parent: TinyLife.Objects
|
||||
|
@ -1834,43 +1989,6 @@ references:
|
|||
- name: " "
|
||||
- name: TValue
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
commentId: T:Microsoft.Xna.Framework.Point
|
||||
parent: Microsoft.Xna.Framework
|
||||
|
@ -2183,30 +2301,6 @@ references:
|
|||
name: Pose
|
||||
nameWithType: Pose
|
||||
fullName: TinyLife.Objects.Pose
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
name: GetDepth(ClothesLayer)
|
||||
nameWithType: Extensions.GetDepth(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Clothes.DepthFunction*
|
||||
commentId: Overload:TinyLife.Objects.Clothes.DepthFunction
|
||||
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_DepthFunction
|
||||
|
|
|
@ -7,7 +7,6 @@ items:
|
|||
children:
|
||||
- TinyLife.Objects.ClothesLayer.Accessories
|
||||
- TinyLife.Objects.ClothesLayer.ArmAccessories
|
||||
- TinyLife.Objects.ClothesLayer.Arms
|
||||
- TinyLife.Objects.ClothesLayer.Body
|
||||
- TinyLife.Objects.ClothesLayer.Eyes
|
||||
- TinyLife.Objects.ClothesLayer.FaceAccessories
|
||||
|
@ -32,7 +31,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesLayer
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 444
|
||||
startLine: 448
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -51,7 +50,6 @@ items:
|
|||
|
||||
Public Enum ClothesLayer
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
- TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
attributes:
|
||||
|
@ -76,7 +74,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Body
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 450
|
||||
startLine: 454
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -104,7 +102,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Eyes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 454
|
||||
startLine: 458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -132,7 +130,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pants
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 458
|
||||
startLine: 462
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -142,34 +140,6 @@ items:
|
|||
content: Pants = 4
|
||||
return:
|
||||
type: TinyLife.Objects.ClothesLayer
|
||||
- uid: TinyLife.Objects.ClothesLayer.Arms
|
||||
commentId: F:TinyLife.Objects.ClothesLayer.Arms
|
||||
id: Arms
|
||||
parent: TinyLife.Objects.ClothesLayer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Arms
|
||||
nameWithType: ClothesLayer.Arms
|
||||
fullName: TinyLife.Objects.ClothesLayer.Arms
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Clothes.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Arms
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 462
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: A clothes layer for the person's arms, which should always have the same color as <xref href="TinyLife.Objects.ClothesLayer.Body" data-throw-if-not-resolved="false"></xref>
|
||||
example: []
|
||||
syntax:
|
||||
content: Arms = 8
|
||||
return:
|
||||
type: TinyLife.Objects.ClothesLayer
|
||||
- uid: TinyLife.Objects.ClothesLayer.Shirt
|
||||
commentId: F:TinyLife.Objects.ClothesLayer.Shirt
|
||||
id: Shirt
|
||||
|
@ -468,32 +438,6 @@ references:
|
|||
- uid: TinyLife.Objects
|
||||
name: Objects
|
||||
href: TinyLife.Objects.html
|
||||
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.GetDepth
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
name: GetDepth(ClothesLayer)
|
||||
nameWithType: Extensions.GetDepth(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.ClothesLayer.TinyLife.Utilities.Extensions.IsPartOfPerson
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
|
@ -561,37 +505,6 @@ references:
|
|||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
name: GetDepth(ClothesLayer)
|
||||
nameWithType: Extensions.GetDepth(ClothesLayer)
|
||||
fullName: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.GetDepth(TinyLife.Objects.ClothesLayer)
|
||||
name: GetDepth
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDepth_TinyLife_Objects_ClothesLayer_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ClothesLayer
|
||||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
href: TinyLife.Utilities.Extensions.html
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
commentId: M:TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsPartOfPerson_TinyLife_Objects_ClothesLayer_
|
||||
|
@ -616,6 +529,13 @@ references:
|
|||
name: ClothesLayer
|
||||
href: TinyLife.Objects.ClothesLayer.html
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
href: TinyLife.Utilities.Extensions.html
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
|
@ -676,12 +596,6 @@ references:
|
|||
name: ClothesLayer
|
||||
nameWithType: ClothesLayer
|
||||
fullName: TinyLife.Objects.ClothesLayer
|
||||
- uid: TinyLife.Objects.ClothesLayer.Body
|
||||
commentId: F:TinyLife.Objects.ClothesLayer.Body
|
||||
href: TinyLife.Objects.ClothesLayer.html#TinyLife_Objects_ClothesLayer_Body
|
||||
name: Body
|
||||
nameWithType: ClothesLayer.Body
|
||||
fullName: TinyLife.Objects.ClothesLayer.Body
|
||||
- uid: TinyLife.Utilities.ColorScheme.Transparent
|
||||
commentId: F:TinyLife.Utilities.ColorScheme.Transparent
|
||||
href: TinyLife.Utilities.ColorScheme.html#TinyLife_Utilities_ColorScheme_Transparent
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -146,12 +146,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1218,17 +1219,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1240,9 +1241,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3246,6 +3247,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3306,32 +3368,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3474,21 +3510,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3527,10 +3563,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3577,9 +3612,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3618,10 +3653,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -92,7 +92,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -151,12 +151,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -353,7 +354,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1244,17 +1245,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1266,9 +1267,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3272,6 +3273,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3332,32 +3394,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3500,21 +3536,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3553,10 +3589,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3603,9 +3638,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3644,10 +3679,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeathReason
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3479
|
||||
startLine: 3442
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Starvation
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3485
|
||||
startLine: 3448
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InexplicableReasons
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3490
|
||||
startLine: 3453
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -115,7 +115,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3495
|
||||
startLine: 3458
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -146,7 +146,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchProtein
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3499
|
||||
startLine: 3462
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -174,7 +174,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchBrew
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3503
|
||||
startLine: 3466
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -88,7 +88,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -147,12 +147,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -276,7 +277,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1111,17 +1112,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1133,9 +1134,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3139,6 +3140,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3199,32 +3261,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3367,21 +3403,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3420,10 +3456,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3470,9 +3505,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3511,10 +3546,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -51,7 +51,7 @@ items:
|
|||
- TinyLife.Objects.WallLike.Opening
|
||||
- TinyLife.Objects.WallLike.OnAdded(TinyLife.World.Map)
|
||||
- TinyLife.Objects.WallLike.OnRemoved(TinyLife.World.Map)
|
||||
- TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
|
||||
- TinyLife.Objects.WallLike.NotifyNeighbors(TinyLife.World.Map)
|
||||
- TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
|
||||
|
@ -496,17 +496,17 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
parent: TinyLife.Objects.WallLike
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
name: GetFreeActionSpotInfo(Map, PersonLike)
|
||||
nameWithType: WallLike.GetFreeActionSpotInfo(Map, PersonLike)
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map, TinyLife.Objects.PersonLike)
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfos_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
name: GetFreeActionSpotInfos(Map, PersonLike)
|
||||
nameWithType: WallLike.GetFreeActionSpotInfos(Map, PersonLike)
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map, TinyLife.Objects.PersonLike)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfos_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -518,9 +518,9 @@ references:
|
|||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfos_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
|
|
@ -88,7 +88,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -147,12 +147,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.HoldingPerson
|
||||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- 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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -270,7 +271,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1148,17 +1149,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1170,9 +1171,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3165,6 +3166,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3225,32 +3287,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3393,21 +3429,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3446,10 +3482,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3496,9 +3531,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3537,10 +3572,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -93,7 +93,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -152,12 +152,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -360,7 +361,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1257,17 +1258,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1279,9 +1280,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3253,6 +3254,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3313,32 +3375,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3481,21 +3517,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3534,10 +3570,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3584,9 +3619,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3625,10 +3660,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -91,7 +91,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -151,12 +151,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1237,17 +1238,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1259,9 +1260,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3414,6 +3415,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3474,32 +3536,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3642,21 +3678,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3695,10 +3731,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3745,9 +3780,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3786,10 +3821,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -147,12 +147,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1096,17 +1097,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1118,9 +1119,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3330,6 +3331,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3390,32 +3452,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3558,21 +3594,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3611,10 +3647,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3661,9 +3696,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3702,10 +3737,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureTypeConstructedDelegate
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 1043
|
||||
startLine: 1033
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -38,7 +38,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.PersonLike,System.TimeSpan)
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
|
@ -159,12 +159,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1272,7 +1273,7 @@ items:
|
|||
summary: >-
|
||||
The rotation that this furniture item currently has from the camera's perspective.
|
||||
|
||||
This is a combination of <xref href="TinyLife.Objects.Furniture.Rotation" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Options.CameraRotation" data-throw-if-not-resolved="false"></xref>.
|
||||
This is a combination of <xref href="TinyLife.Objects.Furniture.Rotation" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Options.CameraRotation" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public Direction2 VisualRotation { get; }
|
||||
|
@ -1530,7 +1531,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intersects
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 329
|
||||
startLine: 327
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1569,7 +1570,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCategories
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 334
|
||||
startLine: 332
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1605,7 +1606,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdded
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 339
|
||||
startLine: 337
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1637,7 +1638,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 346
|
||||
startLine: 344
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1669,7 +1670,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAiPriority
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 353
|
||||
startLine: 351
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1717,7 +1718,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 369
|
||||
startLine: 367
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1768,7 +1769,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnActionCompleted
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 376
|
||||
startLine: 374
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1815,7 +1816,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 386
|
||||
startLine: 384
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1850,45 +1851,41 @@ items:
|
|||
nameWithType.vb: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
||||
fullName.vb: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
|
||||
name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/Furniture.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
id: GetFreeActionSpotInfos
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 406
|
||||
startLine: 404
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: Returns the first free action spot, packed into an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public override ActionInfo GetFreeActionSpotInfo(PersonLike person, ObjectCategory context = null)
|
||||
content: public override IEnumerable<ActionInfo> GetFreeActionSpotInfos(PersonLike person, ObjectCategory context = null)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person to query free action spots for
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: The object category that this action spot needs to have
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The first free action spot as an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Overrides Function GetFreeActionSpotInfo(person As PersonLike, context As ObjectCategory = Nothing) As ActionInfo
|
||||
overridden: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
overload: TinyLife.Objects.Furniture.GetFreeActionSpotInfo*
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
content.vb: Public Overrides Function GetFreeActionSpotInfos(person As PersonLike, context As ObjectCategory = Nothing) As IEnumerable(Of ActionInfo)
|
||||
overridden: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
overload: TinyLife.Objects.Furniture.GetFreeActionSpotInfos*
|
||||
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
|
@ -1907,7 +1904,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 412
|
||||
startLine: 409
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1943,7 +1940,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDebugLines
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 437
|
||||
startLine: 434
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1985,7 +1982,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEfficiencyModifier
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 446
|
||||
startLine: 443
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2043,7 +2040,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRestoreNeedModifier
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 458
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2098,7 +2095,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRandomQuality
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 470
|
||||
startLine: 467
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2155,7 +2152,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 486
|
||||
startLine: 483
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2196,7 +2193,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResetToStatic
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 492
|
||||
startLine: 489
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2238,7 +2235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModifyActionCategories
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 498
|
||||
startLine: 495
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2286,7 +2283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MoveToMap
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 506
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2331,7 +2328,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPositionChanged
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 514
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2375,7 +2372,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 538
|
||||
startLine: 535
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2407,7 +2404,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -2449,7 +2446,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 549
|
||||
startLine: 546
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2480,7 +2477,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 562
|
||||
startLine: 559
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2521,7 +2518,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 596
|
||||
startLine: 593
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2559,7 +2556,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDirty
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 607
|
||||
startLine: 604
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2599,7 +2596,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetCreator
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 642
|
||||
startLine: 639
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2637,7 +2634,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPlacedInBuildMode
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 656
|
||||
startLine: 653
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2678,7 +2675,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetWallsInTheWay
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 673
|
||||
startLine: 670
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2730,7 +2727,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRoofingInTheWay
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 706
|
||||
startLine: 703
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2783,7 +2780,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAppliedUpgrade
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 729
|
||||
startLine: 726
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2818,7 +2815,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyUpgrade
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 740
|
||||
startLine: 737
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2853,7 +2850,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasFullUpgrade
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 755
|
||||
startLine: 752
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2891,7 +2888,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 765
|
||||
startLine: 762
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2926,7 +2923,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawUi
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 776
|
||||
startLine: 773
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2976,7 +2973,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOccupants
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 790
|
||||
startLine: 787
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3017,7 +3014,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpots
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 803
|
||||
startLine: 800
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3058,7 +3055,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 824
|
||||
startLine: 819
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3096,7 +3093,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetActionSpotInfo
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 839
|
||||
startLine: 830
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3137,7 +3134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeObjectSpot
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 851
|
||||
startLine: 842
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3178,7 +3175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetParent
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 865
|
||||
startLine: 856
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3218,7 +3215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UnlinkParentsAndChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 880
|
||||
startLine: 871
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3246,7 +3243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveAndUnlink
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 891
|
||||
startLine: 882
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3277,7 +3274,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChildren
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 901
|
||||
startLine: 892
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3316,7 +3313,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 915
|
||||
startLine: 906
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3330,7 +3327,7 @@ items:
|
|||
description: The type of furniture to construct as the child
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, <xref href="TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)" data-throw-if-not-resolved="false"></xref> is used automatically.
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, FurnitureType.GetBestRotation is used automatically.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors that the child should have
|
||||
|
@ -3369,7 +3366,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 932
|
||||
startLine: 923
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3388,7 +3385,7 @@ items:
|
|||
description: The furniture to add as the child
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, <xref href="TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)" data-throw-if-not-resolved="false"></xref> is used automatically.
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, FurnitureType.GetBestRotation is used automatically.
|
||||
- id: position
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
description: The position that the object spot to add this child to should be closest too. If null, no position will be preferred. Defaults to null.
|
||||
|
@ -3415,7 +3412,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 948
|
||||
startLine: 939
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3432,7 +3429,7 @@ items:
|
|||
description: The type of furniture to construct as the child
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, <xref href="TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)" data-throw-if-not-resolved="false"></xref> is used automatically.
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, FurnitureType.GetBestRotation is used automatically.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors that the child should have
|
||||
|
@ -3466,7 +3463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 962
|
||||
startLine: 953
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3486,7 +3483,7 @@ items:
|
|||
description: The furniture to add to the spot
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, <xref href="TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)" data-throw-if-not-resolved="false"></xref> is used automatically.
|
||||
description: The desired rotation of the child furniture. If the child furniture does not support the given rotation, FurnitureType.GetBestRotation is used automatically.
|
||||
content.vb: Public Sub SetChild(spot As ObjectSpot, item As Furniture, rotation As Direction2)
|
||||
overload: TinyLife.Objects.Furniture.SetChild*
|
||||
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||
|
@ -3507,7 +3504,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveChild
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 973
|
||||
startLine: 963
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3542,7 +3539,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotifyNeighbors
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 986
|
||||
startLine: 976
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3573,7 +3570,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetNewId
|
||||
path: ../TinyLife/Objects/Furniture.cs
|
||||
startLine: 1001
|
||||
startLine: 991
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3897,6 +3894,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3957,32 +4015,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -4125,21 +4157,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -4178,10 +4210,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -4228,9 +4259,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -4269,10 +4300,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -6270,6 +6300,31 @@ references:
|
|||
name: CameraRotation
|
||||
nameWithType: Options.CameraRotation
|
||||
fullName: TinyLife.Options.CameraRotation
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)
|
||||
commentId: M:TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotationForDrawing_MLEM_Misc_Direction2_
|
||||
name: GetBestRotationForDrawing(Direction2)
|
||||
nameWithType: FurnitureType.GetBestRotationForDrawing(Direction2)
|
||||
fullName: TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)
|
||||
name: GetBestRotationForDrawing
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotationForDrawing_MLEM_Misc_Direction2_
|
||||
- name: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotationForDrawing(MLEM.Misc.Direction2)
|
||||
name: GetBestRotationForDrawing
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotationForDrawing_MLEM_Misc_Direction2_
|
||||
- name: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.VisualRotation*
|
||||
commentId: Overload:TinyLife.Objects.Furniture.VisualRotation
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_VisualRotation
|
||||
|
@ -7284,17 +7339,17 @@ references:
|
|||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -7306,9 +7361,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -7319,12 +7374,73 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo*
|
||||
commentId: Overload:TinyLife.Objects.Furniture.GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos*
|
||||
commentId: Overload:TinyLife.Objects.Furniture.GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<ActionInfo>
|
||||
nameWithType: IEnumerable<ActionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionInfo>
|
||||
nameWithType.vb: IEnumerable(Of ActionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionInfo)
|
||||
name.vb: IEnumerable(Of ActionInfo)
|
||||
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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- 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: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -8881,34 +8997,6 @@ references:
|
|||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- 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: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.ObjectCategory.ObstructedByRoofs
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.ObstructedByRoofs
|
||||
href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_ObstructedByRoofs
|
||||
|
@ -9559,31 +9647,6 @@ references:
|
|||
name: ObjectSpot
|
||||
href: TinyLife.Objects.ObjectSpot.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)
|
||||
commentId: M:TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotation_MLEM_Misc_Direction2_
|
||||
name: GetBestRotation(Direction2)
|
||||
nameWithType: FurnitureType.GetBestRotation(Direction2)
|
||||
fullName: TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)
|
||||
name: GetBestRotation
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotation_MLEM_Misc_Direction2_
|
||||
- name: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)
|
||||
name: GetBestRotation
|
||||
href: TinyLife.Objects.FurnitureType.html#TinyLife_Objects_FurnitureType_GetBestRotation_MLEM_Misc_Direction2_
|
||||
- name: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.AddChild*
|
||||
commentId: Overload:TinyLife.Objects.Furniture.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__
|
||||
|
|
|
@ -54,7 +54,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 358
|
||||
startLine: 355
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 363
|
||||
startLine: 360
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Size
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 367
|
||||
startLine: 364
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -150,7 +150,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 371
|
||||
startLine: 368
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionSpots
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 376
|
||||
startLine: 373
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -211,7 +211,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectSpots
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 381
|
||||
startLine: 378
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -243,7 +243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 385
|
||||
startLine: 382
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -272,7 +272,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DefaultRotation
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 389
|
||||
startLine: 386
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 395
|
||||
startLine: 392
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 399
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuyableVariations
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 405
|
||||
startLine: 402
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -398,7 +398,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeldPivot
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 410
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -430,7 +430,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HeldArmsOut
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 415
|
||||
startLine: 412
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -462,7 +462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DecorativeRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 422
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -498,7 +498,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 427
|
||||
startLine: 424
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -530,7 +530,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reliability
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 433
|
||||
startLine: 430
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -564,7 +564,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrokenBehavior
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 438
|
||||
startLine: 435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -596,7 +596,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ElectricityRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 443
|
||||
startLine: 440
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -628,7 +628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WaterRating
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 448
|
||||
startLine: 445
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -660,7 +660,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyModifier
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 453
|
||||
startLine: 450
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -692,7 +692,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeedModifier
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 458
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -724,7 +724,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Visibility
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 464
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -758,7 +758,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Tab
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 469
|
||||
startLine: 466
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -790,7 +790,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TextureName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 474
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -822,7 +822,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LightSettings
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 479
|
||||
startLine: 476
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -854,7 +854,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DirtyOverlayTextureName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 486
|
||||
startLine: 483
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -890,7 +890,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistanceFromObstructions
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 492
|
||||
startLine: 489
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -924,7 +924,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 497
|
||||
startLine: 494
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -956,7 +956,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 502
|
||||
startLine: 499
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -988,7 +988,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsAllowedInSpot
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 507
|
||||
startLine: 504
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1020,7 +1020,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnDescription
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 512
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1052,7 +1052,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 524
|
||||
startLine: 521
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1099,7 +1099,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 543
|
||||
startLine: 540
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1139,7 +1139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 548
|
||||
startLine: 545
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1181,7 +1181,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 554
|
||||
startLine: 551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1224,7 +1224,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Objects/FurnitureType.cs
|
||||
startLine: 559
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -146,11 +146,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1149,17 +1150,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1171,9 +1172,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3326,6 +3327,41 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3528,21 +3564,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3581,10 +3617,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3631,9 +3666,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3672,10 +3707,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeSpan
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3511
|
||||
startLine: 3474
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -59,7 +59,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryShort
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3514
|
||||
startLine: 3477
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -85,7 +85,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Short
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3515
|
||||
startLine: 3478
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Normal
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3516
|
||||
startLine: 3479
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Long
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3517
|
||||
startLine: 3480
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryLong
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3518
|
||||
startLine: 3481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Infinite
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3519
|
||||
startLine: 3482
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -91,7 +91,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -151,12 +151,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.HoldingPerson
|
||||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- 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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1216,17 +1217,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1238,9 +1239,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3414,6 +3415,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3474,32 +3536,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3642,21 +3678,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3695,10 +3731,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3745,9 +3780,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3786,10 +3821,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -13,13 +13,14 @@ items:
|
|||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Objects.MapObject.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.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,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.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.Floor
|
||||
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
- TinyLife.Objects.MapObject.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
|
@ -70,7 +71,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MapObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 31
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -130,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonRotationOrder
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 37
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -159,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCreated
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 43
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -191,7 +192,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnValidated
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 48
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -223,7 +224,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnValidatedEarly
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 53
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -255,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEventsAttachable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 58
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -287,7 +288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 64
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -319,7 +320,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 70
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -353,7 +354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetHoverInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 75
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -385,7 +386,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetDebugLines
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 80
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -417,7 +418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Position
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 85
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -458,7 +459,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Floor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 118
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -499,7 +500,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParentInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 138
|
||||
startLine: 139
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -533,7 +534,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Visibility
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 145
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -570,7 +571,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Id
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 149
|
||||
startLine: 150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -611,7 +612,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 155
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -645,7 +646,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentLot
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 159
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -676,7 +677,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CurrentRoom
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 163
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -707,7 +708,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInWorld
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 167
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -738,7 +739,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HoldingPerson
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 172
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -772,7 +773,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 194
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -816,7 +817,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 215
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -866,7 +867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intersects
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 223
|
||||
startLine: 224
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -904,7 +905,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidateEarly
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 231
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -935,7 +936,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 241
|
||||
startLine: 242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -971,7 +972,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCategories
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 252
|
||||
startLine: 253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1006,7 +1007,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdded
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 260
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1037,7 +1038,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 266
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1068,7 +1069,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHoverInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 273
|
||||
startLine: 274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1103,7 +1104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDebugLines
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 283
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1144,7 +1145,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAiPriority
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 300
|
||||
startLine: 301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1191,7 +1192,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 313
|
||||
startLine: 314
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1241,7 +1242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnActionCompleted
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 325
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1287,7 +1288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 337
|
||||
startLine: 338
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1321,44 +1322,39 @@ items:
|
|||
nameWithType.vb: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
|
||||
name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
id: GetFreeActionSpotInfos
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 345
|
||||
startLine: 340
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: Returns the first free action spot, packed into an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual ActionInfo GetFreeActionSpotInfo(PersonLike person, ObjectCategory context = null)
|
||||
content: public virtual IEnumerable<ActionInfo> GetFreeActionSpotInfos(PersonLike person, ObjectCategory context = null)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person to query free action spots for
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: The object category that this action spot needs to have
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: The first free action spot as an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: Public Overridable Function GetFreeActionSpotInfo(person As PersonLike, context As ObjectCategory = Nothing) As ActionInfo
|
||||
overload: TinyLife.Objects.MapObject.GetFreeActionSpotInfo*
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
content.vb: Public Overridable Function GetFreeActionSpotInfos(person As PersonLike, context As ObjectCategory = Nothing) As IEnumerable(Of ActionInfo)
|
||||
overload: TinyLife.Objects.MapObject.GetFreeActionSpotInfos*
|
||||
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
id: OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||
|
@ -1377,7 +1373,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCameraRotationChanged
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 355
|
||||
startLine: 350
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1415,7 +1411,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCurrentGameMapChanged
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 363
|
||||
startLine: 358
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1453,7 +1449,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModifyActionCategories
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 373
|
||||
startLine: 368
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1482,84 +1478,6 @@ items:
|
|||
nameWithType.vb: MapObject.ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String))
|
||||
fullName.vb: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, System.Collections.Generic.List(Of String))
|
||||
name.vb: ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String))
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
id: SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetMapAndValidate(Map)
|
||||
nameWithType: MapObject.SetMapAndValidate(Map)
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetMapAndValidate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 382
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
Shorthand method for setting this object's <xref href="TinyLife.Objects.MapObject.Map" data-throw-if-not-resolved="false"></xref> and then calling <xref href="TinyLife.Objects.MapObject.ValidateEarly" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.MapObject.Validate" data-throw-if-not-resolved="false"></xref>.
|
||||
|
||||
If an exception occurs while validating, the exception is caught and <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> is returned.
|
||||
|
||||
If moving an already validated object to a different map is desired, <xref href="TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> should be used instead.
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool SetMapAndValidate(Map map)
|
||||
parameters:
|
||||
- id: map
|
||||
type: TinyLife.World.Map
|
||||
description: The map to set
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: false if the object is not valid, true otherwise
|
||||
content.vb: Public Function SetMapAndValidate(map As Map) As Boolean
|
||||
overload: TinyLife.Objects.MapObject.SetMapAndValidate*
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: HasCategory(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: A shorthand that checks whether <xref href="TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref> overlaps with the given <code class="paramref">category</code> flags
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool HasCategory(PersonLike person, ObjectCategory category)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person to query categories for
|
||||
- id: category
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: A set of categories, one of which this object needs to match
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether this object contains at least one of the given categories
|
||||
content.vb: Public Function HasCategory(person As PersonLike, category As ObjectCategory) As Boolean
|
||||
overload: TinyLife.Objects.MapObject.HasCategory*
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
id: GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -1578,7 +1496,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEfficiencyModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 415
|
||||
startLine: 382
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1635,7 +1553,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRandomQuality
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 430
|
||||
startLine: 397
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1691,7 +1609,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRestoreNeedModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 443
|
||||
startLine: 410
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1745,7 +1663,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 454
|
||||
startLine: 421
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1785,7 +1703,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCostModifier
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 466
|
||||
startLine: 433
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1827,7 +1745,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResetToStatic
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 476
|
||||
startLine: 443
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1868,7 +1786,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MoveToMap
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 488
|
||||
startLine: 455
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1912,7 +1830,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnPositionChanged
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 507
|
||||
startLine: 474
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1937,6 +1855,117 @@ items:
|
|||
nameWithType.vb: MapObject.OnPositionChanged(Vector2, Single)
|
||||
fullName.vb: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, Single)
|
||||
name.vb: OnPositionChanged(Vector2, Single)
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 476
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public ActionInfo GetFreeActionSpotInfo(PersonLike person, ObjectCategory context = null)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
- id: context
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
content.vb: Public Function GetFreeActionSpotInfo(person As PersonLike, context As ObjectCategory = Nothing) As ActionInfo
|
||||
overload: TinyLife.Objects.MapObject.GetFreeActionSpotInfo*
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
id: SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetMapAndValidate(Map)
|
||||
nameWithType: MapObject.SetMapAndValidate(Map)
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetMapAndValidate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 487
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
Shorthand method for setting this object's <xref href="TinyLife.Objects.MapObject.Map" data-throw-if-not-resolved="false"></xref> and then calling <xref href="TinyLife.Objects.MapObject.ValidateEarly" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.MapObject.Validate" data-throw-if-not-resolved="false"></xref>.
|
||||
|
||||
If an exception occurs while validating, the exception is caught and <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> is returned.
|
||||
|
||||
If moving an already validated object to a different map is desired, <xref href="TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> should be used instead.
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool SetMapAndValidate(Map map)
|
||||
parameters:
|
||||
- id: map
|
||||
type: TinyLife.World.Map
|
||||
description: The map to set
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: false if the object is not valid, true otherwise
|
||||
content.vb: Public Function SetMapAndValidate(map As Map) As Boolean
|
||||
overload: TinyLife.Objects.MapObject.SetMapAndValidate*
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
id: HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: HasCategory(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 504
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: A shorthand that checks whether <xref href="TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)" data-throw-if-not-resolved="false"></xref> overlaps with the given <code class="paramref">category</code> flags
|
||||
example: []
|
||||
syntax:
|
||||
content: public bool HasCategory(PersonLike person, ObjectCategory category)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person to query categories for
|
||||
- id: category
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
description: A set of categories, one of which this object needs to match
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether this object contains at least one of the given categories
|
||||
content.vb: Public Function HasCategory(person As PersonLike, category As ObjectCategory) As Boolean
|
||||
overload: TinyLife.Objects.MapObject.HasCategory*
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
id: DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
|
@ -1955,7 +1984,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 517
|
||||
startLine: 516
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2002,7 +2031,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoUpdate
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 534
|
||||
startLine: 533
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2027,16 +2056,16 @@ items:
|
|||
nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
||||
name.vb: DoUpdate(GameTime, TimeSpan, Single)
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
id: DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
id: 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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -2045,7 +2074,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawColumns
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 563
|
||||
startLine: 562
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2057,7 +2086,7 @@ items:
|
|||
When drawing a furniture item, <xref href="TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Misc.Direction2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects)" data-throw-if-not-resolved="false"></xref> should be used instead, which automatically supplies various values based on <xref href="TinyLife.Objects.FurnitureType.HasCategory(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawColumns(Map map, Vector2 position, float floor, object batch, Vector2 drawPos, TextureRegion texture, Color color, float scale, Point size, List<StaticSpriteBatch.Item> items, bool pivot = true, ParentInfo parent = default, float depthOffset = 0, SpriteEffects effects = SpriteEffects.None, bool editDrawPos = true)
|
||||
content: public static void DrawColumns(Map map, Vector2 position, float floor, object batch, Vector2 drawPos, TextureRegion texture, Color color, Vector2 scale, Point size, List<StaticSpriteBatch.Item> items, bool pivot = true, ParentInfo parent = default, float depthOffset = 0, SpriteEffects effects = SpriteEffects.None, bool editDrawPos = true)
|
||||
parameters:
|
||||
- id: map
|
||||
type: TinyLife.World.Map
|
||||
|
@ -2081,7 +2110,7 @@ items:
|
|||
type: Microsoft.Xna.Framework.Color
|
||||
description: The color to draw with
|
||||
- id: scale
|
||||
type: System.Single
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: The scale to draw at
|
||||
- id: size
|
||||
type: Microsoft.Xna.Framework.Point
|
||||
|
@ -2104,11 +2133,11 @@ items:
|
|||
- id: editDrawPos
|
||||
type: System.Boolean
|
||||
description: Whether this object's <code class="paramref">drawPos</code> should be changed based on this object's circumstances, especially based on its <code class="paramref">parent</code>
|
||||
content.vb: Public Shared Sub DrawColumns(map As Map, position As Vector2, floor As Single, batch As Object, drawPos As Vector2, texture As TextureRegion, color As Color, scale As Single, size As Point, items As List(Of StaticSpriteBatch.Item), pivot As Boolean = True, parent As ParentInfo = Nothing, depthOffset As Single = 0, effects As SpriteEffects = SpriteEffects.None, editDrawPos As Boolean = True)
|
||||
content.vb: Public Shared Sub DrawColumns(map As Map, position As Vector2, floor As Single, batch As Object, drawPos As Vector2, texture As TextureRegion, color As Color, scale As Vector2, size As Point, items As List(Of StaticSpriteBatch.Item), pivot As Boolean = True, parent As ParentInfo = Nothing, depthOffset As Single = 0, effects As SpriteEffects = SpriteEffects.None, editDrawPos As Boolean = True)
|
||||
overload: TinyLife.Objects.MapObject.DrawColumns*
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String)
|
||||
id: GetModCategory(System.String)
|
||||
|
@ -2127,7 +2156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetModCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 629
|
||||
startLine: 627
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4246,12 +4275,73 @@ references:
|
|||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos
|
||||
nameWithType: MapObject.GetFreeActionSpotInfos
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfos
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<ActionInfo>
|
||||
nameWithType: IEnumerable<ActionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionInfo>
|
||||
nameWithType.vb: IEnumerable(Of ActionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionInfo)
|
||||
name.vb: IEnumerable(Of ActionInfo)
|
||||
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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- 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: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.OnCameraRotationChanged
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_
|
||||
|
@ -4345,43 +4435,6 @@ references:
|
|||
name: ModifyActionCategories
|
||||
nameWithType: MapObject.ModifyActionCategories
|
||||
fullName: TinyLife.Objects.MapObject.ModifyActionCategories
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
name: SetMapAndValidate
|
||||
nameWithType: MapObject.SetMapAndValidate
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
name: GetCategories(PersonLike)
|
||||
nameWithType: MapObject.GetCategories(PersonLike)
|
||||
fullName: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
name: GetCategories
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
name: GetCategories
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: HasCategory
|
||||
nameWithType: MapObject.HasCategory
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory
|
||||
- uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.PersonLike
|
||||
|
@ -4909,6 +4962,49 @@ references:
|
|||
name: OnPositionChanged
|
||||
nameWithType: MapObject.OnPositionChanged
|
||||
fullName: TinyLife.Objects.MapObject.OnPositionChanged
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
name: SetMapAndValidate
|
||||
nameWithType: MapObject.SetMapAndValidate
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
name: GetCategories(PersonLike)
|
||||
nameWithType: MapObject.GetCategories(PersonLike)
|
||||
fullName: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
name: GetCategories
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.PersonLike)
|
||||
name: GetCategories
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetCategories_TinyLife_Objects_PersonLike_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: HasCategory
|
||||
nameWithType: MapObject.HasCategory
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory
|
||||
- uid: TinyLife.Objects.MapObject.Visibility
|
||||
commentId: P:TinyLife.Objects.MapObject.Visibility
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -5166,7 +5262,7 @@ references:
|
|||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DrawColumns*
|
||||
commentId: Overload:TinyLife.Objects.MapObject.DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns
|
||||
nameWithType: MapObject.DrawColumns
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns
|
||||
|
|
|
@ -81,7 +81,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -141,12 +141,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -987,17 +988,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1009,9 +1010,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3164,6 +3165,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3224,32 +3286,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3392,21 +3428,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3445,10 +3481,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3495,9 +3530,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3536,10 +3571,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -5,7 +5,6 @@ items:
|
|||
id: ObjectCategory
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger,System.Boolean)
|
||||
- TinyLife.Objects.ObjectCategory.AllowedOnWater
|
||||
- TinyLife.Objects.ObjectCategory.ArtPiece
|
||||
- TinyLife.Objects.ObjectCategory.BabyBathtub
|
||||
|
@ -105,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObjectCategory
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 657
|
||||
startLine: 655
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -172,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nothing
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 660
|
||||
startLine: 658
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -201,7 +200,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ground
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 662
|
||||
startLine: 660
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -230,7 +229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Chair
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 664
|
||||
startLine: 662
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -259,7 +258,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sofa
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 666
|
||||
startLine: 664
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -288,7 +287,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabySittable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 668
|
||||
startLine: 666
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -317,7 +316,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Toilet
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 670
|
||||
startLine: 668
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -346,7 +345,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SingleBed
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 672
|
||||
startLine: 670
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -375,7 +374,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoubleBed
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 674
|
||||
startLine: 672
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -404,7 +403,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fridge
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 676
|
||||
startLine: 674
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -433,7 +432,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shower
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 678
|
||||
startLine: 676
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -462,7 +461,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Counter
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 680
|
||||
startLine: 678
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -491,7 +490,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stove
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 682
|
||||
startLine: 680
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -520,7 +519,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Oven
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 684
|
||||
startLine: 682
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -549,7 +548,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 686
|
||||
startLine: 684
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -578,7 +577,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonBuyable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 688
|
||||
startLine: 686
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -607,7 +606,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Table
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 690
|
||||
startLine: 688
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -636,7 +635,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Holdable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 692
|
||||
startLine: 690
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -665,7 +664,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeskObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 694
|
||||
startLine: 692
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -694,7 +693,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisallowedOnGround
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 696
|
||||
startLine: 694
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -723,7 +722,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Computer
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 698
|
||||
startLine: 696
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -752,7 +751,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sink
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 700
|
||||
startLine: 698
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -781,7 +780,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CounterObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 702
|
||||
startLine: 700
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -810,7 +809,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cleanable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 704
|
||||
startLine: 702
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -839,7 +838,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: People
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 706
|
||||
startLine: 704
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -868,7 +867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mailbox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 708
|
||||
startLine: 706
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -897,7 +896,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Wardrobe
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 710
|
||||
startLine: 708
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -926,7 +925,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NaturalGroundRequired
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 712
|
||||
startLine: 710
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -955,7 +954,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WaterRequired
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 714
|
||||
startLine: 712
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -984,7 +983,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedOnWater
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 716
|
||||
startLine: 714
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1013,7 +1012,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Self
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 718
|
||||
startLine: 716
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1042,7 +1041,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WallHanging
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 720
|
||||
startLine: 718
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1071,7 +1070,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ForceGridPlacement
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 722
|
||||
startLine: 720
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1100,7 +1099,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Easel
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 724
|
||||
startLine: 722
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1129,7 +1128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mirror
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 726
|
||||
startLine: 724
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1158,7 +1157,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bookshelf
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 728
|
||||
startLine: 726
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1187,7 +1186,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonColliding
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 730
|
||||
startLine: 728
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1216,7 +1215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gravestone
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 732
|
||||
startLine: 730
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1245,7 +1244,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonSellable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 734
|
||||
startLine: 732
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1274,7 +1273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NonMovable
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 736
|
||||
startLine: 734
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1303,7 +1302,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Tree
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 738
|
||||
startLine: 736
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1332,7 +1331,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Television
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 740
|
||||
startLine: 738
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1361,7 +1360,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BartendingObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 742
|
||||
startLine: 740
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1390,7 +1389,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Walls
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 744
|
||||
startLine: 742
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1419,7 +1418,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LargeSurfaceObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 746
|
||||
startLine: 744
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1448,7 +1447,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingDesk
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 748
|
||||
startLine: 746
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1477,7 +1476,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Lamp
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 750
|
||||
startLine: 748
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1506,7 +1505,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CeilingHanging
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 752
|
||||
startLine: 750
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1535,7 +1534,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCoverWindow
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 754
|
||||
startLine: 752
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1564,7 +1563,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCoverDoor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 756
|
||||
startLine: 754
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1593,7 +1592,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Barbecue
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 758
|
||||
startLine: 756
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1622,7 +1621,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TrashCan
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 760
|
||||
startLine: 758
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1651,7 +1650,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeThrownAway
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 762
|
||||
startLine: 760
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1680,7 +1679,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanBeScrapped
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 764
|
||||
startLine: 762
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1709,7 +1708,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ObstructedByRoofs
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 766
|
||||
startLine: 764
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1738,7 +1737,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RoofAttached
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 768
|
||||
startLine: 766
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1767,7 +1766,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FireLight
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 770
|
||||
startLine: 768
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1796,7 +1795,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToyBox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 772
|
||||
startLine: 770
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1825,7 +1824,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildStove
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 774
|
||||
startLine: 772
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1854,7 +1853,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sandbox
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 776
|
||||
startLine: 774
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1883,7 +1882,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JungleGym
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 778
|
||||
startLine: 776
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1912,7 +1911,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Newspaper
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 780
|
||||
startLine: 778
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1941,7 +1940,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CoffeeMachine
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 782
|
||||
startLine: 780
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1970,7 +1969,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CafeDisplayCase
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 784
|
||||
startLine: 782
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1999,7 +1998,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GroundItem
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 786
|
||||
startLine: 784
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2028,7 +2027,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TreeDecor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 788
|
||||
startLine: 786
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2057,7 +2056,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OpeningHoursSign
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 790
|
||||
startLine: 788
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2086,7 +2085,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TeaKit
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 792
|
||||
startLine: 790
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2115,7 +2114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LandlinePhone
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 794
|
||||
startLine: 792
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2144,7 +2143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Rocks
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 796
|
||||
startLine: 794
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2173,7 +2172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ArtPiece
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 798
|
||||
startLine: 796
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2202,7 +2201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TallObject
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 800
|
||||
startLine: 798
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2231,7 +2230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Potty
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 804
|
||||
startLine: 802
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2260,7 +2259,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Treadmill
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 806
|
||||
startLine: 804
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2289,7 +2288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DumbbellHolder
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 808
|
||||
startLine: 806
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2318,7 +2317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WoodworkingItem
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 810
|
||||
startLine: 808
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2347,7 +2346,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChangingStation
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 812
|
||||
startLine: 810
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2376,7 +2375,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Crib
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 814
|
||||
startLine: 812
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2405,7 +2404,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBathtub
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 816
|
||||
startLine: 814
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2434,7 +2433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeMaker
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 818
|
||||
startLine: 816
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2445,50 +2444,6 @@ items:
|
|||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly ProteinShakeMaker As ObjectCategory
|
||||
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger,System.Boolean)
|
||||
id: '#ctor(System.String,System.Numerics.BigInteger,System.Boolean)'
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ObjectCategory(string, BigInteger, bool)
|
||||
nameWithType: ObjectCategory.ObjectCategory(string, BigInteger, bool)
|
||||
fullName: TinyLife.Objects.ObjectCategory.ObjectCategory(string, System.Numerics.BigInteger, bool)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 822
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
Creates a new dynamic enum instance.
|
||||
|
||||
This constructor is protected as it is only invoked via reflection.
|
||||
example: []
|
||||
syntax:
|
||||
content: protected ObjectCategory(string name, BigInteger value, bool defined)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
description: The name of the enum value
|
||||
- id: value
|
||||
type: System.Numerics.BigInteger
|
||||
description: The value
|
||||
- id: defined
|
||||
type: System.Boolean
|
||||
description: Whether this enum value <xref href="DynamicEnums.DynamicEnum.IsDefined(DynamicEnums.DynamicEnum)" data-throw-if-not-resolved="false"></xref>, and thus, not a combined flag.
|
||||
content.vb: Protected Sub New(name As String, value As BigInteger, defined As Boolean)
|
||||
overload: TinyLife.Objects.ObjectCategory.#ctor*
|
||||
nameWithType.vb: ObjectCategory.New(String, BigInteger, Boolean)
|
||||
fullName.vb: TinyLife.Objects.ObjectCategory.New(String, System.Numerics.BigInteger, Boolean)
|
||||
name.vb: New(String, BigInteger, Boolean)
|
||||
- uid: TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger
|
||||
id: op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger
|
||||
|
@ -2507,7 +2462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 825
|
||||
startLine: 820
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2544,7 +2499,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 830
|
||||
startLine: 825
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2582,7 +2537,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_BitwiseOr
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 835
|
||||
startLine: 830
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2623,7 +2578,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_BitwiseAnd
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 840
|
||||
startLine: 835
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2664,7 +2619,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_ExclusiveOr
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 845
|
||||
startLine: 840
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2705,7 +2660,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_OnesComplement
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 850
|
||||
startLine: 845
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4680,26 +4635,6 @@ references:
|
|||
name: SpriteEffects
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.ObjectCategory.#ctor*
|
||||
commentId: Overload:TinyLife.Objects.ObjectCategory.#ctor
|
||||
href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory__ctor_System_String_System_Numerics_BigInteger_System_Boolean_
|
||||
name: ObjectCategory
|
||||
nameWithType: ObjectCategory.ObjectCategory
|
||||
fullName: TinyLife.Objects.ObjectCategory.ObjectCategory
|
||||
nameWithType.vb: ObjectCategory.New
|
||||
fullName.vb: TinyLife.Objects.ObjectCategory.New
|
||||
name.vb: New
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
name: string
|
||||
nameWithType: string
|
||||
fullName: string
|
||||
nameWithType.vb: String
|
||||
fullName.vb: String
|
||||
name.vb: String
|
||||
- uid: System.Numerics.BigInteger
|
||||
commentId: T:System.Numerics.BigInteger
|
||||
parent: System.Numerics
|
||||
|
@ -4708,17 +4643,18 @@ references:
|
|||
name: BigInteger
|
||||
nameWithType: BigInteger
|
||||
fullName: System.Numerics.BigInteger
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
name: bool
|
||||
nameWithType: bool
|
||||
fullName: bool
|
||||
nameWithType.vb: Boolean
|
||||
fullName.vb: Boolean
|
||||
name.vb: Boolean
|
||||
- uid: TinyLife.Objects.ObjectCategory.op_Implicit*
|
||||
commentId: Overload:TinyLife.Objects.ObjectCategory.op_Implicit
|
||||
name: implicit operator
|
||||
nameWithType: ObjectCategory.implicit operator
|
||||
fullName: TinyLife.Objects.ObjectCategory.implicit operator
|
||||
nameWithType.vb: ObjectCategory.CType
|
||||
fullName.vb: TinyLife.Objects.ObjectCategory.CType
|
||||
name.vb: CType
|
||||
spec.csharp:
|
||||
- name: implicit
|
||||
- name: " "
|
||||
- name: operator
|
||||
- uid: System.Numerics
|
||||
commentId: N:System.Numerics
|
||||
isExternal: true
|
||||
|
@ -4746,18 +4682,6 @@ references:
|
|||
name: Numerics
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.numerics
|
||||
- uid: TinyLife.Objects.ObjectCategory.op_Implicit*
|
||||
commentId: Overload:TinyLife.Objects.ObjectCategory.op_Implicit
|
||||
name: implicit operator
|
||||
nameWithType: ObjectCategory.implicit operator
|
||||
fullName: TinyLife.Objects.ObjectCategory.implicit operator
|
||||
nameWithType.vb: ObjectCategory.CType
|
||||
fullName.vb: TinyLife.Objects.ObjectCategory.CType
|
||||
name.vb: CType
|
||||
spec.csharp:
|
||||
- name: implicit
|
||||
- name: " "
|
||||
- name: operator
|
||||
- uid: TinyLife.Objects.ObjectCategory.op_BitwiseOr*
|
||||
commentId: Overload:TinyLife.Objects.ObjectCategory.op_BitwiseOr
|
||||
href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_op_BitwiseOr_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Outfit
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 300
|
||||
startLine: 306
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 308
|
||||
startLine: 314
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Intentions
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 314
|
||||
startLine: 320
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 320
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIntentionPercentage
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 330
|
||||
startLine: 336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMostFittingStyle
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 348
|
||||
startLine: 354
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnsureIntentionsMatch
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 363
|
||||
startLine: 369
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetRandomClothesItem
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 385
|
||||
startLine: 391
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -85,7 +85,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -145,12 +145,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -268,7 +269,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1016,17 +1017,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1038,9 +1039,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3069,6 +3070,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3129,32 +3191,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3297,21 +3333,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3350,10 +3386,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3400,9 +3435,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3441,10 +3476,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -88,7 +88,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -146,12 +146,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -392,7 +393,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1240,17 +1241,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1262,9 +1263,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3217,6 +3218,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3277,32 +3339,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3445,21 +3481,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3498,10 +3534,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3548,9 +3583,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3589,10 +3624,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -28,7 +28,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AttachmentType
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1152
|
||||
startLine: 1147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1155
|
||||
startLine: 1150
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Furniture
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1156
|
||||
startLine: 1151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Person
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1157
|
||||
startLine: 1152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Wall
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1158
|
||||
startLine: 1153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Roof
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1159
|
||||
startLine: 1154
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -187,7 +187,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Stairs
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1160
|
||||
startLine: 1155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -213,7 +213,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ceiling
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1161
|
||||
startLine: 1156
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -239,7 +239,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ground
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1162
|
||||
startLine: 1157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ui
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1163
|
||||
startLine: 1158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -32,12 +32,12 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParentInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 885
|
||||
startLine: 880
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
A parent info is a set of information used by <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> that allows for objects to be made to look like they're attached to another object.
|
||||
A parent info is a set of information used by <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> that allows for objects to be made to look like they're attached to another object.
|
||||
|
||||
Currently, <xref href="TinyLife.Objects.ParentInfo" data-throw-if-not-resolved="false"></xref> supports <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.Roof" data-throw-if-not-resolved="false"></xref> parents.
|
||||
example: []
|
||||
|
@ -71,7 +71,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 890
|
||||
startLine: 885
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LayerDepth
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 896
|
||||
startLine: 891
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 900
|
||||
startLine: 895
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 914
|
||||
startLine: 909
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 924
|
||||
startLine: 919
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -238,7 +238,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 933
|
||||
startLine: 928
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -273,7 +273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 942
|
||||
startLine: 937
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,7 +308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 951
|
||||
startLine: 946
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -343,7 +343,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 962
|
||||
startLine: 957
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -385,7 +385,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDrawOffset
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 973
|
||||
startLine: 968
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -396,7 +396,7 @@ items:
|
|||
parameters:
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: The object's position, which should be the same as the depth position passed to <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
||||
description: The object's position, which should be the same as the depth position passed to <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: The draw offset.
|
||||
|
@ -420,7 +420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDepthOffset
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 993
|
||||
startLine: 988
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -431,7 +431,7 @@ items:
|
|||
parameters:
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: The object's position, which should be the same as the depth position passed to <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
||||
description: The object's position, which should be the same as the depth position passed to <xref href="TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Textures.TextureRegion%2cMicrosoft.Xna.Framework.Color%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Point%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d%2cSystem.Boolean%2cTinyLife.Objects.ParentInfo%2cSystem.Single%2cMicrosoft.Xna.Framework.Graphics.SpriteEffects%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
||||
return:
|
||||
type: System.Single
|
||||
description: The depth offset.
|
||||
|
@ -455,7 +455,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDepthPos
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1030
|
||||
startLine: 1025
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -523,7 +523,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRowColumnSize
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 1116
|
||||
startLine: 1111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -544,21 +544,21 @@ items:
|
|||
content.vb: Public Function GetRowColumnSize(size As Point) As Point
|
||||
overload: TinyLife.Objects.ParentInfo.GetRowColumnSize*
|
||||
references:
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -597,10 +597,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -647,9 +646,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -688,10 +687,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddEmotionDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3356
|
||||
startLine: 3331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiPriorityForObjectDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3336
|
||||
startLine: 3311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyModifierDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3316
|
||||
startLine: 3291
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionModifiersChangedDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3346
|
||||
startLine: 3321
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveActionPriorityDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3331
|
||||
startLine: 3306
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -0,0 +1,206 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
commentId: T:TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
id: PersonLike.PassiveReductionDelegate
|
||||
parent: TinyLife.Objects
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: PersonLike.PassiveReductionDelegate
|
||||
nameWithType: PersonLike.PassiveReductionDelegate
|
||||
fullName: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/PersonLike.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveReductionDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: A delegate used for <xref href="TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate void PersonLike.PassiveReductionDelegate(NeedType need, ref float reduction)
|
||||
parameters:
|
||||
- id: need
|
||||
type: TinyLife.NeedType
|
||||
- id: reduction
|
||||
type: System.Single
|
||||
content.vb: Public Delegate Sub PersonLike.PassiveReductionDelegate(need As NeedType, reduction As Single)
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.PersonLike.PassiveReductionDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
references:
|
||||
- uid: TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction
|
||||
commentId: E:TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction
|
||||
parent: TinyLife.Objects.PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetPassiveNeedReduction
|
||||
name: OnGetPassiveNeedReduction
|
||||
nameWithType: PersonLike.OnGetPassiveNeedReduction
|
||||
fullName: TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction
|
||||
- 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.PersonLike.PassiveReductionDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
parent: TinyLife.Utilities.Extensions
|
||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
name: JsonCopy<PassiveReductionDelegate>(PassiveReductionDelegate)
|
||||
nameWithType: Extensions.JsonCopy<PersonLike.PassiveReductionDelegate>(PersonLike.PassiveReductionDelegate)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.PersonLike.PassiveReductionDelegate>(TinyLife.Objects.PersonLike.PassiveReductionDelegate)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of PersonLike.PassiveReductionDelegate)(PersonLike.PassiveReductionDelegate)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.PersonLike.PassiveReductionDelegate)(TinyLife.Objects.PersonLike.PassiveReductionDelegate)
|
||||
name.vb: JsonCopy(Of PassiveReductionDelegate)(PassiveReductionDelegate)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PersonLike.PassiveReductionDelegate)
|
||||
name: JsonCopy
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
- name: <
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
- name: '>'
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PersonLike.PassiveReductionDelegate)
|
||||
name: JsonCopy
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
- name: )
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
- name: )
|
||||
- uid: TinyLife.NeedType
|
||||
commentId: T:TinyLife.NeedType
|
||||
parent: TinyLife
|
||||
href: TinyLife.NeedType.html
|
||||
name: NeedType
|
||||
nameWithType: NeedType
|
||||
fullName: TinyLife.NeedType
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
name: float
|
||||
nameWithType: float
|
||||
fullName: float
|
||||
nameWithType.vb: Single
|
||||
fullName.vb: Single
|
||||
name.vb: Single
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
commentId: T:TinyLife.Objects.PersonLike
|
||||
parent: TinyLife.Objects
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
name: PersonLike
|
||||
nameWithType: PersonLike
|
||||
fullName: TinyLife.Objects.PersonLike
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
name: JsonCopy<T>(T)
|
||||
nameWithType: Extensions.JsonCopy<T>(T)
|
||||
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||||
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||||
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||||
name.vb: JsonCopy(Of T)(T)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
- name: (
|
||||
- name: T
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||
name: JsonCopy
|
||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- name: (
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: TinyLife.Utilities.Extensions
|
||||
commentId: T:TinyLife.Utilities.Extensions
|
||||
parent: TinyLife.Utilities
|
||||
href: TinyLife.Utilities.Extensions.html
|
||||
name: Extensions
|
||||
nameWithType: Extensions
|
||||
fullName: TinyLife.Utilities.Extensions
|
||||
- uid: TinyLife
|
||||
commentId: N:TinyLife
|
||||
href: TinyLife.html
|
||||
name: TinyLife
|
||||
nameWithType: TinyLife
|
||||
fullName: TinyLife
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: TinyLife.Utilities
|
||||
commentId: N:TinyLife.Utilities
|
||||
href: TinyLife.html
|
||||
name: TinyLife.Utilities
|
||||
nameWithType: TinyLife.Utilities
|
||||
fullName: TinyLife.Utilities
|
||||
spec.csharp:
|
||||
- uid: TinyLife
|
||||
name: TinyLife
|
||||
href: TinyLife.html
|
||||
- name: .
|
||||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
href: TinyLife.Utilities.html
|
||||
spec.vb:
|
||||
- uid: TinyLife
|
||||
name: TinyLife
|
||||
href: TinyLife.html
|
||||
- name: .
|
||||
- uid: TinyLife.Utilities
|
||||
name: Utilities
|
||||
href: TinyLife.Utilities.html
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipChangeDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3351
|
||||
startLine: 3326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeedDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3341
|
||||
startLine: 3316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SkillBoostDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3321
|
||||
startLine: 3296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedDelegate
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3326
|
||||
startLine: 3301
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pose
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3408
|
||||
startLine: 3388
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Standing
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3413
|
||||
startLine: 3393
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Walking
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3417
|
||||
startLine: 3397
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -116,7 +116,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sitting
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3421
|
||||
startLine: 3401
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Laying
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3426
|
||||
startLine: 3406
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -175,7 +175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SittingGround
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3431
|
||||
startLine: 3411
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -206,7 +206,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingStanding
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3435
|
||||
startLine: 3415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSitting
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3439
|
||||
startLine: 3419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -262,7 +262,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSittingGround
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3443
|
||||
startLine: 3423
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -290,7 +290,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Running
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3447
|
||||
startLine: 3427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -318,7 +318,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingArmsOut
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3451
|
||||
startLine: 3431
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -346,7 +346,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkingArmsOut
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3455
|
||||
startLine: 3435
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PregnancyAbility
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3601
|
||||
startLine: 3564
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neither
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3606
|
||||
startLine: 3569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOthersPregnant
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3610
|
||||
startLine: 3573
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPregnant
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3614
|
||||
startLine: 3577
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -102,7 +102,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnAdded
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -159,12 +159,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -427,7 +428,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1485,17 +1486,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1507,9 +1508,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3437,6 +3438,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3497,32 +3559,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3665,21 +3701,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3718,10 +3754,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3768,9 +3803,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3809,10 +3844,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3556
|
||||
startLine: 3519
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Affirmative
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3560
|
||||
startLine: 3523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -105,7 +105,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3561
|
||||
startLine: 3524
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Annoyed
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3562
|
||||
startLine: 3525
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -157,7 +157,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3563
|
||||
startLine: 3526
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Childish
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3564
|
||||
startLine: 3527
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confident
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3565
|
||||
startLine: 3528
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -235,7 +235,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confused
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3566
|
||||
startLine: 3529
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -261,7 +261,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disagreeing
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3567
|
||||
startLine: 3530
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -287,7 +287,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Excited
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3568
|
||||
startLine: 3531
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -313,7 +313,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3569
|
||||
startLine: 3532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -339,7 +339,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3570
|
||||
startLine: 3533
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -365,7 +365,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Questioning
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3571
|
||||
startLine: 3534
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -391,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3572
|
||||
startLine: 3535
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -417,7 +417,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Scared
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3573
|
||||
startLine: 3536
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -443,7 +443,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shocked
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3574
|
||||
startLine: 3537
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -469,7 +469,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thinking
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3575
|
||||
startLine: 3538
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -105,7 +105,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.OnAdded
|
||||
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -162,12 +162,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1623,17 +1624,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1645,9 +1646,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3575,6 +3576,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3635,32 +3697,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3803,21 +3839,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3856,10 +3892,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3906,9 +3941,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3947,10 +3982,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -83,7 +83,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -144,12 +144,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1017,17 +1018,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1039,9 +1040,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3251,6 +3252,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3311,32 +3373,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3479,21 +3515,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3532,10 +3568,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3582,9 +3617,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3623,10 +3658,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -85,7 +85,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -144,12 +144,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -390,7 +391,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1202,17 +1203,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1224,9 +1225,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3230,6 +3231,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3290,32 +3352,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3458,21 +3494,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3511,10 +3547,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3561,9 +3596,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3602,10 +3637,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -83,7 +83,7 @@ items:
|
|||
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
||||
- TinyLife.Objects.Furniture.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
|
@ -143,12 +143,13 @@ items:
|
|||
- TinyLife.Objects.MapObject.ValidateEarly
|
||||
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.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)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -386,7 +387,7 @@ items:
|
|||
description: An optional color to override the default colors of the furniture
|
||||
- id: rotation
|
||||
type: MLEM.Misc.Direction2
|
||||
description: The rotation of the furniture
|
||||
description: The rotation that the furniture should be drawn with, which is usually derived from TextureRotation.
|
||||
- id: colors
|
||||
type: System.Int32[]
|
||||
description: The colors to draw the furniture with
|
||||
|
@ -1140,17 +1141,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.Furniture
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: Furniture.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1162,9 +1163,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -3193,6 +3194,67 @@ references:
|
|||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3253,32 +3315,6 @@ references:
|
|||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
name: GetPathCostModifier(Point)
|
||||
nameWithType: MapObject.GetPathCostModifier(Point)
|
||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
name: GetPathCostModifier
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
||||
- name: (
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
name: Point
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -3421,21 +3457,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3474,10 +3510,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -3524,9 +3559,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -3565,10 +3600,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -77,11 +77,9 @@ items:
|
|||
- TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
- TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
|
||||
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||
|
@ -89,9 +87,12 @@ items:
|
|||
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.MapObject.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
|
||||
- TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
||||
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
- 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,System.Single,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.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})
|
||||
|
@ -1149,17 +1150,17 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1171,9 +1172,9 @@ references:
|
|||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
|
@ -1296,66 +1297,6 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
name: SetMapAndValidate(Map)
|
||||
nameWithType: MapObject.SetMapAndValidate(Map)
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
name: SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
name: SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: HasCategory(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -1755,6 +1696,101 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
name: SetMapAndValidate(Map)
|
||||
nameWithType: MapObject.SetMapAndValidate(Map)
|
||||
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
name: SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||
name: SetMapAndValidate
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
href: TinyLife.World.Map.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
name: HasCategory(PersonLike, ObjectCategory)
|
||||
nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory)
|
||||
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
||||
name: HasCategory
|
||||
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||
parent: TinyLife.Objects.MapObject
|
||||
|
@ -1897,21 +1933,21 @@ references:
|
|||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- uid: 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,System.Single,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)
|
||||
commentId: M: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,System.Single,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)
|
||||
- uid: 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)
|
||||
commentId: M: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)
|
||||
parent: TinyLife.Objects.MapObject
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, Point, List<StaticSpriteBatch.Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
||||
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, 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>, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool)
|
||||
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean)
|
||||
name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
||||
spec.csharp:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -1950,10 +1986,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
@ -2000,9 +2035,9 @@ references:
|
|||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: 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,System.Single,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)
|
||||
- uid: 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)
|
||||
name: DrawColumns
|
||||
href: TinyLife.Objects.MapObject.html#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_System_Single_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_
|
||||
href: TinyLife.Objects.MapObject.html#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_
|
||||
- name: (
|
||||
- uid: TinyLife.World.Map
|
||||
name: Map
|
||||
|
@ -2041,10 +2076,9 @@ references:
|
|||
isExternal: true
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Visibility
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 859
|
||||
startLine: 854
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WhenVisible
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 864
|
||||
startLine: 859
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WhenVisibleExt
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 868
|
||||
startLine: 863
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HideZoomedOut
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 872
|
||||
startLine: 867
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Static
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 877
|
||||
startLine: 872
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VoiceStyle
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3584
|
||||
startLine: 3547
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -57,7 +57,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Low
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3587
|
||||
startLine: 3550
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: High
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3588
|
||||
startLine: 3551
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3589
|
||||
startLine: 3552
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Baby
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3591
|
||||
startLine: 3554
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MidHigh
|
||||
path: ../TinyLife/Objects/PersonLike.cs
|
||||
startLine: 3593
|
||||
startLine: 3556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -10,7 +10,7 @@ items:
|
|||
- TinyLife.Objects.WallLike.Floor
|
||||
- TinyLife.Objects.WallLike.GetCenterBottomPos(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.WallLike.GetDepth(TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,System.Single)
|
||||
- TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- TinyLife.Objects.WallLike.GetIndexForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.WallLike.GetPositionForCamera(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.WallLike.GetPrice
|
||||
|
@ -39,7 +39,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WallLike
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 16
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -98,7 +98,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Positions
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 24
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Floor
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 29
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsStatic
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 34
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -222,7 +222,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Opening
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 39
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 47
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -304,7 +304,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 66
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -357,7 +357,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 77
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -388,7 +388,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 85
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -422,7 +422,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnAdded
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 96
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -457,7 +457,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRemoved
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 107
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -474,47 +474,39 @@ items:
|
|||
description: The map.
|
||||
content.vb: Public Overridable Sub OnRemoved(map As Map)
|
||||
overload: TinyLife.Objects.WallLike.OnRemoved*
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
id: GetFreeActionSpotInfo(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
commentId: M:TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
id: GetFreeActionSpotInfos(TinyLife.World.Map,TinyLife.Objects.PersonLike)
|
||||
parent: TinyLife.Objects.WallLike
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFreeActionSpotInfo(Map, PersonLike)
|
||||
nameWithType: WallLike.GetFreeActionSpotInfo(Map, PersonLike)
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfo(TinyLife.World.Map, TinyLife.Objects.PersonLike)
|
||||
name: GetFreeActionSpotInfos(Map, PersonLike)
|
||||
nameWithType: WallLike.GetFreeActionSpotInfos(Map, PersonLike)
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfos(TinyLife.World.Map, TinyLife.Objects.PersonLike)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/WallLike.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeActionSpotInfo
|
||||
id: GetFreeActionSpotInfos
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 120
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: >-
|
||||
Returns an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref> that contains this wall and the first free position on either of its sides
|
||||
|
||||
If an <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref> is already present in a situation, <xref href="TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref> should be used instead of this method.
|
||||
example: []
|
||||
syntax:
|
||||
content: public ActionInfo GetFreeActionSpotInfo(Map map, PersonLike person)
|
||||
content: public IEnumerable<ActionInfo> GetFreeActionSpotInfos(Map map, PersonLike person)
|
||||
parameters:
|
||||
- id: map
|
||||
type: TinyLife.World.Map
|
||||
description: The map the wall is on.
|
||||
- id: person
|
||||
type: TinyLife.Objects.PersonLike
|
||||
description: The person to return the action spot info for
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: A free action spot info, or null if there is no free spot
|
||||
content.vb: Public Function GetFreeActionSpotInfo(map As Map, person As PersonLike) As ActionInfo
|
||||
overload: TinyLife.Objects.WallLike.GetFreeActionSpotInfo*
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
content.vb: Public Function GetFreeActionSpotInfos(map As Map, person As PersonLike) As IEnumerable(Of ActionInfo)
|
||||
overload: TinyLife.Objects.WallLike.GetFreeActionSpotInfos*
|
||||
- uid: TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
|
||||
commentId: M:TinyLife.Objects.WallLike.SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
|
||||
id: SetOpening(TinyLife.World.Map,TinyLife.World.Opening)
|
||||
|
@ -533,7 +525,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetOpening
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 133
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -568,7 +560,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotifyNeighbors
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 145
|
||||
startLine: 138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -600,7 +592,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnNeighborChanged
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 160
|
||||
startLine: 153
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -638,7 +630,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDepth
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 172
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -691,7 +683,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetIndexForCamera
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 183
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -732,7 +724,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPositionForCamera
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 198
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -771,7 +763,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCenterBottomPos
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 206
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -807,7 +799,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsVerticalForCamera
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 223
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -847,7 +839,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsVertical
|
||||
path: ../TinyLife/Objects/WallLike.cs
|
||||
startLine: 236
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -1851,43 +1843,12 @@ references:
|
|||
name: OnRemoved
|
||||
nameWithType: WallLike.OnRemoved
|
||||
fullName: TinyLife.Objects.WallLike.OnRemoved
|
||||
- uid: TinyLife.Actions.ActionInfo
|
||||
commentId: T:TinyLife.Actions.ActionInfo
|
||||
parent: TinyLife.Actions
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_ToFreeActionSpot_TinyLife_Objects_ObjectCategory_
|
||||
name: ToFreeActionSpot(ObjectCategory)
|
||||
nameWithType: ActionInfo.ToFreeActionSpot(ObjectCategory)
|
||||
fullName: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
name: ToFreeActionSpot
|
||||
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_ToFreeActionSpot_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.ActionInfo.ToFreeActionSpot(TinyLife.Objects.ObjectCategory)
|
||||
name: ToFreeActionSpot
|
||||
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_ToFreeActionSpot_TinyLife_Objects_ObjectCategory_
|
||||
- name: (
|
||||
- uid: TinyLife.Objects.ObjectCategory
|
||||
name: ObjectCategory
|
||||
href: TinyLife.Objects.ObjectCategory.html
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfo*
|
||||
commentId: Overload:TinyLife.Objects.WallLike.GetFreeActionSpotInfo
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfo_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
name: GetFreeActionSpotInfo
|
||||
nameWithType: WallLike.GetFreeActionSpotInfo
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfo
|
||||
- uid: TinyLife.Objects.WallLike.GetFreeActionSpotInfos*
|
||||
commentId: Overload:TinyLife.Objects.WallLike.GetFreeActionSpotInfos
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_GetFreeActionSpotInfos_TinyLife_World_Map_TinyLife_Objects_PersonLike_
|
||||
name: GetFreeActionSpotInfos
|
||||
nameWithType: WallLike.GetFreeActionSpotInfos
|
||||
fullName: TinyLife.Objects.WallLike.GetFreeActionSpotInfos
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
commentId: T:TinyLife.Objects.PersonLike
|
||||
parent: TinyLife.Objects
|
||||
|
@ -1895,28 +1856,104 @@ references:
|
|||
name: PersonLike
|
||||
nameWithType: PersonLike
|
||||
fullName: TinyLife.Objects.PersonLike
|
||||
- uid: TinyLife.Actions
|
||||
commentId: N:TinyLife.Actions
|
||||
href: TinyLife.html
|
||||
name: TinyLife.Actions
|
||||
nameWithType: TinyLife.Actions
|
||||
fullName: TinyLife.Actions
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<ActionInfo>
|
||||
nameWithType: IEnumerable<ActionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionInfo>
|
||||
nameWithType.vb: IEnumerable(Of ActionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionInfo)
|
||||
name.vb: IEnumerable(Of ActionInfo)
|
||||
spec.csharp:
|
||||
- uid: TinyLife
|
||||
name: TinyLife
|
||||
href: TinyLife.html
|
||||
- name: .
|
||||
- uid: TinyLife.Actions
|
||||
name: Actions
|
||||
href: TinyLife.Actions.html
|
||||
- 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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: TinyLife
|
||||
name: TinyLife
|
||||
href: TinyLife.html
|
||||
- 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.Actions.ActionInfo
|
||||
name: ActionInfo
|
||||
href: TinyLife.Actions.ActionInfo.html
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- 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: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: TinyLife.Actions
|
||||
name: Actions
|
||||
href: TinyLife.Actions.html
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: TinyLife.Objects.WallLike.SetOpening*
|
||||
commentId: Overload:TinyLife.Objects.WallLike.SetOpening
|
||||
href: TinyLife.Objects.WallLike.html#TinyLife_Objects_WallLike_SetOpening_TinyLife_World_Map_TinyLife_World_Opening_
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WornClothes
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 238
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -75,7 +75,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 245
|
||||
startLine: 251
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -114,7 +114,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Colors
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 252
|
||||
startLine: 258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -158,7 +158,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromStorage
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 257
|
||||
startLine: 263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -197,7 +197,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomPrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 263
|
||||
startLine: 269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -243,7 +243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 270
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 279
|
||||
startLine: 285
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -312,7 +312,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Clothes.cs
|
||||
startLine: 290
|
||||
startLine: 296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -56,6 +56,7 @@ items:
|
|||
- TinyLife.Objects.PersonLike.EfficiencyModifierDelegate
|
||||
- TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate
|
||||
- TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate
|
||||
- TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
- TinyLife.Objects.PersonLike.RelationshipChangeDelegate
|
||||
- TinyLife.Objects.PersonLike.RestoreNeedDelegate
|
||||
- TinyLife.Objects.PersonLike.SkillBoostDelegate
|
||||
|
@ -730,6 +731,29 @@ references:
|
|||
- uid: TinyLife.Objects.PersonLike.AddEmotionDelegate
|
||||
name: AddEmotionDelegate
|
||||
href: TinyLife.Objects.PersonLike.AddEmotionDelegate.html
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
commentId: T:TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
parent: TinyLife.Objects
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
name: PersonLike.PassiveReductionDelegate
|
||||
nameWithType: PersonLike.PassiveReductionDelegate
|
||||
fullName: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.PersonLike
|
||||
name: PersonLike
|
||||
href: TinyLife.Objects.PersonLike.html
|
||||
- name: .
|
||||
- uid: TinyLife.Objects.PersonLike.PassiveReductionDelegate
|
||||
name: PassiveReductionDelegate
|
||||
href: TinyLife.Objects.PersonLike.PassiveReductionDelegate.html
|
||||
- uid: TinyLife.Objects.Pose
|
||||
commentId: T:TinyLife.Objects.Pose
|
||||
parent: TinyLife.Objects
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeCategory
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 359
|
||||
startLine: 366
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -54,7 +54,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Major
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 364
|
||||
startLine: 371
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Minor
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 368
|
||||
startLine: 375
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -110,7 +110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hidden
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 373
|
||||
startLine: 380
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -48,6 +48,7 @@ items:
|
|||
- TinyLife.PersonalityType.Mean
|
||||
- TinyLife.PersonalityType.Millionaire
|
||||
- TinyLife.PersonalityType.ModifiedEmotions
|
||||
- TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
- TinyLife.PersonalityType.Name
|
||||
- TinyLife.PersonalityType.Outdoorsy
|
||||
- TinyLife.PersonalityType.PerfectPainter
|
||||
|
@ -405,7 +406,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Extroverted
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 75
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -432,7 +433,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FamilyFocused
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 79
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -459,7 +460,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Foodie
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 84
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -486,7 +487,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Outdoorsy
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 87
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -513,7 +514,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Techie
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 88
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -540,7 +541,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thrifty
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 97
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -567,7 +568,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Homebody
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 107
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -594,7 +595,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cheerful
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 111
|
||||
startLine: 114
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -621,7 +622,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Brave
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 116
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -648,7 +649,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Independent
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 123
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -675,7 +676,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FastLearner
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 127
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -702,7 +703,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clingy
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 131
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -729,7 +730,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AfraidOfStrangers
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 135
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -756,7 +757,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Asexual
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 142
|
||||
startLine: 147
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -783,7 +784,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Aromantic
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 146
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -810,7 +811,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HatesChildren
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 150
|
||||
startLine: 155
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -837,7 +838,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pescetarian
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 154
|
||||
startLine: 159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -864,7 +865,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Vegetarian
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 158
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -891,7 +892,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Vegan
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 162
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -918,7 +919,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Daydreamer
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 167
|
||||
startLine: 172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -945,7 +946,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CityNative
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 173
|
||||
startLine: 178
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -972,7 +973,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MasterChef
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 177
|
||||
startLine: 182
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -999,7 +1000,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmartKid
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 180
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1026,7 +1027,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GymRat
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 184
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1053,7 +1054,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HouseholdHero
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 187
|
||||
startLine: 192
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1080,7 +1081,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ComputerAddict
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 190
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1107,7 +1108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendOfEveryone
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 193
|
||||
startLine: 198
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1134,7 +1135,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Millionaire
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 197
|
||||
startLine: 202
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1161,7 +1162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CapableCarpenter
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 200
|
||||
startLine: 205
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1188,7 +1189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PerfectPainter
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 203
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1215,7 +1216,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreativeChild
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 206
|
||||
startLine: 211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1242,7 +1243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadBaby
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 210
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1269,7 +1270,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CommunicativeBaby
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 213
|
||||
startLine: 219
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1296,7 +1297,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Writer
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 216
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1323,7 +1324,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 226
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1355,7 +1356,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 230
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1384,7 +1385,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Incompatible
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 235
|
||||
startLine: 241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1418,7 +1419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoostedSkills
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 242
|
||||
startLine: 248
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1457,7 +1458,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BoostedSkillTypes
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 249
|
||||
startLine: 255
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1496,7 +1497,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModifiedEmotions
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 254
|
||||
startLine: 260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1512,6 +1513,35 @@ items:
|
|||
type: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Int32,System.Single}[]
|
||||
content.vb: Public Property ModifiedEmotions As (Emotion As EmotionType, AmountChange As Integer, TimeMultiplier As Single)()
|
||||
overload: TinyLife.PersonalityType.ModifiedEmotions*
|
||||
- uid: TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
commentId: P:TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
id: ModifiedNeedReductions
|
||||
parent: TinyLife.PersonalityType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ModifiedNeedReductions
|
||||
nameWithType: PersonalityType.ModifiedNeedReductions
|
||||
fullName: TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/PersonalityType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModifiedNeedReductions
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
syntax:
|
||||
content: public (NeedType, float Modifier)[] ModifiedNeedReductions { get; init; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.ValueTuple{TinyLife.NeedType,System.Single}[]
|
||||
content.vb: Public Property ModifiedNeedReductions As (NeedType, Modifier As Single)()
|
||||
overload: TinyLife.PersonalityType.ModifiedNeedReductions*
|
||||
- uid: TinyLife.PersonalityType.AllowedAges
|
||||
commentId: P:TinyLife.PersonalityType.AllowedAges
|
||||
id: AllowedAges
|
||||
|
@ -1530,7 +1560,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedAges
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 259
|
||||
startLine: 266
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1564,7 +1594,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllowedPersonType
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 264
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1598,7 +1628,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Category
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 268
|
||||
startLine: 275
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1629,7 +1659,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 270
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1662,7 +1692,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 277
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1700,7 +1730,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompatible
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 287
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1735,7 +1765,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateInfoGroup
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 297
|
||||
startLine: 304
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1776,7 +1806,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 313
|
||||
startLine: 320
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1811,7 +1841,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FillRandomly
|
||||
path: ../TinyLife/PersonalityType.cs
|
||||
startLine: 325
|
||||
startLine: 332
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -3037,6 +3067,59 @@ references:
|
|||
- name: )
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.PersonalityType.ModifiedNeedReductions*
|
||||
commentId: Overload:TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_ModifiedNeedReductions
|
||||
name: ModifiedNeedReductions
|
||||
nameWithType: PersonalityType.ModifiedNeedReductions
|
||||
fullName: TinyLife.PersonalityType.ModifiedNeedReductions
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}[]
|
||||
isExternal: true
|
||||
href: TinyLife.NeedType.html
|
||||
name: (NeedType, float Modifier)[]
|
||||
nameWithType: (NeedType, float Modifier)[]
|
||||
fullName: (TinyLife.NeedType, float Modifier)[]
|
||||
nameWithType.vb: (NeedType, Modifier As Single)()
|
||||
fullName.vb: (TinyLife.NeedType, Modifier As Single)()
|
||||
name.vb: (NeedType, Modifier As Single)()
|
||||
spec.csharp:
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: float
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Modifier
|
||||
name: Modifier
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.modifier
|
||||
- name: )
|
||||
- name: '['
|
||||
- name: ']'
|
||||
spec.vb:
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
href: TinyLife.NeedType.html
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.ValueTuple{TinyLife.NeedType,System.Single}.Modifier
|
||||
name: Modifier
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.single-.modifier
|
||||
- name: " "
|
||||
- name: As
|
||||
- name: " "
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||
- name: )
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.PersonalityType.AllowedAges*
|
||||
commentId: Overload:TinyLife.PersonalityType.AllowedAges
|
||||
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_AllowedAges
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveData
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 364
|
||||
startLine: 387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -72,7 +72,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Maps
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 369
|
||||
startLine: 392
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -103,7 +103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Time
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 373
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievements
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 378
|
||||
startLine: 401
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Map
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 384
|
||||
startLine: 407
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaveHandler
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 24
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -67,7 +67,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGameSaved
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 29
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -96,7 +96,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGameLoaded
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 33
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSaveDataCreated
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 37
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -154,7 +154,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSaveDataLoaded
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 41
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -183,7 +183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnSaveLoadError
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 46
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -215,7 +215,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetGameDir
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 53
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -249,7 +249,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSavesDir
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 65
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSaveDir
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 75
|
||||
startLine: 77
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSaveBackups
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 84
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -362,7 +362,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateSerializerSettings
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 94
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -405,7 +405,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateSerializer
|
||||
path: ../TinyLife/SaveHandler.cs
|
||||
startLine: 119
|
||||
startLine: 131
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Set
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1444
|
||||
startLine: 1482
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Woodworking
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1450
|
||||
startLine: 1488
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Workout
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1454
|
||||
startLine: 1492
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildClothes
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1458
|
||||
startLine: 1496
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RetroFurniture
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1462
|
||||
startLine: 1500
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ContemporaryComplements
|
||||
path: ../TinyLife/GameImpl.cs
|
||||
startLine: 1466
|
||||
startLine: 1504
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -5,10 +5,11 @@ items:
|
|||
id: FoodType.ContainerType
|
||||
parent: TinyLife.Skills
|
||||
children:
|
||||
- TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
- TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
- TinyLife.Skills.FoodType.ContainerType.Bowl
|
||||
- TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
|
||||
- TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
|
||||
- TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
|
||||
- TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Boolean)
|
||||
- TinyLife.Skills.FoodType.ContainerType.Glass
|
||||
- TinyLife.Skills.FoodType.ContainerType.IsDrink
|
||||
- TinyLife.Skills.FoodType.ContainerType.Mug
|
||||
|
@ -28,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ContainerType
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 638
|
||||
startLine: 632
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -67,7 +68,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Plate
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 643
|
||||
startLine: 637
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -78,6 +79,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Skills.FoodType.ContainerType
|
||||
content.vb: Public Shared ReadOnly Plate As FoodType.ContainerType
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.Bowl
|
||||
commentId: F:TinyLife.Skills.FoodType.ContainerType.Bowl
|
||||
id: Bowl
|
||||
parent: TinyLife.Skills.FoodType.ContainerType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Bowl
|
||||
nameWithType: FoodType.ContainerType.Bowl
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.Bowl
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Skills/FoodType.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bowl
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 641
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
syntax:
|
||||
content: public static readonly FoodType.ContainerType Bowl
|
||||
return:
|
||||
type: TinyLife.Skills.FoodType.ContainerType
|
||||
content.vb: Public Shared ReadOnly Bowl As FoodType.ContainerType
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.Glass
|
||||
commentId: F:TinyLife.Skills.FoodType.ContainerType.Glass
|
||||
id: Glass
|
||||
|
@ -96,7 +124,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Glass
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 650
|
||||
startLine: 648
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -125,7 +153,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mug
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 657
|
||||
startLine: 655
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -154,7 +182,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 665
|
||||
startLine: 663
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -183,7 +211,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsDrink
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 669
|
||||
startLine: 667
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -194,16 +222,16 @@ items:
|
|||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public ReadOnly IsDrink As Boolean
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
commentId: M:TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
id: '#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})'
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
commentId: M:TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})
|
||||
id: '#ctor(System.String,System.Boolean,System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{System.Boolean,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})'
|
||||
parent: TinyLife.Skills.FoodType.ContainerType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ContainerType(string, bool, Func<int, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
|
||||
nameWithType: FoodType.ContainerType.ContainerType(string, bool, Func<int, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType(string, bool, System.Func<int, TinyLife.Objects.FurnitureType>, System.Func<bool, TinyLife.Objects.FurnitureType>, System.Func<TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion>)
|
||||
name: ContainerType(string, bool, Func<bool, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
|
||||
nameWithType: FoodType.ContainerType.ContainerType(string, bool, Func<bool, FurnitureType>, Func<bool, FurnitureType>, Func<FoodType, TextureRegion>)
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType(string, bool, System.Func<bool, TinyLife.Objects.FurnitureType>, System.Func<bool, TinyLife.Objects.FurnitureType>, System.Func<TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
|
@ -212,14 +240,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 683
|
||||
startLine: 681
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
summary: Creates a new container type with the given settings.
|
||||
example: []
|
||||
syntax:
|
||||
content: public ContainerType(string name, bool isDrink, Func<int, FurnitureType> filled, Func<bool, FurnitureType> empty, Func<FoodType, TextureRegion> texture)
|
||||
content: public ContainerType(string name, bool isDrink, Func<bool, FurnitureType> filled, Func<bool, FurnitureType> empty, Func<FoodType, TextureRegion> texture)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
|
@ -228,29 +256,29 @@ items:
|
|||
type: System.Boolean
|
||||
description: Whether the container type contains a drink (and should play a drinking sound rather than an eating sound).
|
||||
- id: filled
|
||||
type: System.Func{System.Int32,TinyLife.Objects.FurnitureType}
|
||||
description: A function that returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> for this container type, based on the serving size.
|
||||
type: System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
|
||||
description: A function that returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> for this container type, based on whether it should contain multiple servings.
|
||||
- id: empty
|
||||
type: System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
|
||||
description: A function that returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> that should be used when this container is empty, based on whether the original container held multiple servings or not.
|
||||
- id: texture
|
||||
type: System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion}
|
||||
description: A function that returns the texture to use for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> that is stored in this container.
|
||||
content.vb: Public Sub New(name As String, isDrink As Boolean, filled As Func(Of Integer, FurnitureType), empty As Func(Of Boolean, FurnitureType), texture As Func(Of FoodType, TextureRegion))
|
||||
content.vb: Public Sub New(name As String, isDrink As Boolean, filled As Func(Of Boolean, FurnitureType), empty As Func(Of Boolean, FurnitureType), texture As Func(Of FoodType, TextureRegion))
|
||||
overload: TinyLife.Skills.FoodType.ContainerType.#ctor*
|
||||
nameWithType.vb: FoodType.ContainerType.New(String, Boolean, Func(Of Integer, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
|
||||
fullName.vb: TinyLife.Skills.FoodType.ContainerType.New(String, Boolean, System.Func(Of Integer, TinyLife.Objects.FurnitureType), System.Func(Of Boolean, TinyLife.Objects.FurnitureType), System.Func(Of TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion))
|
||||
name.vb: New(String, Boolean, Func(Of Integer, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
|
||||
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)
|
||||
id: GetFilled(System.Int32)
|
||||
nameWithType.vb: FoodType.ContainerType.New(String, Boolean, Func(Of Boolean, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
|
||||
fullName.vb: TinyLife.Skills.FoodType.ContainerType.New(String, Boolean, System.Func(Of Boolean, TinyLife.Objects.FurnitureType), System.Func(Of Boolean, TinyLife.Objects.FurnitureType), System.Func(Of TinyLife.Skills.FoodType, MLEM.Textures.TextureRegion))
|
||||
name.vb: New(String, Boolean, Func(Of Boolean, FurnitureType), Func(Of Boolean, FurnitureType), Func(Of FoodType, TextureRegion))
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Boolean)
|
||||
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Boolean)
|
||||
id: GetFilled(System.Boolean)
|
||||
parent: TinyLife.Skills.FoodType.ContainerType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFilled(int)
|
||||
nameWithType: FoodType.ContainerType.GetFilled(int)
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled(int)
|
||||
name: GetFilled(bool)
|
||||
nameWithType: FoodType.ContainerType.GetFilled(bool)
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -259,26 +287,26 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFilled
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 696
|
||||
startLine: 694
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
summary: Returns the <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> for this container type, based on the serving size.
|
||||
example: []
|
||||
syntax:
|
||||
content: public virtual FurnitureType GetFilled(int servingSize)
|
||||
content: public virtual FurnitureType GetFilled(bool multiple)
|
||||
parameters:
|
||||
- id: servingSize
|
||||
type: System.Int32
|
||||
description: The serving size to use.
|
||||
- id: multiple
|
||||
type: System.Boolean
|
||||
description: Whether the container should hold multiple servings.
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
description: The furniture for this container type.
|
||||
content.vb: Public Overridable Function GetFilled(servingSize As Integer) As FurnitureType
|
||||
content.vb: Public Overridable Function GetFilled(multiple As Boolean) As FurnitureType
|
||||
overload: TinyLife.Skills.FoodType.ContainerType.GetFilled*
|
||||
nameWithType.vb: FoodType.ContainerType.GetFilled(Integer)
|
||||
fullName.vb: TinyLife.Skills.FoodType.ContainerType.GetFilled(Integer)
|
||||
name.vb: GetFilled(Integer)
|
||||
nameWithType.vb: FoodType.ContainerType.GetFilled(Boolean)
|
||||
fullName.vb: TinyLife.Skills.FoodType.ContainerType.GetFilled(Boolean)
|
||||
name.vb: GetFilled(Boolean)
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
|
||||
commentId: M:TinyLife.Skills.FoodType.ContainerType.GetEmpty(System.Boolean)
|
||||
id: GetEmpty(System.Boolean)
|
||||
|
@ -297,7 +325,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEmpty
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 705
|
||||
startLine: 703
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -335,7 +363,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDefaultTexture
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 714
|
||||
startLine: 712
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -803,58 +831,13 @@ references:
|
|||
fullName: TinyLife.Objects.FurnitureType
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.#ctor*
|
||||
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.#ctor
|
||||
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType__ctor_System_String_System_Boolean_System_Func_System_Int32_TinyLife_Objects_FurnitureType__System_Func_System_Boolean_TinyLife_Objects_FurnitureType__System_Func_TinyLife_Skills_FoodType_MLEM_Textures_TextureRegion__
|
||||
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType__ctor_System_String_System_Boolean_System_Func_System_Boolean_TinyLife_Objects_FurnitureType__System_Func_System_Boolean_TinyLife_Objects_FurnitureType__System_Func_TinyLife_Skills_FoodType_MLEM_Textures_TextureRegion__
|
||||
name: ContainerType
|
||||
nameWithType: FoodType.ContainerType.ContainerType
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.ContainerType
|
||||
nameWithType.vb: FoodType.ContainerType.New
|
||||
fullName.vb: TinyLife.Skills.FoodType.ContainerType.New
|
||||
name.vb: New
|
||||
- uid: System.Func{System.Int32,TinyLife.Objects.FurnitureType}
|
||||
commentId: T:System.Func{System.Int32,TinyLife.Objects.FurnitureType}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
name: Func<int, FurnitureType>
|
||||
nameWithType: Func<int, FurnitureType>
|
||||
fullName: System.Func<int, TinyLife.Objects.FurnitureType>
|
||||
nameWithType.vb: Func(Of Integer, FurnitureType)
|
||||
fullName.vb: System.Func(Of Integer, TinyLife.Objects.FurnitureType)
|
||||
name.vb: Func(Of Integer, FurnitureType)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: <
|
||||
- uid: System.Int32
|
||||
name: int
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
href: TinyLife.Objects.FurnitureType.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: System.Int32
|
||||
name: Integer
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.FurnitureType
|
||||
name: FurnitureType
|
||||
href: TinyLife.Objects.FurnitureType.html
|
||||
- name: )
|
||||
- uid: System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
|
||||
commentId: T:System.Func{System.Boolean,TinyLife.Objects.FurnitureType}
|
||||
parent: System
|
||||
|
@ -979,21 +962,10 @@ references:
|
|||
- name: )
|
||||
- uid: TinyLife.Skills.FoodType.ContainerType.GetFilled*
|
||||
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.GetFilled
|
||||
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetFilled_System_Int32_
|
||||
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetFilled_System_Boolean_
|
||||
name: GetFilled
|
||||
nameWithType: FoodType.ContainerType.GetFilled
|
||||
fullName: TinyLife.Skills.FoodType.ContainerType.GetFilled
|
||||
- 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: TinyLife.Skills.FoodType.ContainerType.GetEmpty*
|
||||
commentId: Overload:TinyLife.Skills.FoodType.ContainerType.GetEmpty
|
||||
href: TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetEmpty_System_Boolean_
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodRestriction
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 724
|
||||
startLine: 722
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -69,7 +69,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 730
|
||||
startLine: 728
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotVegan
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 734
|
||||
startLine: 732
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -125,7 +125,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotVegetarian
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 738
|
||||
startLine: 736
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -153,7 +153,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotPescetarian
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 742
|
||||
startLine: 740
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -181,7 +181,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotForBabies
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 746
|
||||
startLine: 744
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotForChildren
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 750
|
||||
startLine: 748
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -237,7 +237,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NotForPregnancy
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 754
|
||||
startLine: 752
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPriceDelegate
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 548
|
||||
startLine: 542
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
|
|
@ -34,7 +34,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IngredientSource
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 553
|
||||
startLine: 547
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -73,7 +73,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fridge
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 558
|
||||
startLine: 552
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -102,7 +102,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Barbecue
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 562
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -131,7 +131,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildStove
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 566
|
||||
startLine: 560
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CoffeeMachine
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 570
|
||||
startLine: 564
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -189,7 +189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sink
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 574
|
||||
startLine: 568
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -218,7 +218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CafeDisplayCase
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 578
|
||||
startLine: 572
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TeaKit
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 582
|
||||
startLine: 576
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -276,7 +276,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProteinShakeMaker
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 587
|
||||
startLine: 581
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -305,7 +305,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MixologyKit
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 591
|
||||
startLine: 585
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 601
|
||||
startLine: 595
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -363,7 +363,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Container
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 605
|
||||
startLine: 599
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -392,7 +392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEaten
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 611
|
||||
startLine: 605
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -428,7 +428,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEat
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 616
|
||||
startLine: 610
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -462,7 +462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 621
|
||||
startLine: 615
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -496,7 +496,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 628
|
||||
startLine: 622
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
|
|
@ -20,7 +20,7 @@ items:
|
|||
- TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
||||
- TinyLife.Skills.FoodType.CustomTextureFunc
|
||||
- TinyLife.Skills.FoodType.DisplayName
|
||||
- TinyLife.Skills.FoodType.GetAllContainers(System.Int32)
|
||||
- TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)
|
||||
- TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
|
||||
- TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
||||
- TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
|
||||
|
@ -171,7 +171,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnFoodEaten
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 51
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -205,7 +205,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnGetPrice
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 55
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -234,7 +234,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 162
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkillLevel
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 166
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -292,7 +292,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Price
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 171
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -324,7 +324,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SaturationModifier
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 175
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -353,7 +353,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Color
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 179
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -382,7 +382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sources
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 183
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -411,7 +411,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Restrictions
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 187
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -440,7 +440,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 193
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -474,7 +474,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AdditionalObject
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 199
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -510,7 +510,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Container
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 203
|
||||
startLine: 201
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -541,7 +541,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnEaten
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 209
|
||||
startLine: 207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -577,7 +577,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEatFunc
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 214
|
||||
startLine: 212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -611,7 +611,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCreateFunc
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 219
|
||||
startLine: 217
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -645,7 +645,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CustomTextureFunc
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 223
|
||||
startLine: 221
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -676,7 +676,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanHaveCandle
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 227
|
||||
startLine: 225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -705,7 +705,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 231
|
||||
startLine: 229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -736,7 +736,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 233
|
||||
startLine: 231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -769,7 +769,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 245
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -795,7 +795,7 @@ items:
|
|||
description: A set of <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
|
||||
- id: source
|
||||
type: TinyLife.Skills.FoodType.IngredientSource
|
||||
description: The <xref href="TinyLife.Skills.FoodType.IngredientSource" data-throw-if-not-resolved="false"></xref> that this food type can be created in, defaults to <xref href="TinyLife.Skills.FoodType.IngredientSource.Fridge" data-throw-if-not-resolved="false"></xref>.
|
||||
description: The <xref href="TinyLife.Skills.FoodType.IngredientSource" data-throw-if-not-resolved="false"></xref> that this food type can be created in, defaults to <xref href="TinyLife.Skills.FoodType.IngredientSource.Fridge" data-throw-if-not-resolved="false"></xref>. Also causes <xref href="TinyLife.Skills.FoodType.RequiredSkill" data-throw-if-not-resolved="false"></xref>a nd <xref href="TinyLife.Skills.FoodType.Container" data-throw-if-not-resolved="false"></xref> to be set.
|
||||
- id: color
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Color}
|
||||
description: The color that this food type should display with, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="Microsoft.Xna.Framework.Color.White" data-throw-if-not-resolved="false"></xref>.
|
||||
|
@ -822,7 +822,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 266
|
||||
startLine: 264
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -869,7 +869,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 288
|
||||
startLine: 286
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -928,7 +928,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructUnfinished
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 308
|
||||
startLine: 306
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -987,7 +987,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEat
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 325
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1034,7 +1034,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCreate
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 358
|
||||
startLine: 356
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1087,7 +1087,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRestrictionsDescription
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 383
|
||||
startLine: 381
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1128,7 +1128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeOnEaten
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 398
|
||||
startLine: 396
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1166,7 +1166,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTexture
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 447
|
||||
startLine: 445
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1207,7 +1207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 456
|
||||
startLine: 454
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1242,7 +1242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPossibleArguments
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 472
|
||||
startLine: 470
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1277,16 +1277,16 @@ items:
|
|||
nameWithType.vb: FoodType.GetPossibleArguments(PersonLike, Integer, FoodType.IngredientSource, Single, SkillType, Boolean)
|
||||
fullName.vb: TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike, Integer, TinyLife.Skills.FoodType.IngredientSource, Single, TinyLife.Skills.SkillType, Boolean)
|
||||
name.vb: GetPossibleArguments(PersonLike, Integer, IngredientSource, Single, SkillType, Boolean)
|
||||
- uid: TinyLife.Skills.FoodType.GetAllContainers(System.Int32)
|
||||
commentId: M:TinyLife.Skills.FoodType.GetAllContainers(System.Int32)
|
||||
id: GetAllContainers(System.Int32)
|
||||
- uid: TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)
|
||||
commentId: M:TinyLife.Skills.FoodType.GetAllContainers(System.Boolean)
|
||||
id: GetAllContainers(System.Boolean)
|
||||
parent: TinyLife.Skills.FoodType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetAllContainers(int)
|
||||
nameWithType: FoodType.GetAllContainers(int)
|
||||
fullName: TinyLife.Skills.FoodType.GetAllContainers(int)
|
||||
name: GetAllContainers(bool)
|
||||
nameWithType: FoodType.GetAllContainers(bool)
|
||||
fullName: TinyLife.Skills.FoodType.GetAllContainers(bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -1295,7 +1295,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAllContainers
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 506
|
||||
startLine: 504
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -1305,19 +1305,19 @@ items:
|
|||
This method returns a distinct array of <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> instances of all <xref href="TinyLife.Skills.FoodType.Types" data-throw-if-not-resolved="false"></xref>.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static FurnitureType[] GetAllContainers(int servingSize)
|
||||
content: public static IEnumerable<FurnitureType> GetAllContainers(bool multiple)
|
||||
parameters:
|
||||
- id: servingSize
|
||||
type: System.Int32
|
||||
description: The serving size
|
||||
- id: multiple
|
||||
type: System.Boolean
|
||||
description: Whether the container should hold multiple servings.
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType[]
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
|
||||
description: All food containers for the given serving size
|
||||
content.vb: Public Shared Function GetAllContainers(servingSize As Integer) As FurnitureType()
|
||||
content.vb: Public Shared Function GetAllContainers(multiple As Boolean) As IEnumerable(Of FurnitureType)
|
||||
overload: TinyLife.Skills.FoodType.GetAllContainers*
|
||||
nameWithType.vb: FoodType.GetAllContainers(Integer)
|
||||
fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Integer)
|
||||
name.vb: GetAllContainers(Integer)
|
||||
nameWithType.vb: FoodType.GetAllContainers(Boolean)
|
||||
fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Boolean)
|
||||
name.vb: GetAllContainers(Boolean)
|
||||
- uid: TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
||||
commentId: M:TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
||||
id: CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
||||
|
@ -1336,7 +1336,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateBaked
|
||||
path: ../TinyLife/Skills/FoodType.cs
|
||||
startLine: 524
|
||||
startLine: 518
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Skills
|
||||
|
@ -3430,6 +3430,12 @@ references:
|
|||
name: SourceString
|
||||
nameWithType: IEmotionSource.SourceString
|
||||
fullName: TinyLife.Emotions.IEmotionSource.SourceString
|
||||
- uid: TinyLife.Skills.FoodType.Container
|
||||
commentId: P:TinyLife.Skills.FoodType.Container
|
||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Container
|
||||
name: Container
|
||||
nameWithType: FoodType.Container
|
||||
fullName: TinyLife.Skills.FoodType.Container
|
||||
- uid: Microsoft.Xna.Framework.Color.White
|
||||
commentId: P:Microsoft.Xna.Framework.Color.White
|
||||
isExternal: true
|
||||
|
@ -3990,30 +3996,42 @@ references:
|
|||
fullName: TinyLife.Skills.FoodType.Types
|
||||
- uid: TinyLife.Skills.FoodType.GetAllContainers*
|
||||
commentId: Overload:TinyLife.Skills.FoodType.GetAllContainers
|
||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetAllContainers_System_Int32_
|
||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetAllContainers_System_Boolean_
|
||||
name: GetAllContainers
|
||||
nameWithType: FoodType.GetAllContainers
|
||||
fullName: TinyLife.Skills.FoodType.GetAllContainers
|
||||
- uid: TinyLife.Objects.FurnitureType[]
|
||||
isExternal: true
|
||||
href: TinyLife.Objects.FurnitureType.html
|
||||
name: FurnitureType[]
|
||||
nameWithType: FurnitureType[]
|
||||
fullName: TinyLife.Objects.FurnitureType[]
|
||||
nameWithType.vb: FurnitureType()
|
||||
fullName.vb: TinyLife.Objects.FurnitureType()
|
||||
name.vb: FurnitureType()
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<FurnitureType>
|
||||
nameWithType: IEnumerable<FurnitureType>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Objects.FurnitureType>
|
||||
nameWithType.vb: IEnumerable(Of FurnitureType)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.FurnitureType)
|
||||
name.vb: IEnumerable(Of FurnitureType)
|
||||
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.FurnitureType
|
||||
name: FurnitureType
|
||||
href: TinyLife.Objects.FurnitureType.html
|
||||
- name: '['
|
||||
- name: ']'
|
||||
- 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.FurnitureType
|
||||
name: FurnitureType
|
||||
href: TinyLife.Objects.FurnitureType.html
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Skills.FoodType.CreateBaked*
|
||||
commentId: Overload:TinyLife.Skills.FoodType.CreateBaked
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomPriceDelegate
|
||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||
startLine: 478
|
||||
startLine: 473
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
|
|
@ -520,7 +520,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanPlace
|
||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||
startLine: 245
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -551,7 +551,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCustomPrice
|
||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||
startLine: 447
|
||||
startLine: 442
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue