mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
0.40.0
This commit is contained in:
parent
5218e6454a
commit
5ca22039c5
163 changed files with 19517 additions and 6406 deletions
137
Changelog.md
137
Changelog.md
|
@ -1,3 +1,62 @@
|
||||||
|
# 0.40.0
|
||||||
|
*March 9, 2024*
|
||||||
|
|
||||||
|
![](media/changelog/0.40.0.png)
|
||||||
|
|
||||||
|
> Lunar Grove and Populated Homes
|
||||||
|
|
||||||
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.40.0/).**
|
||||||
|
|
||||||
|
Additions
|
||||||
|
- Added Lunar Grove, a lovely secluded forest town with buildings contributed by the lovely [Plumbella](https://www.youtube.com/@Plumbella)
|
||||||
|
- Added the ability for empty homes to be populated automatically with exported or randomly generated households during gameplay
|
||||||
|
- Added a backup management screen that allows creating, removing and restoring save backups from within the game
|
||||||
|
- Added on-screen camera zoom buttons
|
||||||
|
- Added a few new cakes
|
||||||
|
|
||||||
|
Improvements
|
||||||
|
- Display some important notifications as splashes in the center of the screen
|
||||||
|
- Display the reason an object can't be placed in build mode as a tooltip
|
||||||
|
- Display achievement progress in the achievements menu
|
||||||
|
- Improved the look of tooltips
|
||||||
|
- Made some foods incompatible for people who are pregnant
|
||||||
|
- Display food restrictions when they apply, rather than when they don't
|
||||||
|
- Moved chair spots slightly closer to their parent objects
|
||||||
|
- Disallow children from visiting a strange household with no children in it
|
||||||
|
- Made people discard their held item automatically before going out of town
|
||||||
|
- Display relationship levels in the people selection menu
|
||||||
|
- Avoid households with more household members also receiving more visitors
|
||||||
|
- Display which items were changed in the steam content notification
|
||||||
|
- Made people go on parental leave automatically if necessary when giving birth
|
||||||
|
- Made people stay at home and on lots longer
|
||||||
|
- Don't require a table for children to do homework
|
||||||
|
- Display rooms on lower floors a bit darker to make depth clearer for open floor sections
|
||||||
|
- Highlight the selected person more thoroughly compared to other people when using the highlight tinies option
|
||||||
|
- Display an auto-save indicator at the top of the screen
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
- Fixed doors opening for people on different floors
|
||||||
|
- Fixed people being allowed to use doors when they weren't invited in
|
||||||
|
- Fixed the Maple Plains City Campers' Lane 2 living room area being inaccessible in new saves
|
||||||
|
- Fixed a rare crash when loading a save with complex fencing setups
|
||||||
|
- Fixed existing work relationships not improving if the ai relationships option is off
|
||||||
|
- Fixed a rogue black pixel in the rhombus rug
|
||||||
|
- Fixed the ability to make the UI scale so large that reverting was impossible
|
||||||
|
- Fixed depth rendering issues for people with a lot of clothes layers equipped
|
||||||
|
- Fixed UI blinking briefly when a person is selected using right-click
|
||||||
|
- Fixed mail carriers and trash collectors not going home after their route is done
|
||||||
|
- Fixed children being able to apply furniture upgrades
|
||||||
|
- Fixed outfit previews in the character creator ignoring hidden layers
|
||||||
|
- Fixed the cheat history storing empty strings when invoking an empty cheat
|
||||||
|
- Fixed lots being marked as visited when walking over them, causing people to stick around lots they weren't meant to
|
||||||
|
- Fixed removing maps from saves causing people to spawn at map borders and getting stuck
|
||||||
|
|
||||||
|
API
|
||||||
|
- Added SimpleBehavior action, an action type that allows easily creating behavior-based actions without a custom class
|
||||||
|
- Improved the way special action types, like talk actions and project actions, are constructed
|
||||||
|
- Game content initialized through static constructors is now explicitly loaded in order. If a mod disrupts the order by accessing content earlier than expected, a warning is emitted.
|
||||||
|
- Generified the color system to allow all objects with colors to have a color map and default colors
|
||||||
|
|
||||||
# 0.39.1
|
# 0.39.1
|
||||||
*February 4, 2024*
|
*February 4, 2024*
|
||||||
|
|
||||||
|
@ -19,7 +78,7 @@ API
|
||||||
|
|
||||||
> An Upgrade to Your Tiny Life
|
> An Upgrade to Your Tiny Life
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.39.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.39.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the tinkering skill and the ability to discover upgrades
|
- Added the tinkering skill and the ability to discover upgrades
|
||||||
|
@ -143,7 +202,7 @@ Fixes
|
||||||
|
|
||||||
> Get Cozy Indoors and Lock Out Your Friends
|
> Get Cozy Indoors and Lock Out Your Friends
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.38.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.38.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added various clutter items, including jars, palettes, washing up stuff, book stacks, sandbox decor
|
- Added various clutter items, including jars, palettes, washing up stuff, book stacks, sandbox decor
|
||||||
|
@ -264,7 +323,7 @@ Fixes
|
||||||
|
|
||||||
> Multiple Floors and Fences Galore
|
> Multiple Floors and Fences Galore
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.37.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.37.0/).**
|
||||||
|
|
||||||
Changes that weren't included in preview versions are written in **bold**.
|
Changes that weren't included in preview versions are written in **bold**.
|
||||||
|
|
||||||
|
@ -453,7 +512,7 @@ Fixes
|
||||||
|
|
||||||
> Retro Rarities and Stopped Starvation
|
> Retro Rarities and Stopped Starvation
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.36.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.36.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the Retro Rarities set with art by [clovedove](https://clovedove.tumblr.com/), which includes various new furniture and clothing items in a retro style
|
- Added the Retro Rarities set with art by [clovedove](https://clovedove.tumblr.com/), which includes various new furniture and clothing items in a retro style
|
||||||
|
@ -548,7 +607,7 @@ API
|
||||||
|
|
||||||
> Multiple Maps and Fabulous Phones
|
> Multiple Maps and Fabulous Phones
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.35.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.35.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability for saves to have multiple worlds in them, as well as the ability to travel between them
|
- Added the ability for saves to have multiple worlds in them, as well as the ability to travel between them
|
||||||
|
@ -599,7 +658,7 @@ API
|
||||||
|
|
||||||
> Of Bars, Brews and Progress Bars
|
> Of Bars, Brews and Progress Bars
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.34.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.34.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability to make drinks using the Mixology Kit
|
- Added the ability to make drinks using the Mixology Kit
|
||||||
|
@ -904,7 +963,7 @@ Fixes
|
||||||
|
|
||||||
> Big Steps Towards Release
|
> Big Steps Towards Release
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.30.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.30.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a few more decorative objects, including two lamps, cattails and lily pads
|
- Added a few more decorative objects, including two lamps, cattails and lily pads
|
||||||
|
@ -1038,7 +1097,7 @@ Fixes
|
||||||
|
|
||||||
> Say Hi to the Demo
|
> Say Hi to the Demo
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.29.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.29.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the Demoville world, including its community-made lots and households
|
- Added the Demoville world, including its community-made lots and households
|
||||||
|
@ -1126,7 +1185,7 @@ Fixes
|
||||||
|
|
||||||
> The Last Beta Update Ever
|
> The Last Beta Update Ever
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.28.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.28.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added jungle gym, coloring book, and festive tree objects
|
- Added jungle gym, coloring book, and festive tree objects
|
||||||
|
@ -1187,7 +1246,7 @@ API
|
||||||
|
|
||||||
> Trashy Techie Library
|
> Trashy Techie Library
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.27.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.27.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a double-sided bookshelf, a book cart, a small indoor trash can, an outdoor wheelie bin, a vertical planter box, and a simple nightstand
|
- Added a double-sided bookshelf, a book cart, a small indoor trash can, an outdoor wheelie bin, a vertical planter box, and a simple nightstand
|
||||||
|
@ -1227,7 +1286,7 @@ API
|
||||||
|
|
||||||
> Lights, Camera, Music
|
> Lights, Camera, Music
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.26.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.26.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the first of many of [Leiss](https://leiss.bandcamp.com)'s songs for the Tiny Life Soundtrack
|
- Added the first of many of [Leiss](https://leiss.bandcamp.com)'s songs for the Tiny Life Soundtrack
|
||||||
|
@ -1308,7 +1367,7 @@ API
|
||||||
|
|
||||||
> Water, Stuff and Skill Books
|
> Water, Stuff and Skill Books
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.25.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.25.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability for primary school students to study at a bookshelf
|
- Added the ability for primary school students to study at a bookshelf
|
||||||
|
@ -1379,7 +1438,7 @@ Fixes
|
||||||
|
|
||||||
> Undo, Redo, Fridge Achievements
|
> Undo, Redo, Fridge Achievements
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.24.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.24.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability to store leftovers in the fridge
|
- Added the ability to store leftovers in the fridge
|
||||||
|
@ -1424,7 +1483,7 @@ API
|
||||||
|
|
||||||
> Job Choices, Aging Up and Furniture Fun
|
> Job Choices, Aging Up and Furniture Fun
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.23.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.23.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added choice prompts for jobs and students, which appear randomly and allow the player to influence the situation
|
- Added choice prompts for jobs and students, which appear randomly and allow the player to influence the situation
|
||||||
|
@ -1571,7 +1630,7 @@ Fixes
|
||||||
|
|
||||||
> Two Years of Tiny Life: Cafés, Gamepad Controls and More
|
> Two Years of Tiny Life: Cafés, Gamepad Controls and More
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.21.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.21.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability to control the entire game using a gamepad
|
- Added the ability to control the entire game using a gamepad
|
||||||
|
@ -1692,7 +1751,7 @@ Fixes
|
||||||
|
|
||||||
> The Children Update, it's finally here!
|
> The Children Update, it's finally here!
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.20.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.20.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the Children age group, which includes several new gameplay features, including new interactable furniture items, school, homework and the start of parenting interactions
|
- Added the Children age group, which includes several new gameplay features, including new interactable furniture items, school, homework and the start of parenting interactions
|
||||||
|
@ -1777,7 +1836,7 @@ Fixes
|
||||||
|
|
||||||
> Ui, Sound and Improvements Abound
|
> Ui, Sound and Improvements Abound
|
||||||
|
|
||||||
Happy new year! Read the devlog [on the website](https://tinylifegame.com/devlogs/0.19.0/).
|
Happy new year! **Read the devlog [on the website](https://tinylifegame.com/devlogs/0.19.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added carpet and puzzle piece floorings
|
- Added carpet and puzzle piece floorings
|
||||||
|
@ -1826,7 +1885,7 @@ API
|
||||||
|
|
||||||
> Animations, Food and Sources
|
> Animations, Food and Sources
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.18.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.18.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added emotion sources that display when hovering over an emotion modifier
|
- Added emotion sources that display when hovering over an emotion modifier
|
||||||
|
@ -1909,7 +1968,7 @@ Fixes
|
||||||
|
|
||||||
> Life Goals, Reward Personalities and Daily Tasks
|
> Life Goals, Reward Personalities and Daily Tasks
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.17.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.17.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added Life Goals
|
- Added Life Goals
|
||||||
|
@ -1970,7 +2029,7 @@ Fixes
|
||||||
|
|
||||||
> Woodlands and Visitors
|
> Woodlands and Visitors
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.16.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.16.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the Woodlands Set with art by [faellynna](https://www.instagram.com/faellynna/), which includes a Woodworking skill and a large variety of new build mode items:
|
- Added the Woodlands Set with art by [faellynna](https://www.instagram.com/faellynna/), which includes a Woodworking skill and a large variety of new build mode items:
|
||||||
|
@ -2027,7 +2086,7 @@ Fixes
|
||||||
|
|
||||||
> Barbecue Trash Cleaning
|
> Barbecue Trash Cleaning
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.15.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.15.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a barbecue and some grillable food items
|
- Added a barbecue and some grillable food items
|
||||||
|
@ -2063,7 +2122,7 @@ Fixes
|
||||||
|
|
||||||
> Lamps, Lot Movement, Speech Sounds!
|
> Lamps, Lot Movement, Speech Sounds!
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.14.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.14.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added dynamic lighting and two lamps, a ceiling and a floor one
|
- Added dynamic lighting and two lamps, a ceiling and a floor one
|
||||||
|
@ -2115,7 +2174,7 @@ Fixes
|
||||||
|
|
||||||
> Camera Rotation and a Larger Map!
|
> Camera Rotation and a Larger Map!
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.13.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.13.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added camera rotation, which can be used using the C key or the rotation buttons in the top right
|
- Added camera rotation, which can be used using the C key or the rotation buttons in the top right
|
||||||
|
@ -2187,7 +2246,7 @@ Fixes
|
||||||
|
|
||||||
> The Fitness Set
|
> The Fitness Set
|
||||||
|
|
||||||
Watch [the trailer](https://www.youtube.com/watch?v=e86RRKPNLv0) and read the devlog [on the website](https://tinylifegame.com/devlogs/0.12.0/).
|
Watch [the trailer](https://www.youtube.com/watch?v=e86RRKPNLv0) and **read the devlog [on the website](https://tinylifegame.com/devlogs/0.12.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the Fitness Set, with art by [Tector](https://www.instagram.com/tector_pixel/), which includes a fitness skill and several new furniture and clothing items:
|
- Added the Fitness Set, with art by [Tector](https://www.instagram.com/tector_pixel/), which includes a fitness skill and several new furniture and clothing items:
|
||||||
|
@ -2220,7 +2279,7 @@ Fixes
|
||||||
|
|
||||||
> More Actions, More Skills, More Personalities, More Pride!
|
> More Actions, More Skills, More Personalities, More Pride!
|
||||||
|
|
||||||
Read the devlog [on the website](https://tinylifegame.com/devlogs/0.11.0/).
|
**Read the devlog [on the website](https://tinylifegame.com/devlogs/0.11.0/).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a lot more social actions in various categories
|
- Added a lot more social actions in various categories
|
||||||
|
@ -2257,7 +2316,7 @@ Fixes
|
||||||
|
|
||||||
> In-depth writing skill and more AI depth!
|
> In-depth writing skill and more AI depth!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/256150/0101-in-depth-writing-skill-and-more-ai-depth).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/256150/0101-in-depth-writing-skill-and-more-ai-depth).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added an option that causes people in unplayed households to do skill building activities automatically (if their personality or existing skills allow it)
|
- Added an option that causes people in unplayed households to do skill building activities automatically (if their personality or existing skills allow it)
|
||||||
|
@ -2280,7 +2339,7 @@ Fixes
|
||||||
|
|
||||||
> New colors, clothes and many fixes!
|
> New colors, clothes and many fixes!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/254608/0100-new-colors-clothes-and-many-fixes).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/254608/0100-new-colors-clothes-and-many-fixes).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added two new tops, four new bottoms, and four new hairstyles
|
- Added two new tops, four new bottoms, and four new hairstyles
|
||||||
|
@ -2310,7 +2369,7 @@ API
|
||||||
|
|
||||||
> Kick Out Your Annoying Aunt and Sofas
|
> Kick Out Your Annoying Aunt and Sofas
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/248431/090-kick-out-your-annoying-aunt-and-sofas).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/248431/090-kick-out-your-annoying-aunt-and-sofas).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added new furniture: A sofa, a coffee table, and a bathroom sink
|
- Added new furniture: A sofa, a coffee table, and a bathroom sink
|
||||||
|
@ -2352,7 +2411,7 @@ Fixes
|
||||||
|
|
||||||
> Mail Carriers, Bills and New Screenshots
|
> Mail Carriers, Bills and New Screenshots
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/236301/080-mail-carriers-bills-and-new-screenshots).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/236301/080-mail-carriers-bills-and-new-screenshots).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a mail carrier that delivers mails daily
|
- Added a mail carrier that delivers mails daily
|
||||||
|
@ -2377,7 +2436,7 @@ Fixes
|
||||||
|
|
||||||
> Breaking Furniture, Programming, and Many Improvements!
|
> Breaking Furniture, Programming, and Many Improvements!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/223659/070-breaking-furniture-programming-and-many-improvements).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/223659/070-breaking-furniture-programming-and-many-improvements).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added food quality, which is influenced by the cooking skill
|
- Added food quality, which is influenced by the cooking skill
|
||||||
|
@ -2427,7 +2486,7 @@ API
|
||||||
|
|
||||||
> Romance, Sounds and a Lot More!
|
> Romance, Sounds and a Lot More!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/216521/060-romance-sounds-and-a-lot-more).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/216521/060-romance-sounds-and-a-lot-more).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added romance, romantic interactions and the Frisky emotion
|
- Added romance, romantic interactions and the Frisky emotion
|
||||||
|
@ -2476,7 +2535,7 @@ Improvements
|
||||||
|
|
||||||
> Emotions!
|
> Emotions!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/212031/050-emotions).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/212031/050-emotions).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added emotions
|
- Added emotions
|
||||||
|
@ -2504,7 +2563,7 @@ Fixes
|
||||||
# 0.4.0
|
# 0.4.0
|
||||||
> Consequences! Death!
|
> Consequences! Death!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/210682/040-consequences-death).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/210682/040-consequences-death).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added low need consequences:
|
- Added low need consequences:
|
||||||
|
@ -2524,7 +2583,7 @@ Improvements
|
||||||
# 0.3.1
|
# 0.3.1
|
||||||
> Jobs! Hyperspeed!
|
> Jobs! Hyperspeed!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/206044/031-jobs-hyperspeed).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/206044/031-jobs-hyperspeed).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added jobs: You can get a job at the computer and earn money by going to work
|
- Added jobs: You can get a job at the computer and earn money by going to work
|
||||||
|
@ -2542,7 +2601,7 @@ API
|
||||||
# 0.3.0
|
# 0.3.0
|
||||||
> More skills, more stuff to do!
|
> More skills, more stuff to do!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/203072/030-more-skills-more-stuff-to-do).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/203072/030-more-skills-more-stuff-to-do).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- New skills: Painting, charisma and humor
|
- New skills: Painting, charisma and humor
|
||||||
|
@ -2557,7 +2616,7 @@ Improvements
|
||||||
# 0.2.3
|
# 0.2.3
|
||||||
> Personality Types!
|
> Personality Types!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/201694/023-personality-types).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/201694/023-personality-types).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added painting and selling paintings
|
- Added painting and selling paintings
|
||||||
|
@ -2577,7 +2636,7 @@ API
|
||||||
# 0.2.2
|
# 0.2.2
|
||||||
> Nicer menus, more mod abilities!
|
> Nicer menus, more mod abilities!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/199801/022-nicer-menus-more-mod-abilities).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/199801/022-nicer-menus-more-mod-abilities).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added mod list and "Open Game Folder" button to Options menu
|
- Added mod list and "Open Game Folder" button to Options menu
|
||||||
|
@ -2597,7 +2656,7 @@ Fixes
|
||||||
# 0.2.0
|
# 0.2.0
|
||||||
> Custom Mods!
|
> Custom Mods!
|
||||||
|
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/198831/020-custom-mods).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/198831/020-custom-mods).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added the ability to create mods!
|
- Added the ability to create mods!
|
||||||
|
@ -2626,7 +2685,7 @@ Fixes
|
||||||
- Fixed being able to cheat money by deleting rooms
|
- Fixed being able to cheat money by deleting rooms
|
||||||
|
|
||||||
# 0.1.1
|
# 0.1.1
|
||||||
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/193425/version-011).
|
**Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/193425/version-011).**
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added gridless placement by holding the alt key
|
- Added gridless placement by holding the alt key
|
||||||
|
|
|
@ -75,13 +75,13 @@
|
||||||
"TinyLife.Actions.ActionArgument.CustomLayout": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.CustomLayout": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.Description": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.Description": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.DisplayName": "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.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.GetDisplayName": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.GetDisplayName": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.Name": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.Name": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.PassivePriority": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.PassivePriority": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionArgument.yml",
|
"TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"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})": "TinyLife.Actions.ActionArgument.yml",
|
"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})": "TinyLife.Actions.ActionArgument.yml",
|
||||||
"TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml",
|
"TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml",
|
||||||
"TinyLife.Actions.ActionInfo.ActionFloor": "TinyLife.Actions.ActionInfo.yml",
|
"TinyLife.Actions.ActionInfo.ActionFloor": "TinyLife.Actions.ActionInfo.yml",
|
||||||
|
@ -196,6 +196,7 @@
|
||||||
"TinyLife.Actions.ActionType.ComplainAboutRelationship": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.ComplainAboutRelationship": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.ComplimentLooks": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.ComplimentLooks": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.ConfideIn": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.ConfideIn": "TinyLife.Actions.ActionType.yml",
|
||||||
|
"TinyLife.Actions.ActionType.ConstructFully``1(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.CookChildFood": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.CookChildFood": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml",
|
||||||
|
@ -296,7 +297,7 @@
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfBeingNerd": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfBeingNerd": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfBeingOutdoorsy": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfBeingOutdoorsy": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfFoodRestriction": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfFriends": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfFriends": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml",
|
||||||
"TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml",
|
"TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml",
|
||||||
|
@ -743,8 +744,8 @@
|
||||||
"TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction": "TinyLife.Actions.OrderFromStaffAction.yml",
|
"TinyLife.Actions.OrderFromStaffAction.PickUpOrderAction": "TinyLife.Actions.OrderFromStaffAction.yml",
|
||||||
"TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OrderFromStaffAction.yml",
|
"TinyLife.Actions.OrderFromStaffAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OrderFromStaffAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction.AndThenInitialize": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction.AndThenInitialize": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
"TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
|
"TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
|
||||||
|
@ -788,6 +789,25 @@
|
||||||
"TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml",
|
"TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml",
|
||||||
"TinyLife.Actions.SellAction.GetSoldObject``1(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SellAction.yml",
|
"TinyLife.Actions.SellAction.GetSoldObject``1(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SellAction.yml",
|
||||||
"TinyLife.Actions.SellAction.Items": "TinyLife.Actions.SellAction.yml",
|
"TinyLife.Actions.SellAction.Items": "TinyLife.Actions.SellAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.AllowMultitasking": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.CompletionTime": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.ConstructBehavior": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.DisallowedEmotions": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.EfficiencyMattersCompletion": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.GainedSkill": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.OnCompleted": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.RestoredNeeds": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.ActionSettings.Settings": "TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.AndThenIsCompleted": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.Create(TinyLife.Actions.SimpleBehaviorAction.ActionSettings)": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
|
"TinyLife.Actions.SimpleBehaviorAction.Settings": "TinyLife.Actions.SimpleBehaviorAction.yml",
|
||||||
"TinyLife.Actions.SitAction": "TinyLife.Actions.SitAction.yml",
|
"TinyLife.Actions.SitAction": "TinyLife.Actions.SitAction.yml",
|
||||||
"TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
|
"TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
|
||||||
"TinyLife.Actions.SitAction.AndThenIsCompleted": "TinyLife.Actions.SitAction.yml",
|
"TinyLife.Actions.SitAction.AndThenIsCompleted": "TinyLife.Actions.SitAction.yml",
|
||||||
|
@ -850,9 +870,6 @@
|
||||||
"TinyLife.Actions.TalkAction.Settings": "TinyLife.Actions.TalkAction.yml",
|
"TinyLife.Actions.TalkAction.Settings": "TinyLife.Actions.TalkAction.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.#ctor": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.#ctor": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.CanExecute": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
|
@ -869,14 +886,8 @@
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.OnSuccess": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.OnSuccess": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredAges": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredJob": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
|
"TinyLife.Actions.TalkAction.TalkSettings.Settings": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
|
||||||
|
@ -905,7 +916,6 @@
|
||||||
"TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WalkAction.yml",
|
"TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WalkAction.yml",
|
||||||
"TinyLife.Actions.WatchTvAction": "TinyLife.Actions.WatchTvAction.yml",
|
"TinyLife.Actions.WatchTvAction": "TinyLife.Actions.WatchTvAction.yml",
|
||||||
"TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)": "TinyLife.Actions.WatchTvAction.yml",
|
"TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)": "TinyLife.Actions.WatchTvAction.yml",
|
||||||
"TinyLife.Actions.WatchTvAction.AndThenInitialize": "TinyLife.Actions.WatchTvAction.yml",
|
|
||||||
"TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "TinyLife.Actions.WatchTvAction.yml",
|
"TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "TinyLife.Actions.WatchTvAction.yml",
|
||||||
"TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WatchTvAction.yml",
|
"TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WatchTvAction.yml",
|
||||||
"TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WatchTvAction.yml",
|
"TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WatchTvAction.yml",
|
||||||
|
@ -929,7 +939,6 @@
|
||||||
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.CreateFirstActions": "TinyLife.Actions.WorkAction.yml",
|
|
||||||
"TinyLife.Actions.WorkAction.Job": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.Job": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Debug": "TinyLife.Debug.yml",
|
"TinyLife.Debug": "TinyLife.Debug.yml",
|
||||||
|
@ -1223,8 +1232,8 @@
|
||||||
"TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.Mode": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.Mode": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.Money": "TinyLife.GameImpl.yml",
|
||||||
|
"TinyLife.GameImpl.OnFinalizingGameContent": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.OnFinishedLoading": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.OnLoadContentLater": "TinyLife.GameImpl.yml",
|
|
||||||
"TinyLife.GameImpl.RotateCamera(System.Boolean)": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.RotateCamera(System.Boolean)": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.SaveName": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.SaveName": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.Speed": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.Speed": "TinyLife.GameImpl.yml",
|
||||||
|
@ -1232,6 +1241,7 @@
|
||||||
"TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameImpl.Version": "TinyLife.GameImpl.yml",
|
"TinyLife.GameImpl.Version": "TinyLife.GameImpl.yml",
|
||||||
|
"TinyLife.GameImpl.ZoomCamera(System.Int32)": "TinyLife.GameImpl.yml",
|
||||||
"TinyLife.GameSpeed": "TinyLife.GameSpeed.yml",
|
"TinyLife.GameSpeed": "TinyLife.GameSpeed.yml",
|
||||||
"TinyLife.GameSpeed.ExtremelyFast": "TinyLife.GameSpeed.yml",
|
"TinyLife.GameSpeed.ExtremelyFast": "TinyLife.GameSpeed.yml",
|
||||||
"TinyLife.GameSpeed.Fast": "TinyLife.GameSpeed.yml",
|
"TinyLife.GameSpeed.Fast": "TinyLife.GameSpeed.yml",
|
||||||
|
@ -1273,7 +1283,7 @@
|
||||||
"TinyLife.Goals.AchievementType.Types": "TinyLife.Goals.AchievementType.yml",
|
"TinyLife.Goals.AchievementType.Types": "TinyLife.Goals.AchievementType.yml",
|
||||||
"TinyLife.Goals.AmountGoal": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal": "TinyLife.Goals.AmountGoal.yml",
|
||||||
"TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AmountGoal.yml",
|
||||||
"TinyLife.Goals.AmountGoal.GetDisplayedProgress": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal.GetDisplayedProgress(System.Boolean)": "TinyLife.Goals.AmountGoal.yml",
|
||||||
"TinyLife.Goals.AmountGoal.GetProgress": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal.GetProgress": "TinyLife.Goals.AmountGoal.yml",
|
||||||
"TinyLife.Goals.AmountGoal.Reset": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal.Reset": "TinyLife.Goals.AmountGoal.yml",
|
||||||
"TinyLife.Goals.AmountGoal.Trigger(System.Single)": "TinyLife.Goals.AmountGoal.yml",
|
"TinyLife.Goals.AmountGoal.Trigger(System.Single)": "TinyLife.Goals.AmountGoal.yml",
|
||||||
|
@ -1297,21 +1307,22 @@
|
||||||
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
"TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal.GetDisplayedProgress": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(System.Boolean)": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal.GetProgress": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal.GetProgress": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal.Reset": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal.Reset": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)": "TinyLife.Goals.ConditionedGoal.yml",
|
"TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)": "TinyLife.Goals.ConditionedGoal.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.GetProgress": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.GetProgress": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.Reset": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.Reset": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.Trigger(`0)": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.Trigger(`0)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal-1.yml",
|
"TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal-1.yml",
|
||||||
"TinyLife.Goals.Goal": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal": "TinyLife.Goals.Goal.yml",
|
||||||
"TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.Goal.yml",
|
||||||
"TinyLife.Goals.Goal.GetDisplayedProgress": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)": "TinyLife.Goals.Goal.yml",
|
||||||
|
"TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)": "TinyLife.Goals.Goal.yml",
|
||||||
"TinyLife.Goals.Goal.GetProgress": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal.GetProgress": "TinyLife.Goals.Goal.yml",
|
||||||
"TinyLife.Goals.Goal.Info": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal.Info": "TinyLife.Goals.Goal.yml",
|
||||||
"TinyLife.Goals.Goal.Name": "TinyLife.Goals.Goal.yml",
|
"TinyLife.Goals.Goal.Name": "TinyLife.Goals.Goal.yml",
|
||||||
|
@ -1329,6 +1340,7 @@
|
||||||
"TinyLife.Goals.GoalSet.GetGoal``1(System.String)": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.GetGoal``1(System.String)": "TinyLife.Goals.GoalSet.yml",
|
||||||
"TinyLife.Goals.GoalSet.GetGoals``1": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.GetGoals``1": "TinyLife.Goals.GoalSet.yml",
|
||||||
"TinyLife.Goals.GoalSet.GetProgress": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.GetProgress": "TinyLife.Goals.GoalSet.yml",
|
||||||
|
"TinyLife.Goals.GoalSet.Goals": "TinyLife.Goals.GoalSet.yml",
|
||||||
"TinyLife.Goals.GoalSet.Info": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.Info": "TinyLife.Goals.GoalSet.yml",
|
||||||
"TinyLife.Goals.GoalSet.IsCompleted": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.IsCompleted": "TinyLife.Goals.GoalSet.yml",
|
||||||
"TinyLife.Goals.GoalSet.Reset": "TinyLife.Goals.GoalSet.yml",
|
"TinyLife.Goals.GoalSet.Reset": "TinyLife.Goals.GoalSet.yml",
|
||||||
|
@ -1505,15 +1517,10 @@
|
||||||
"TinyLife.Goals.Project.ActionSettings": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.String,System.Type)": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.String,System.Type)": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.CanContinue": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.CanContinue": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.CanExecute": "TinyLife.Goals.Project.ActionSettings.yml",
|
|
||||||
"TinyLife.Goals.Project.ActionSettings.ConstructedType": "TinyLife.Goals.Project.ActionSettings.yml",
|
|
||||||
"TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.Context": "TinyLife.Goals.Project.ActionSettings.yml",
|
|
||||||
"TinyLife.Goals.Project.ActionSettings.IncludeProject": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.IncludeProject": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.Name": "TinyLife.Goals.Project.ActionSettings.yml",
|
|
||||||
"TinyLife.Goals.Project.ActionSettings.ProjectDisplayName": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.ProjectDisplayName": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.RequiredAges": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.Settings": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings.RequiredSkill": "TinyLife.Goals.Project.ActionSettings.yml",
|
|
||||||
"TinyLife.Goals.Project.ActionSettings.Type": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings.Type": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
"TinyLife.Goals.Project.Archived": "TinyLife.Goals.Project.yml",
|
"TinyLife.Goals.Project.Archived": "TinyLife.Goals.Project.yml",
|
||||||
"TinyLife.Goals.Project.Completed": "TinyLife.Goals.Project.yml",
|
"TinyLife.Goals.Project.Completed": "TinyLife.Goals.Project.yml",
|
||||||
|
@ -1542,7 +1549,7 @@
|
||||||
"TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.StudentJobType.yml",
|
"TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.StudentJobType.yml",
|
||||||
"TinyLife.Goals.TimedGoal": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.GetDisplayedProgress": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.GetDisplayedProgress(System.Boolean)": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "TinyLife.Goals.TimedGoal.yml",
|
||||||
|
@ -1578,6 +1585,7 @@
|
||||||
"TinyLife.Mods.Mod": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod": "TinyLife.Mods.Mod.yml",
|
||||||
"TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
||||||
"TinyLife.Mods.Mod.Description": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod.Description": "TinyLife.Mods.Mod.yml",
|
||||||
|
"TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
||||||
"TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
||||||
"TinyLife.Mods.Mod.Icon": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod.Icon": "TinyLife.Mods.Mod.yml",
|
||||||
"TinyLife.Mods.Mod.Initialize(ExtremelySimpleLogger.Logger,MLEM.Data.Content.RawContentManager,MLEM.Data.RuntimeTexturePacker,TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
"TinyLife.Mods.Mod.Initialize(ExtremelySimpleLogger.Logger,MLEM.Data.Content.RawContentManager,MLEM.Data.RuntimeTexturePacker,TinyLife.Mods.ModInfo)": "TinyLife.Mods.Mod.yml",
|
||||||
|
@ -1718,6 +1726,7 @@
|
||||||
"TinyLife.Objects.Chimney.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Chimney.yml",
|
"TinyLife.Objects.Chimney.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Chimney.yml",
|
||||||
"TinyLife.Objects.Clothes": "TinyLife.Objects.Clothes.yml",
|
"TinyLife.Objects.Clothes": "TinyLife.Objects.Clothes.yml",
|
||||||
"TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.Clothes.yml",
|
"TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.Clothes.yml",
|
||||||
|
"TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorSettings)": "TinyLife.Objects.Clothes.yml",
|
||||||
"TinyLife.Objects.Clothes.Ages": "TinyLife.Objects.Clothes.yml",
|
"TinyLife.Objects.Clothes.Ages": "TinyLife.Objects.Clothes.yml",
|
||||||
"TinyLife.Objects.Clothes.AllIntentions": "TinyLife.Objects.Clothes.yml",
|
"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.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)": "TinyLife.Objects.Clothes.yml",
|
||||||
|
@ -1796,7 +1805,8 @@
|
||||||
"TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml",
|
"TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml",
|
||||||
"TinyLife.Objects.FenceType": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType": "TinyLife.Objects.FenceType.yml",
|
||||||
"TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FenceType.yml",
|
||||||
"TinyLife.Objects.FenceType.ColorSchemes": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)": "TinyLife.Objects.FenceType.yml",
|
||||||
|
"TinyLife.Objects.FenceType.Colors": "TinyLife.Objects.FenceType.yml",
|
||||||
"TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.FenceType.yml",
|
||||||
"TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)": "TinyLife.Objects.FenceType.yml",
|
||||||
"TinyLife.Objects.FenceType.Icon": "TinyLife.Objects.FenceType.yml",
|
"TinyLife.Objects.FenceType.Icon": "TinyLife.Objects.FenceType.yml",
|
||||||
|
@ -2128,11 +2138,9 @@
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.Categories": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.Categories": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.ColorMap": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.Colors": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
"TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
"TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions": "TinyLife.Objects.FurnitureType.TypeSettings.yml",
|
||||||
|
@ -2576,7 +2584,6 @@
|
||||||
"TinyLife.Objects.Person.Jobs": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.Jobs": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.LastBedSleptIn": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.LastBedSleptIn": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.LastName": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.LastName": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.LastVisitedLot": "TinyLife.Objects.Person.yml",
|
|
||||||
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.LifeSpan": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.LifeSpan": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
|
||||||
|
@ -2630,6 +2637,7 @@
|
||||||
"TinyLife.Objects.Person.RandomlyGenerated": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.RandomlyGenerated": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.RelationshipChangeDelegate": "TinyLife.Objects.Person.RelationshipChangeDelegate.yml",
|
"TinyLife.Objects.Person.RelationshipChangeDelegate": "TinyLife.Objects.Person.RelationshipChangeDelegate.yml",
|
||||||
|
"TinyLife.Objects.Person.RelationshipInterestingness": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.RemoveHeldObject``1": "TinyLife.Objects.Person.yml",
|
||||||
|
@ -2665,6 +2673,7 @@
|
||||||
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.ValidateClothes": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.ValidateClothes": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
|
||||||
|
"TinyLife.Objects.Person.VisitingLot": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.VisuallyOccupiedSpot": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.VoicePitch": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.VoicePitch": "TinyLife.Objects.Person.yml",
|
||||||
|
@ -2818,7 +2827,6 @@
|
||||||
"TinyLife.Objects.WornClothes.Colors": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.Colors": "TinyLife.Objects.WornClothes.yml",
|
||||||
"TinyLife.Objects.WornClothes.CustomPrice": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.CustomPrice": "TinyLife.Objects.WornClothes.yml",
|
||||||
"TinyLife.Objects.WornClothes.FromStorage": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.FromStorage": "TinyLife.Objects.WornClothes.yml",
|
||||||
"TinyLife.Objects.WornClothes.GetColor(System.Int32)": "TinyLife.Objects.WornClothes.yml",
|
|
||||||
"TinyLife.Objects.WornClothes.GetPrice": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.GetPrice": "TinyLife.Objects.WornClothes.yml",
|
||||||
"TinyLife.Objects.WornClothes.Type": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.Type": "TinyLife.Objects.WornClothes.yml",
|
||||||
"TinyLife.Objects.WornClothes.Validate": "TinyLife.Objects.WornClothes.yml",
|
"TinyLife.Objects.WornClothes.Validate": "TinyLife.Objects.WornClothes.yml",
|
||||||
|
@ -2865,7 +2873,6 @@
|
||||||
"TinyLife.Options.LongerNotifications": "TinyLife.Options.yml",
|
"TinyLife.Options.LongerNotifications": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.MusicVolume": "TinyLife.Options.yml",
|
"TinyLife.Options.MusicVolume": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.PronounsInFront": "TinyLife.Options.yml",
|
|
||||||
"TinyLife.Options.RightTrigger": "TinyLife.Options.yml",
|
"TinyLife.Options.RightTrigger": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.RotateKeybind": "TinyLife.Options.yml",
|
||||||
|
@ -2920,6 +2927,7 @@
|
||||||
"TinyLife.PerSaveOptions.MaxRegularVisitors": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.MaxRegularVisitors": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.OtherLifespan": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.OtherLifespan": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.PlayedLifespan": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.PlayedLifespan": "TinyLife.PerSaveOptions.yml",
|
||||||
|
"TinyLife.PerSaveOptions.PopulateLots": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
|
"TinyLife.PersonalityType": "TinyLife.PersonalityType.yml",
|
||||||
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml",
|
"TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml",
|
||||||
|
@ -2981,6 +2989,7 @@
|
||||||
"TinyLife.PersonalityType.Writer": "TinyLife.PersonalityType.yml",
|
"TinyLife.PersonalityType.Writer": "TinyLife.PersonalityType.yml",
|
||||||
"TinyLife.Relationship": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})": "TinyLife.Relationship.yml",
|
||||||
|
"TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.Dating": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.FriendDisplayString": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.FriendDisplayString": "TinyLife.Relationship.yml",
|
||||||
|
@ -3007,7 +3016,7 @@
|
||||||
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.RomanceType": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.Person})": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.TryingForBaby": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.TryingForBaby": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.Type": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
|
"TinyLife.Relationship.Validate(TinyLife.Objects.Person)": "TinyLife.Relationship.yml",
|
||||||
|
@ -3026,6 +3035,7 @@
|
||||||
"TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.SaveHandler.GetGameDir": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.GetGameDir": "TinyLife.SaveHandler.yml",
|
||||||
|
"TinyLife.SaveHandler.GetSaveBackups(System.String)": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.SaveHandler.GetSaveDir(System.String)": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.GetSaveDir(System.String)": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.SaveHandler.GetSavesDir": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.GetSavesDir": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.SaveHandler.OnGameLoaded": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.OnGameLoaded": "TinyLife.SaveHandler.yml",
|
||||||
|
@ -3045,9 +3055,9 @@
|
||||||
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
||||||
"TinyLife.Skills": "TinyLife.Skills.yml",
|
"TinyLife.Skills": "TinyLife.Skills.yml",
|
||||||
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.AllRestrictions": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.CanCreateFunc": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.CanCreateFunc": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||||
|
@ -3067,21 +3077,22 @@
|
||||||
"TinyLife.Skills.FoodType.ContainerType.Mug": "TinyLife.Skills.FoodType.ContainerType.yml",
|
"TinyLife.Skills.FoodType.ContainerType.Mug": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||||
"TinyLife.Skills.FoodType.ContainerType.Name": "TinyLife.Skills.FoodType.ContainerType.yml",
|
"TinyLife.Skills.FoodType.ContainerType.Name": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||||
"TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml",
|
"TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml",
|
||||||
"TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])": "TinyLife.Skills.FoodType.yml",
|
"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.yml",
|
||||||
"TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.None": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction.None": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction.NotForBabies": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotForChildren": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction.NotForChildren": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml",
|
"TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian": "TinyLife.Skills.FoodType.FoodRestriction.yml",
|
||||||
"TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.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.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
|
||||||
"TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.Person,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.Person,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.GetPriceDelegate": "TinyLife.Skills.FoodType.GetPriceDelegate.yml",
|
"TinyLife.Skills.FoodType.GetPriceDelegate": "TinyLife.Skills.FoodType.GetPriceDelegate.yml",
|
||||||
|
"TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.GetTexture(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.GetTexture(System.Int32)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.IngredientSource": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
"TinyLife.Skills.FoodType.IngredientSource": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||||
"TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
"TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||||
|
@ -3099,7 +3110,6 @@
|
||||||
"TinyLife.Skills.FoodType.IngredientSource.RequiredSkill": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
"TinyLife.Skills.FoodType.IngredientSource.RequiredSkill": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||||
"TinyLife.Skills.FoodType.IngredientSource.Sink": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
"TinyLife.Skills.FoodType.IngredientSource.Sink": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||||
"TinyLife.Skills.FoodType.IngredientSource.TeaKit": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
"TinyLife.Skills.FoodType.IngredientSource.TeaKit": "TinyLife.Skills.FoodType.IngredientSource.yml",
|
||||||
"TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml",
|
|
||||||
"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.OnEaten": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.OnEaten": "TinyLife.Skills.FoodType.yml",
|
||||||
|
@ -3109,6 +3119,7 @@
|
||||||
"TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml",
|
||||||
|
"TinyLife.Skills.FoodType.Restrictions": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.SaturationModifier": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.SaturationModifier": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.SourceString": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.SourceString": "TinyLife.Skills.FoodType.yml",
|
||||||
"TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml",
|
"TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml",
|
||||||
|
@ -3188,17 +3199,38 @@
|
||||||
"TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml",
|
"TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml",
|
||||||
"TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml",
|
"TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml",
|
||||||
"TinyLife.Tools": "TinyLife.Tools.yml",
|
"TinyLife.Tools": "TinyLife.Tools.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.AreaTooLarge": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.DisallowedOnGround": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.MiscInvalid": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.NotEnoughMoney": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.NotOnLot": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.ObjectInTheWay": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresNaturalGround": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresRoofBelow": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresTileBelow": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresWall": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RequiresWater": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.RoofInTheWay": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.StairsInTheWay": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.Valid": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
|
"TinyLife.Tools.CanPlaceResult.WallInTheWay": "TinyLife.Tools.CanPlaceResult.yml",
|
||||||
"TinyLife.Tools.FenceTool": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.#ctor": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.#ctor": "TinyLife.Tools.FenceTool.yml",
|
||||||
|
"TinyLife.Tools.FenceTool.CanPlaceForTooltip": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.CanUndoRedo": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.CanUndoRedo": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.GetMouseCursor": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.GetMouseCursor": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.FenceTool.yml",
|
"TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.FenceTool.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
|
"TinyLife.Tools.FurniturePlacer.CanPlace": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
|
"TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate": "TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml",
|
"TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate": "TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml",
|
||||||
"TinyLife.Tools.FurniturePlacer.GetMouseCursor": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer.GetMouseCursor": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
|
@ -3212,8 +3244,9 @@
|
||||||
"TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml",
|
"TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml",
|
||||||
"TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.#ctor": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.#ctor": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
|
"TinyLife.Tools.FurnitureTool.CanPlaceForTooltip": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.Closed": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.Closed": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.GetMouseCursor": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
|
@ -3231,44 +3264,46 @@
|
||||||
"TinyLife.Tools.FurnitureTool.Tab.Office": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
"TinyLife.Tools.FurnitureTool.Tab.Office": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.Tab.Other": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
"TinyLife.Tools.FurnitureTool.Tab.Other": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.Tab.Outside": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
"TinyLife.Tools.FurnitureTool.Tab.Outside": "TinyLife.Tools.FurnitureTool.Tab.yml",
|
||||||
"TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.FurnitureTool.yml",
|
"TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.FurnitureTool.yml",
|
||||||
"TinyLife.Tools.LotTool": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.#ctor": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.#ctor": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.CanUndoRedo": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.CanUndoRedo": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.LotTool.yml",
|
"TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.LotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.#ctor": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.#ctor": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.CanSwitchGameModes": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.CanSwitchGameModes": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.CanUndoRedo": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.CanUndoRedo": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.Closed": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.Closed": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.GetMouseCursor": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.GetMouseCursor": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.Opened": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.Opened": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveLotTool.yml",
|
"TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.MoveLotTool.yml",
|
||||||
"TinyLife.Tools.MoveTool": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.#ctor": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.#ctor": "TinyLife.Tools.MoveTool.yml",
|
||||||
|
"TinyLife.Tools.MoveTool.CanPlaceForTooltip": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.CanSwitchGameModes": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.CanSwitchGameModes": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.CanUndoRedo": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.CanUndoRedo": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.Closed": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.Closed": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml",
|
"TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.MoveTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.#ctor": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.#ctor": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.CanPlaceForTooltip": "TinyLife.Tools.OpeningTool.yml",
|
||||||
|
"TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.GetMouseCursor": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.OpeningTool.yml",
|
"TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.OpeningTool.yml",
|
||||||
"TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml",
|
"TinyLife.Tools.PlayModeTool": "TinyLife.Tools.PlayModeTool.yml",
|
||||||
"TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml",
|
"TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml",
|
||||||
"TinyLife.Tools.PlayModeTool.CanUndoRedo": "TinyLife.Tools.PlayModeTool.yml",
|
"TinyLife.Tools.PlayModeTool.CanUndoRedo": "TinyLife.Tools.PlayModeTool.yml",
|
||||||
|
@ -3287,11 +3322,11 @@
|
||||||
"TinyLife.Tools.PlayModeTool.StatType.Needs": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
"TinyLife.Tools.PlayModeTool.StatType.Needs": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
||||||
"TinyLife.Tools.PlayModeTool.StatType.Relationships": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
"TinyLife.Tools.PlayModeTool.StatType.Relationships": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
||||||
"TinyLife.Tools.PlayModeTool.StatType.Skills": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
"TinyLife.Tools.PlayModeTool.StatType.Skills": "TinyLife.Tools.PlayModeTool.StatType.yml",
|
||||||
"TinyLife.Tools.PlayModeTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.PlayModeTool.yml",
|
"TinyLife.Tools.PlayModeTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.PlayModeTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.#ctor": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.#ctor": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.CanUndoRedo": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.CanUndoRedo": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.GetMouseCursor": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.GetMouseCursor": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.PlayDestroySound": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.PlayDestroySound": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.RemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
|
@ -3304,34 +3339,37 @@
|
||||||
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.SpawnDestroyParticles(TinyLife.Objects.WallLike)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RemoveTool.yml",
|
"TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.RemoveTool.yml",
|
||||||
"TinyLife.Tools.RoofTool": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.#ctor": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.#ctor": "TinyLife.Tools.RoofTool.yml",
|
||||||
|
"TinyLife.Tools.RoofTool.CanPlaceForTooltip": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.CanUndoRedo": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.CanUndoRedo": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.GetMouseCursor": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RoofTool.yml",
|
"TinyLife.Tools.RoofTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.RoofTool.yml",
|
||||||
"TinyLife.Tools.StairsTool": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.StairsTool.#ctor": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool.#ctor": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.StairsTool.yml",
|
"TinyLife.Tools.StairsTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.StairsTool.yml",
|
||||||
"TinyLife.Tools.TileTool": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.#ctor": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.#ctor": "TinyLife.Tools.TileTool.yml",
|
||||||
|
"TinyLife.Tools.TileTool.CanPlaceForTooltip": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.CanUndoRedo": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.CanUndoRedo": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.GetMouseCursor": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.RemoveTileIncompatibleFurniture(TinyLife.World.Tile,Microsoft.Xna.Framework.Point,System.Int32,TinyLife.Tools.UndoableAction)": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.TileTool.yml",
|
"TinyLife.Tools.TileTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.TileTool.yml",
|
||||||
"TinyLife.Tools.Tool": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.#ctor(MLEM.Textures.TextureRegion,System.Boolean)": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.BuildModeButton(System.String,MLEM.Ui.Elements.Element.GenericCallback,MLEM.Ui.Elements.Element.DrawCallback,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.Single})": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.BuildTools": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.BuildTools": "TinyLife.Tools.Tool.yml",
|
||||||
|
"TinyLife.Tools.Tool.CanPlaceForTooltip": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.CanSwitchGameModes": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.CanSwitchGameModes": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.CanUndoRedo": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.CanUndoRedo": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.Closed": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.Closed": "TinyLife.Tools.Tool.yml",
|
||||||
|
@ -3339,7 +3377,7 @@
|
||||||
"TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.CurrentFloor": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.CurrentFloor": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.DisplayAsTab": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.DisplayAsTab": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.GetMouseCursor": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.GetMouseCursor": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.Input": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.Input": "TinyLife.Tools.Tool.yml",
|
||||||
|
@ -3366,7 +3404,7 @@
|
||||||
"TinyLife.Tools.Tool.SelectedWall": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.SelectedWall": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.Texture": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.Texture": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.Tool.yml",
|
"TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.Tool.yml",
|
||||||
"TinyLife.Tools.UndoRedoStack": "TinyLife.Tools.UndoRedoStack.yml",
|
"TinyLife.Tools.UndoRedoStack": "TinyLife.Tools.UndoRedoStack.yml",
|
||||||
"TinyLife.Tools.UndoRedoStack.Add(TinyLife.Tools.UndoableAction)": "TinyLife.Tools.UndoRedoStack.yml",
|
"TinyLife.Tools.UndoRedoStack.Add(TinyLife.Tools.UndoableAction)": "TinyLife.Tools.UndoRedoStack.yml",
|
||||||
"TinyLife.Tools.UndoRedoStack.AddAndExecute(TinyLife.Tools.UndoableAction)": "TinyLife.Tools.UndoRedoStack.yml",
|
"TinyLife.Tools.UndoRedoStack.AddAndExecute(TinyLife.Tools.UndoableAction)": "TinyLife.Tools.UndoRedoStack.yml",
|
||||||
|
@ -3381,18 +3419,20 @@
|
||||||
"TinyLife.Tools.UndoableAction.ExecuteUndo": "TinyLife.Tools.UndoableAction.yml",
|
"TinyLife.Tools.UndoableAction.ExecuteUndo": "TinyLife.Tools.UndoableAction.yml",
|
||||||
"TinyLife.Tools.WallTool": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.#ctor": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.#ctor": "TinyLife.Tools.WallTool.yml",
|
||||||
|
"TinyLife.Tools.WallTool.CanPlaceForTooltip": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.CanUndoRedo": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.CanUndoRedo": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.GetMouseCursor": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.GetMouseCursor": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallTool.yml",
|
"TinyLife.Tools.WallTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.#ctor": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.#ctor": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.CanPlaceForTooltip": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
|
"TinyLife.Tools.WallpaperTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.GetMouseCursor": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.ShouldHighlightSelectedObject(System.Object)": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.WallpaperTool.yml",
|
"TinyLife.Tools.WallpaperTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)": "TinyLife.Tools.WallpaperTool.yml",
|
||||||
"TinyLife.Uis": "TinyLife.Uis.yml",
|
"TinyLife.Uis": "TinyLife.Uis.yml",
|
||||||
"TinyLife.Uis.CharacterCreator": "TinyLife.Uis.CharacterCreator.yml",
|
"TinyLife.Uis.CharacterCreator": "TinyLife.Uis.CharacterCreator.yml",
|
||||||
"TinyLife.Uis.CharacterCreator.Active": "TinyLife.Uis.CharacterCreator.yml",
|
"TinyLife.Uis.CharacterCreator.Active": "TinyLife.Uis.CharacterCreator.yml",
|
||||||
|
@ -3479,8 +3519,8 @@
|
||||||
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
|
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
|
||||||
"TinyLife.Uis.NotifType.Warning": "TinyLife.Uis.NotifType.yml",
|
"TinyLife.Uis.NotifType.Warning": "TinyLife.Uis.NotifType.yml",
|
||||||
"TinyLife.Uis.Notifications": "TinyLife.Uis.Notifications.yml",
|
"TinyLife.Uis.Notifications": "TinyLife.Uis.Notifications.yml",
|
||||||
"TinyLife.Uis.Notifications.Add(System.String,System.String,TinyLife.Uis.NotifType)": "TinyLife.Uis.Notifications.yml",
|
"TinyLife.Uis.Notifications.Add(System.String,System.String,TinyLife.Uis.NotifType,System.Boolean)": "TinyLife.Uis.Notifications.yml",
|
||||||
"TinyLife.Uis.Notifications.Add(TinyLife.Objects.MapObject,System.String,TinyLife.Uis.NotifType)": "TinyLife.Uis.Notifications.yml",
|
"TinyLife.Uis.Notifications.Add(TinyLife.Objects.MapObject,System.String,TinyLife.Uis.NotifType,System.Boolean)": "TinyLife.Uis.Notifications.yml",
|
||||||
"TinyLife.Uis.Notifications.MaxHistoryLength": "TinyLife.Uis.Notifications.yml",
|
"TinyLife.Uis.Notifications.MaxHistoryLength": "TinyLife.Uis.Notifications.yml",
|
||||||
"TinyLife.Uis.Notifications.RegisterIcon(System.String,MLEM.Textures.TextureRegion)": "TinyLife.Uis.Notifications.yml",
|
"TinyLife.Uis.Notifications.RegisterIcon(System.String,MLEM.Textures.TextureRegion)": "TinyLife.Uis.Notifications.yml",
|
||||||
"TinyLife.Utilities": "TinyLife.Utilities.yml",
|
"TinyLife.Utilities": "TinyLife.Utilities.yml",
|
||||||
|
@ -3522,13 +3562,21 @@
|
||||||
"TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Transparent": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.TrashCanTypes": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.TrashCanTypes": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.TreeBaubles": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.TreeBaubles": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.TreeTinsle": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.TreeTinsel": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.WarmDark": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Water": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.White": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.op_Addition(TinyLife.Utilities.ColorScheme,TinyLife.Utilities.ColorScheme)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,Microsoft.Xna.Framework.Color)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.op_Multiply(TinyLife.Utilities.ColorScheme,System.Single)": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.#ctor(TinyLife.Utilities.ColorScheme[])": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.CreateRandom(System.Random)": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.Defaults": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.Get(System.Int32[],System.Int32)": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.Map": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.Schemes": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
|
"TinyLife.Utilities.ColorSettings.Validate(System.Int32[]@)": "TinyLife.Utilities.ColorSettings.yml",
|
||||||
"TinyLife.Utilities.Extensions": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)": "TinyLife.Utilities.Extensions.yml",
|
||||||
|
@ -3542,6 +3590,7 @@
|
||||||
"TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "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.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.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.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||||
|
@ -3553,7 +3602,7 @@
|
||||||
"TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.PregnancyAbility)": "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",
|
"TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetPregnancyHours(TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetPregnancyHours(TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetPriceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml",
|
||||||
"TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)": "TinyLife.Utilities.Extensions.yml",
|
"TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)": "TinyLife.Utilities.Extensions.yml",
|
||||||
|
@ -3612,7 +3661,7 @@
|
||||||
"TinyLife.WallDisplay.Up": "TinyLife.WallDisplay.yml",
|
"TinyLife.WallDisplay.Up": "TinyLife.WallDisplay.yml",
|
||||||
"TinyLife.World": "TinyLife.World.yml",
|
"TinyLife.World": "TinyLife.World.yml",
|
||||||
"TinyLife.World.AutoTile": "TinyLife.World.AutoTile.yml",
|
"TinyLife.World.AutoTile": "TinyLife.World.AutoTile.yml",
|
||||||
"TinyLife.World.AutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.AutoTile.yml",
|
"TinyLife.World.AutoTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.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)": "TinyLife.World.AutoTile.yml",
|
"TinyLife.World.AutoTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32)": "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)": "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)": "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.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,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Nullable{System.ValueTuple{System.Func{System.Int32,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Color}})": "TinyLife.World.AutoTile.yml",
|
||||||
|
@ -3626,6 +3675,7 @@
|
||||||
"TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32[])": "TinyLife.World.Door.yml",
|
"TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32[])": "TinyLife.World.Door.yml",
|
||||||
"TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml",
|
"TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml",
|
||||||
"TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)": "TinyLife.World.Door.yml",
|
"TinyLife.World.Door.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)": "TinyLife.World.Door.yml",
|
||||||
|
"TinyLife.World.Door.Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)": "TinyLife.World.Door.yml",
|
||||||
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
|
"TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml",
|
||||||
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
|
"TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml",
|
||||||
"TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml",
|
"TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml",
|
||||||
|
@ -3653,8 +3703,9 @@
|
||||||
"TinyLife.World.FurnitureMail.OnCollected(TinyLife.Actions.Action)": "TinyLife.World.FurnitureMail.yml",
|
"TinyLife.World.FurnitureMail.OnCollected(TinyLife.Actions.Action)": "TinyLife.World.FurnitureMail.yml",
|
||||||
"TinyLife.World.FurnitureMail.Validate(TinyLife.World.Map)": "TinyLife.World.FurnitureMail.yml",
|
"TinyLife.World.FurnitureMail.Validate(TinyLife.World.Map)": "TinyLife.World.FurnitureMail.yml",
|
||||||
"TinyLife.World.Household": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot,System.Boolean)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Add(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Add(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
|
||||||
|
"TinyLife.World.Household.AddedThroughPopulating": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.DefaultMoney": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.DefaultMoney": "TinyLife.World.Household.yml",
|
||||||
|
@ -3664,15 +3715,39 @@
|
||||||
"TinyLife.World.Household.DisallowStrangersVisiting": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.DisallowStrangersVisiting": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
|
||||||
|
"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.Person})": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "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.HasMember(System.Guid)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Lot": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Lot": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Members": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Members": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Money": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Money": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Name": "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",
|
||||||
|
"TinyLife.World.Household.RandomConstellation.PossibleMembers": "TinyLife.World.Household.RandomConstellation.yml",
|
||||||
|
"TinyLife.World.Household.RandomConstellation.PossibleRelations": "TinyLife.World.Household.RandomConstellation.yml",
|
||||||
|
"TinyLife.World.Household.RandomConstellations": "TinyLife.World.Household.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.#ctor(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup,TinyLife.GenealogyType,System.Int32)": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.#ctor(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup,TinyLife.GenealogyType,TinyLife.RelationshipType,System.Int32)": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.#ctor(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup,TinyLife.RelationshipType,System.Int32)": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.#ctor(TinyLife.Objects.AgeGroup,TinyLife.Objects.AgeGroup,TinyLife.RelationshipType,TinyLife.RomanceType,System.Boolean,System.Int32)": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.FirstPerson": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.Max": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.Relation": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.RandomRelation.SecondPerson": "TinyLife.World.Household.RandomRelation.yml",
|
||||||
|
"TinyLife.World.Household.Relation": "TinyLife.World.Household.Relation.yml",
|
||||||
|
"TinyLife.World.Household.Relation.#ctor(TinyLife.GenealogyType,TinyLife.RelationshipType,TinyLife.RomanceType,System.Boolean)": "TinyLife.World.Household.Relation.yml",
|
||||||
|
"TinyLife.World.Household.Relation.Dating": "TinyLife.World.Household.Relation.yml",
|
||||||
|
"TinyLife.World.Household.Relation.GenealogyType": "TinyLife.World.Household.Relation.yml",
|
||||||
|
"TinyLife.World.Household.Relation.RelationshipType": "TinyLife.World.Household.Relation.yml",
|
||||||
|
"TinyLife.World.Household.Relation.RomanceType": "TinyLife.World.Household.Relation.yml",
|
||||||
"TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.TotalMemberAmount": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.TotalMemberAmount": "TinyLife.World.Household.yml",
|
||||||
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
|
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
|
||||||
|
@ -3688,6 +3763,9 @@
|
||||||
"TinyLife.World.Lot.AreRequirementsMet": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.AreRequirementsMet": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.Area": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.Area": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)": "TinyLife.World.Lot.yml",
|
||||||
|
"TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup},System.Func{System.Int32,System.Int32,System.Boolean})": "TinyLife.World.Lot.yml",
|
||||||
|
"TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList{TinyLife.Objects.Person})": "TinyLife.World.Lot.yml",
|
||||||
|
"TinyLife.World.Lot.CanOccupy(System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}})": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.Export": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.Export": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetCoveredArea": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetCoveredArea": "TinyLife.World.Lot.yml",
|
||||||
|
@ -3700,8 +3778,10 @@
|
||||||
"TinyLife.World.Lot.GetRooms": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetRooms": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetStairs": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetStairs": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetTiles": "TinyLife.World.Lot.yml",
|
"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.GetWalls``1": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.GetWeeklyBills": "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.Household": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.Id": "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.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)": "TinyLife.World.Lot.yml",
|
||||||
|
@ -3764,7 +3844,7 @@
|
||||||
"TinyLife.World.Mail.Validate(TinyLife.World.Map)": "TinyLife.World.Mail.yml",
|
"TinyLife.World.Mail.Validate(TinyLife.World.Map)": "TinyLife.World.Mail.yml",
|
||||||
"TinyLife.World.Map": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.#ctor(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.#ctor(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.AddHousehold(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.AddHousehold(TinyLife.World.Lot,System.Boolean)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.AddLight(TinyLife.Objects.Light)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.AddLight(TinyLife.Objects.Light)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.AddLot(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.AddLot(Microsoft.Xna.Framework.Rectangle)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.AddLot(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.AddLot(TinyLife.World.Lot)": "TinyLife.World.Map.yml",
|
||||||
|
@ -3780,6 +3860,7 @@
|
||||||
"TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D,System.Boolean)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean,System.Nullable{MLEM.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.Finalize": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.GetAllLotEmployments": "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",
|
"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",
|
||||||
"TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.GetClosestRoads(Microsoft.Xna.Framework.Point,System.Int32)": "TinyLife.World.Map.yml",
|
||||||
|
@ -3841,6 +3922,7 @@
|
||||||
"TinyLife.World.Map.PathfindingNodeConstructDelegate": "TinyLife.World.Map.PathfindingNodeConstructDelegate.yml",
|
"TinyLife.World.Map.PathfindingNodeConstructDelegate": "TinyLife.World.Map.PathfindingNodeConstructDelegate.yml",
|
||||||
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.PlaySound(Microsoft.Xna.Framework.Audio.SoundEffect,TinyLife.World.MapAudioEmitter,System.Single,System.Single,System.Boolean,System.Boolean)": "TinyLife.World.Map.yml",
|
||||||
|
"TinyLife.World.Map.PopulateLots": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.PostValidate(System.Action{System.String},System.Action{System.Single})": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.PrepareForPermanentRemoval": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.PrepareForPermanentRemoval": "TinyLife.World.Map.yml",
|
||||||
"TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household)": "TinyLife.World.Map.yml",
|
"TinyLife.World.Map.RemoveHousehold(TinyLife.World.Household)": "TinyLife.World.Map.yml",
|
||||||
|
@ -3891,6 +3973,7 @@
|
||||||
"TinyLife.World.OpeningType": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType": "TinyLife.World.OpeningType.yml",
|
||||||
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
||||||
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorScheme[],System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
||||||
|
"TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,TinyLife.Utilities.ColorSettings,System.Func{TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike,TinyLife.World.Opening},MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml",
|
||||||
"TinyLife.World.OpeningType.Colors": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType.Colors": "TinyLife.World.OpeningType.yml",
|
||||||
"TinyLife.World.OpeningType.Construct(System.Int32[],TinyLife.Objects.WallLike)": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType.Construct(System.Int32[],TinyLife.Objects.WallLike)": "TinyLife.World.OpeningType.yml",
|
||||||
"TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},System.Single,Microsoft.Xna.Framework.Point)": "TinyLife.World.OpeningType.yml",
|
"TinyLife.World.OpeningType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Int32[],System.Nullable{Microsoft.Xna.Framework.Color},System.Single,Microsoft.Xna.Framework.Point)": "TinyLife.World.OpeningType.yml",
|
||||||
|
@ -3920,6 +4003,7 @@
|
||||||
"TinyLife.World.RoofType": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType": "TinyLife.World.RoofType.yml",
|
||||||
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorScheme,TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorScheme,TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
|
||||||
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorScheme[],TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorScheme[],TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
|
||||||
|
"TinyLife.World.RoofType.#ctor(System.String,System.Int32,TinyLife.Utilities.ColorSettings,TinyLife.World.RoofStyle,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion)": "TinyLife.World.RoofType.yml",
|
||||||
"TinyLife.World.RoofType.Colors": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType.Colors": "TinyLife.World.RoofType.yml",
|
||||||
"TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle,System.Int32,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.RoofType.yml",
|
||||||
"TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Int32[],System.Single)": "TinyLife.World.RoofType.yml",
|
"TinyLife.World.RoofType.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Int32[],System.Single)": "TinyLife.World.RoofType.yml",
|
||||||
|
@ -3980,8 +4064,9 @@
|
||||||
"TinyLife.World.Stairs.Wallpaper": "TinyLife.World.Stairs.yml",
|
"TinyLife.World.Stairs.Wallpaper": "TinyLife.World.Stairs.yml",
|
||||||
"TinyLife.World.StairsType": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[])": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorScheme[])": "TinyLife.World.StairsType.yml",
|
||||||
|
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,MLEM.Textures.TextureRegion,TinyLife.Utilities.ColorSettings)": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Utilities.ColorScheme[])": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.#ctor(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Utilities.ColorScheme[])": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.ColorSchemes": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.Colors": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2,System.Int32[],TinyLife.World.Wallpaper,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)": "TinyLife.World.StairsType.yml",
|
||||||
"TinyLife.World.StairsType.HasWallpaper": "TinyLife.World.StairsType.yml",
|
"TinyLife.World.StairsType.HasWallpaper": "TinyLife.World.StairsType.yml",
|
||||||
|
@ -3995,11 +4080,12 @@
|
||||||
"TinyLife.World.SwingingDoor": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32[])": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32[])": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Map,TinyLife.Objects.WallLike,TinyLife.Objects.MapObject)": "TinyLife.World.SwingingDoor.yml",
|
||||||
|
"TinyLife.World.SwingingDoor.Construct(TinyLife.World.OpeningType,System.Int32[],TinyLife.Objects.WallLike)": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.Objects.WallLike,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.Objects.WallLike)": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml",
|
"TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml",
|
||||||
"TinyLife.World.Tile": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.CanBuy": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Categories": "TinyLife.World.Tile.yml",
|
||||||
|
@ -4009,9 +4095,8 @@
|
||||||
"TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml",
|
"TinyLife.World.Tile.Category.Road": "TinyLife.World.Tile.Category.yml",
|
||||||
"TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml",
|
"TinyLife.World.Tile.Category.ValidExitPoint": "TinyLife.World.Tile.Category.yml",
|
||||||
"TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml",
|
"TinyLife.World.Tile.Category.Water": "TinyLife.World.Tile.Category.yml",
|
||||||
"TinyLife.World.Tile.ColorSchemes": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.ColorSettings": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Colors": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.DefaultColors": "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)": "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)": "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.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)": "TinyLife.World.Tile.yml",
|
||||||
|
@ -4030,6 +4115,7 @@
|
||||||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Nullable{System.Int32},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Point}},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorScheme[],System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||||
|
"TinyLife.World.Tile.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point[],TinyLife.Utilities.ColorSettings,System.Single,System.Boolean,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},System.Func{Microsoft.Xna.Framework.Point,System.Single},System.Type)": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Textures": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
|
"TinyLife.World.Tile.Tiles": "TinyLife.World.Tile.yml",
|
||||||
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
|
"TinyLife.World.UpdateDelegate": "TinyLife.World.UpdateDelegate.yml",
|
||||||
|
@ -4066,11 +4152,10 @@
|
||||||
"TinyLife.World.WallMode.StairsBottom": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.StairsBottom": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.WallMode.StairsTop": "TinyLife.World.WallMode.yml",
|
"TinyLife.World.WallMode.StairsTop": "TinyLife.World.WallMode.yml",
|
||||||
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Int32[],TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[])": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,System.Int32[],MLEM.Textures.TextureRegion)": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.BaseName": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.ColorSchemes": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.ColorSettings": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Colors": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.DefaultColors": "TinyLife.World.Wallpaper.yml",
|
|
||||||
"TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,TinyLife.World.WallMode,System.Boolean,System.Boolean,System.Single,System.Boolean,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Single)": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.GetPrice": "TinyLife.World.Wallpaper.yml",
|
||||||
|
@ -4079,11 +4164,12 @@
|
||||||
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Price": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion,System.Nullable{System.Int32},System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[],MLEM.Textures.TextureRegion,System.Int32[],System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||||
|
"TinyLife.World.Wallpaper.Register(System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings,MLEM.Textures.TextureRegion,System.Type)": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.TextureRegion": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Textures": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
|
"TinyLife.World.Wallpaper.Wallpapers": "TinyLife.World.Wallpaper.yml",
|
||||||
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml",
|
"TinyLife.World.WaterTile": "TinyLife.World.WaterTile.yml",
|
||||||
"TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorScheme[],System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Int32[],System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",
|
"TinyLife.World.WaterTile.#ctor(System.String,System.String,System.Int32,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},System.Collections.Generic.Dictionary{MLEM.Misc.Direction2,Microsoft.Xna.Framework.Point[]},TinyLife.Utilities.ColorSettings,System.Int32[],System.Boolean,System.Single,TinyLife.World.Tile.Category,MLEM.Textures.TextureRegion,System.Func{Microsoft.Xna.Framework.Point,System.Single})": "TinyLife.World.WaterTile.yml",
|
||||||
"TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32)": "TinyLife.World.WaterTile.yml",
|
"TinyLife.World.WaterTile.ConnectsToTile(TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,System.Int32,System.Int32)": "TinyLife.World.WaterTile.yml",
|
||||||
"TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean)": "TinyLife.World.WaterTile.yml"
|
"TinyLife.World.WaterTile.Draw(Microsoft.Xna.Framework.GameTime,System.Object,TinyLife.World.Map,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Single,System.Single,System.Collections.Generic.ICollection{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean)": "TinyLife.World.WaterTile.yml"
|
||||||
}
|
}
|
|
@ -14,13 +14,13 @@ items:
|
||||||
- TinyLife.Actions.ActionArgument.CustomLayout
|
- TinyLife.Actions.ActionArgument.CustomLayout
|
||||||
- TinyLife.Actions.ActionArgument.Description
|
- TinyLife.Actions.ActionArgument.Description
|
||||||
- TinyLife.Actions.ActionArgument.DisplayName
|
- TinyLife.Actions.ActionArgument.DisplayName
|
||||||
- TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
- TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||||
- TinyLife.Actions.ActionArgument.GetDisplayName
|
- TinyLife.Actions.ActionArgument.GetDisplayName
|
||||||
- TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
|
- TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
|
||||||
- TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
|
- TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
|
||||||
- TinyLife.Actions.ActionArgument.Name
|
- TinyLife.Actions.ActionArgument.Name
|
||||||
- TinyLife.Actions.ActionArgument.PassivePriority
|
- TinyLife.Actions.ActionArgument.PassivePriority
|
||||||
- TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
- TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
- 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})
|
- 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})
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
|
@ -289,7 +289,7 @@ items:
|
||||||
|
|
||||||
If this action is set, the <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> or its main <xref href="MLEM.Ui.Elements.Button" data-throw-if-not-resolved="false"></xref> can be modified to look different (or removed) based on this variety.
|
If this action is set, the <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> or its main <xref href="MLEM.Ui.Elements.Button" data-throw-if-not-resolved="false"></xref> can be modified to look different (or removed) based on this variety.
|
||||||
|
|
||||||
Predefined custom layouts such as <xref href="TinyLife.Actions.ActionArgument.ImageLayout(System.Single%2cMLEM.Ui.Elements.Element.DrawCallback%2cMLEM.Misc.Padding)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> can be found statically in this class.
|
Predefined custom layouts such as <xref href="TinyLife.Actions.ActionArgument.ImageLayout(System.Single%2cMLEM.Ui.Elements.Element.DrawCallback%2cMLEM.Misc.Padding)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person%2cTinyLife.Objects.Person%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> can be found statically in this class.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> CustomLayout
|
content: public Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> CustomLayout
|
||||||
|
@ -517,16 +517,16 @@ items:
|
||||||
description: The passive priority of this action variety
|
description: The passive priority of this action variety
|
||||||
content.vb: Public Function GetPassivePriority(person As Person) As Single
|
content.vb: Public Function GetPassivePriority(person As Person) As Single
|
||||||
overload: TinyLife.Actions.ActionArgument.GetPassivePriority*
|
overload: TinyLife.Actions.ActionArgument.GetPassivePriority*
|
||||||
- uid: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
- uid: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,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.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
commentId: M:TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||||
id: FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
id: FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult},System.Boolean)
|
||||||
parent: TinyLife.Actions.ActionArgument
|
parent: TinyLife.Actions.ActionArgument
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>)
|
name: FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>, bool)
|
||||||
nameWithType: ActionArgument.FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>)
|
nameWithType: ActionArgument.FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>, bool)
|
||||||
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, bool, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Person Other, bool Automatic), TinyLife.Actions.CanExecuteResult>)
|
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, bool, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Person Other, bool Automatic), TinyLife.Actions.CanExecuteResult>, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -547,7 +547,7 @@ 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.
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static IEnumerable<ActionArgument> FreePeople(ActionInfo info, bool automatic, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult> canExecute = null)
|
content: public static IEnumerable<ActionArgument> FreePeople(ActionInfo info, bool automatic, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult> canExecute = null, bool showRelationship = true)
|
||||||
parameters:
|
parameters:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
|
@ -558,14 +558,16 @@ items:
|
||||||
- id: canExecute
|
- id: canExecute
|
||||||
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
|
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,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.
|
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.
|
||||||
|
- id: showRelationship
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
||||||
description: A set of action varieties that represents the free people around.
|
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 Person, Automatic As Boolean), CanExecuteResult) = Nothing) As IEnumerable(Of ActionArgument)
|
content.vb: Public Shared Function FreePeople(info As ActionInfo, automatic As Boolean, canExecute As Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult) = Nothing, showRelationship As Boolean = True) As IEnumerable(Of ActionArgument)
|
||||||
overload: TinyLife.Actions.ActionArgument.FreePeople*
|
overload: TinyLife.Actions.ActionArgument.FreePeople*
|
||||||
nameWithType.vb: ActionArgument.FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult))
|
nameWithType.vb: ActionArgument.FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, 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.Person, Automatic As Boolean), TinyLife.Actions.CanExecuteResult))
|
fullName.vb: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, Boolean, System.Func(Of (Info As TinyLife.Actions.ActionInfo, Other As TinyLife.Objects.Person, Automatic As Boolean), TinyLife.Actions.CanExecuteResult), Boolean)
|
||||||
name.vb: FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult))
|
name.vb: FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, 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})
|
- 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})
|
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})
|
id: StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
|
||||||
|
@ -657,16 +659,16 @@ items:
|
||||||
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
|
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
|
||||||
fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
|
fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
|
||||||
name.vb: ImageLayout(Single, DrawCallback, Padding)
|
name.vb: ImageLayout(Single, DrawCallback, Padding)
|
||||||
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
id: PortraitLayout(TinyLife.Objects.Person)
|
id: PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
parent: TinyLife.Actions.ActionArgument
|
parent: TinyLife.Actions.ActionArgument
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PortraitLayout(Person)
|
name: PortraitLayout(Person, Person, bool)
|
||||||
nameWithType: ActionArgument.PortraitLayout(Person)
|
nameWithType: ActionArgument.PortraitLayout(Person, Person, bool)
|
||||||
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person, TinyLife.Objects.Person, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -682,16 +684,23 @@ items:
|
||||||
summary: A helper method intended to be used with <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref> that creates a layout that includes the <xref href="TinyLife.Objects.Person.Portrait" data-throw-if-not-resolved="false"></xref> of the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> in the center bottom.
|
summary: A helper method intended to be used with <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref> that creates a layout that includes the <xref href="TinyLife.Objects.Person.Portrait" data-throw-if-not-resolved="false"></xref> of the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> in the center bottom.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> PortraitLayout(Person person)
|
content: public static Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> PortraitLayout(Person person, Person otherPerson, bool showRelationship)
|
||||||
parameters:
|
parameters:
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
- id: otherPerson
|
||||||
|
type: TinyLife.Objects.Person
|
||||||
description: The person to create the portrait layout for
|
description: The person to create the portrait layout for
|
||||||
|
- id: showRelationship
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
||||||
description: An action that can be fed into <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref>
|
description: An action that can be fed into <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref>
|
||||||
content.vb: Public Shared Function PortraitLayout(person As Person) As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
|
content.vb: Public Shared Function PortraitLayout(person As Person, otherPerson As Person, showRelationship As Boolean) As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
|
||||||
overload: TinyLife.Actions.ActionArgument.PortraitLayout*
|
overload: TinyLife.Actions.ActionArgument.PortraitLayout*
|
||||||
|
nameWithType.vb: ActionArgument.PortraitLayout(Person, Person, Boolean)
|
||||||
|
fullName.vb: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person, TinyLife.Objects.Person, Boolean)
|
||||||
|
name.vb: PortraitLayout(Person, Person, Boolean)
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -1777,29 +1786,55 @@ references:
|
||||||
name: Padding
|
name: Padding
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
|
isExternal: true
|
||||||
name: PortraitLayout(Person)
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Boolean_
|
||||||
nameWithType: ActionArgument.PortraitLayout(Person)
|
name: PortraitLayout(Person, Person, bool)
|
||||||
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
nameWithType: ActionArgument.PortraitLayout(Person, Person, bool)
|
||||||
|
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person, TinyLife.Objects.Person, bool)
|
||||||
|
nameWithType.vb: ActionArgument.PortraitLayout(Person, Person, Boolean)
|
||||||
|
fullName.vb: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person, TinyLife.Objects.Person, Boolean)
|
||||||
|
name.vb: PortraitLayout(Person, Person, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
name: PortraitLayout
|
name: PortraitLayout
|
||||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
href: TinyLife.Objects.Person.html
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Boolean)
|
||||||
name: PortraitLayout
|
name: PortraitLayout
|
||||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
href: TinyLife.Objects.Person.html
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
- uid: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
||||||
commentId: T:System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
commentId: T:System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
|
||||||
|
@ -2125,7 +2160,7 @@ references:
|
||||||
fullName: TinyLife.Actions.ActionType.AskToTaste
|
fullName: TinyLife.Actions.ActionType.AskToTaste
|
||||||
- uid: TinyLife.Actions.ActionArgument.FreePeople*
|
- uid: TinyLife.Actions.ActionArgument.FreePeople*
|
||||||
commentId: Overload: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_Person_System_Boolean__TinyLife_Actions_CanExecuteResult__
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_FreePeople_TinyLife_Actions_ActionInfo_System_Boolean_System_Func_System_ValueTuple_TinyLife_Actions_ActionInfo_TinyLife_Objects_Person_System_Boolean__TinyLife_Actions_CanExecuteResult__System_Boolean_
|
||||||
name: FreePeople
|
name: FreePeople
|
||||||
nameWithType: ActionArgument.FreePeople
|
nameWithType: ActionArgument.FreePeople
|
||||||
fullName: TinyLife.Actions.ActionArgument.FreePeople
|
fullName: TinyLife.Actions.ActionArgument.FreePeople
|
||||||
|
@ -2565,7 +2600,7 @@ references:
|
||||||
fullName: TinyLife.Objects.Person.Portrait
|
fullName: TinyLife.Objects.Person.Portrait
|
||||||
- uid: TinyLife.Actions.ActionArgument.PortraitLayout*
|
- uid: TinyLife.Actions.ActionArgument.PortraitLayout*
|
||||||
commentId: Overload:TinyLife.Actions.ActionArgument.PortraitLayout
|
commentId: Overload:TinyLife.Actions.ActionArgument.PortraitLayout
|
||||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Boolean_
|
||||||
name: PortraitLayout
|
name: PortraitLayout
|
||||||
nameWithType: ActionArgument.PortraitLayout
|
nameWithType: ActionArgument.PortraitLayout
|
||||||
fullName: TinyLife.Actions.ActionArgument.PortraitLayout
|
fullName: TinyLife.Actions.ActionArgument.PortraitLayout
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiSettings
|
id: AiSettings
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 349
|
startLine: 364
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SolvedNeeds
|
id: SolvedNeeds
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 357
|
startLine: 372
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassivePriority
|
id: PassivePriority
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 365
|
startLine: 380
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoRandomly
|
id: CanDoRandomly
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 372
|
startLine: 387
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -173,7 +173,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanDoAtAnyPoint
|
id: CanDoAtAnyPoint
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 379
|
startLine: 394
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NeedsFreeActionSpot
|
id: NeedsFreeActionSpot
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 385
|
startLine: 400
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -243,7 +243,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IgnoreAiDisabled
|
id: IgnoreAiDisabled
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 389
|
startLine: 404
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnqueuePriority
|
id: EnqueuePriority
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 393
|
startLine: 408
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -301,7 +301,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 398
|
startLine: 413
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteDelegate
|
id: CanExecuteDelegate
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 157
|
startLine: 172
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -49,7 +49,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 162
|
startLine: 177
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -87,7 +87,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 167
|
startLine: 182
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -116,7 +116,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NameWithoutCategory
|
id: NameWithoutCategory
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 172
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -150,7 +150,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 177
|
startLine: 192
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -184,7 +184,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 182
|
startLine: 197
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -216,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Context
|
id: Context
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 187
|
startLine: 202
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -248,7 +248,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecute
|
id: CanExecute
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 193
|
startLine: 208
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -282,7 +282,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 198
|
startLine: 213
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -314,7 +314,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructorArguments
|
id: ConstructorArguments
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 203
|
startLine: 218
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -346,7 +346,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PossibleArguments
|
id: PossibleArguments
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 211
|
startLine: 226
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -384,7 +384,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaximumArguments
|
id: MaximumArguments
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 216
|
startLine: 231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -416,7 +416,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoValidArgumentsResult
|
id: NoValidArgumentsResult
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 221
|
startLine: 236
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -448,7 +448,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ai
|
id: Ai
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 226
|
startLine: 241
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -480,7 +480,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsInappropriateElsewhere
|
id: IsInappropriateElsewhere
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 232
|
startLine: 247
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -514,7 +514,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IconName
|
id: IconName
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 238
|
startLine: 253
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -548,7 +548,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 244
|
startLine: 259
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -582,7 +582,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 250
|
startLine: 265
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -616,7 +616,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredAges
|
id: RequiredAges
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 255
|
startLine: 270
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -648,7 +648,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredEmotion
|
id: RequiredEmotion
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 260
|
startLine: 275
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -680,7 +680,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPersonality
|
id: RequiredPersonality
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 265
|
startLine: 280
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -712,7 +712,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IgnoreObjectConditions
|
id: IgnoreObjectConditions
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 271
|
startLine: 286
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -746,7 +746,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPartnerEmployment
|
id: RequiredPartnerEmployment
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 277
|
startLine: 292
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -780,7 +780,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredPartnerAges
|
id: RequiredPartnerAges
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 282
|
startLine: 297
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -812,7 +812,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredJob
|
id: RequiredJob
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 287
|
startLine: 302
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -844,7 +844,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredUpgrade
|
id: RequiredUpgrade
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 293
|
startLine: 308
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -876,7 +876,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 304
|
startLine: 319
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -917,7 +917,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 313
|
startLine: 328
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -948,7 +948,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 324
|
startLine: 339
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -988,7 +988,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 329
|
startLine: 344
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1030,7 +1030,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 335
|
startLine: 350
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1073,7 +1073,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: ../TinyLife/Actions/ActionType.cs
|
path: ../TinyLife/Actions/ActionType.cs
|
||||||
startLine: 340
|
startLine: 355
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -43,6 +43,8 @@ items:
|
||||||
- TinyLife.Actions.Action
|
- TinyLife.Actions.Action
|
||||||
- TinyLife.Actions.MultiAction
|
- TinyLife.Actions.MultiAction
|
||||||
- TinyLife.Actions.BehaviorAction
|
- TinyLife.Actions.BehaviorAction
|
||||||
|
derivedClasses:
|
||||||
|
- TinyLife.Actions.SimpleBehaviorAction
|
||||||
implements:
|
implements:
|
||||||
- MLEM.Misc.IGenericDataHolder
|
- MLEM.Misc.IGenericDataHolder
|
||||||
inheritedMembers:
|
inheritedMembers:
|
||||||
|
|
|
@ -112,14 +112,18 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Actions
|
id: Actions
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 27
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
summary: >-
|
summary: >-
|
||||||
The actions that still have to be completed.
|
The actions that still have to be completed.
|
||||||
|
|
||||||
The head of this queue is the action that is currently being executed.
|
The head of this queue is the <xref href="TinyLife.Actions.Handlers.MultiActionHandler.Current" data-throw-if-not-resolved="false"></xref> action.
|
||||||
|
|
||||||
|
If this collection is empty (which it is by default), <xref href="TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted" data-throw-if-not-resolved="false"></xref> will return <xref href="TinyLife.Actions.CompletionType.Completed" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
|
Meanwhile, if this collection is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, <xref href="TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted" data-throw-if-not-resolved="false"></xref> will return <xref href="TinyLife.Actions.CompletionType.Failed" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -156,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Current
|
id: Current
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 32
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -187,7 +191,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 40
|
startLine: 42
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -222,7 +226,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 51
|
startLine: 53
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -265,7 +269,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 84
|
startLine: 86
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -312,7 +316,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 100
|
startLine: 102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -353,7 +357,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 122
|
startLine: 124
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -389,7 +393,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
path: ../TinyLife/Actions/Handlers/MultiActionHandler.cs
|
||||||
startLine: 137
|
startLine: 139
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Handlers
|
namespace: TinyLife.Actions.Handlers
|
||||||
|
@ -1075,6 +1079,42 @@ references:
|
||||||
- name: " "
|
- name: " "
|
||||||
- name: T3
|
- name: T3
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Current
|
||||||
|
commentId: P:TinyLife.Actions.Handlers.MultiActionHandler.Current
|
||||||
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_Current
|
||||||
|
name: Current
|
||||||
|
nameWithType: MultiActionHandler.Current
|
||||||
|
fullName: TinyLife.Actions.Handlers.MultiActionHandler.Current
|
||||||
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
||||||
|
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
||||||
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
||||||
|
name: IsCompleted()
|
||||||
|
nameWithType: MultiActionHandler.IsCompleted()
|
||||||
|
fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
||||||
|
name: IsCompleted
|
||||||
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
||||||
|
name: IsCompleted
|
||||||
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Actions.CompletionType.Completed
|
||||||
|
commentId: F:TinyLife.Actions.CompletionType.Completed
|
||||||
|
href: TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Completed
|
||||||
|
name: Completed
|
||||||
|
nameWithType: CompletionType.Completed
|
||||||
|
fullName: TinyLife.Actions.CompletionType.Completed
|
||||||
|
- uid: TinyLife.Actions.CompletionType.Failed
|
||||||
|
commentId: F:TinyLife.Actions.CompletionType.Failed
|
||||||
|
href: TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Failed
|
||||||
|
name: Failed
|
||||||
|
nameWithType: CompletionType.Failed
|
||||||
|
fullName: TinyLife.Actions.CompletionType.Failed
|
||||||
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Actions*
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Actions*
|
||||||
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Actions
|
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Actions
|
||||||
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_Actions
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_Actions
|
||||||
|
@ -1207,36 +1247,6 @@ references:
|
||||||
nameWithType.vb: MultiActionHandler.New
|
nameWithType.vb: MultiActionHandler.New
|
||||||
fullName.vb: TinyLife.Actions.Handlers.MultiActionHandler.New
|
fullName.vb: TinyLife.Actions.Handlers.MultiActionHandler.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.CompletionType.Failed
|
|
||||||
commentId: F:TinyLife.Actions.CompletionType.Failed
|
|
||||||
href: TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Failed
|
|
||||||
name: Failed
|
|
||||||
nameWithType: CompletionType.Failed
|
|
||||||
fullName: TinyLife.Actions.CompletionType.Failed
|
|
||||||
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
|
||||||
commentId: M:TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
|
||||||
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
|
||||||
name: IsCompleted()
|
|
||||||
nameWithType: MultiActionHandler.IsCompleted()
|
|
||||||
fullName: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
|
||||||
name: IsCompleted
|
|
||||||
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Actions.Handlers.MultiActionHandler.IsCompleted
|
|
||||||
name: IsCompleted
|
|
||||||
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_IsCompleted
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Actions.CompletionType.Completed
|
|
||||||
commentId: F:TinyLife.Actions.CompletionType.Completed
|
|
||||||
href: TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Completed
|
|
||||||
name: Completed
|
|
||||||
nameWithType: CompletionType.Completed
|
|
||||||
fullName: TinyLife.Actions.CompletionType.Completed
|
|
||||||
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize*
|
- uid: TinyLife.Actions.Handlers.MultiActionHandler.Initialize*
|
||||||
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Initialize
|
commentId: Overload:TinyLife.Actions.Handlers.MultiActionHandler.Initialize
|
||||||
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_Initialize_System_Collections_Generic_ICollection_TinyLife_Actions_Action__
|
href: TinyLife.Actions.Handlers.MultiActionHandler.html#TinyLife_Actions_Handlers_MultiActionHandler_Initialize_System_Collections_Generic_ICollection_TinyLife_Actions_Action__
|
||||||
|
|
|
@ -5,8 +5,8 @@ items:
|
||||||
id: OutOfTownAction
|
id: OutOfTownAction
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
- TinyLife.Actions.OutOfTownAction.AndThenInitialize
|
- TinyLife.Actions.OutOfTownAction.AndThenInitialize
|
||||||
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||||
|
@ -163,16 +163,16 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.NeedType[]
|
type: TinyLife.NeedType[]
|
||||||
content.vb: Protected ReadOnly NeedsToTakeCareOf As NeedType()
|
content.vb: Protected ReadOnly NeedsToTakeCareOf As NeedType()
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
- uid: TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
commentId: M:TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
commentId: M:TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])'
|
||||||
parent: TinyLife.Actions.OutOfTownAction
|
parent: TinyLife.Actions.OutOfTownAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OutOfTownAction(ActionType, ActionInfo, bool, params NeedType[])
|
name: OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[])
|
||||||
nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, params NeedType[])
|
nameWithType: OutOfTownAction.OutOfTownAction(ActionType, ActionInfo, bool, bool, params NeedType[])
|
||||||
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, params TinyLife.NeedType[])
|
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -181,7 +181,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 34
|
startLine: 36
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -191,7 +191,7 @@ items:
|
||||||
Note that, since some data is not saved to disk, all of the information should be provided by a subclass constructor.
|
Note that, since some data is not saved to disk, all of the information should be provided by a subclass constructor.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public OutOfTownAction(ActionType type, ActionInfo info, bool restoreNeedsEqually, params NeedType[] needsToTakeCareOf)
|
content: public OutOfTownAction(ActionType type, ActionInfo info, bool discardHeldItemFirst, bool restoreNeedsEqually, params NeedType[] needsToTakeCareOf)
|
||||||
parameters:
|
parameters:
|
||||||
- id: type
|
- id: type
|
||||||
type: TinyLife.Actions.ActionType
|
type: TinyLife.Actions.ActionType
|
||||||
|
@ -199,27 +199,29 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The action info
|
description: The action info
|
||||||
|
- id: discardHeldItemFirst
|
||||||
|
type: System.Boolean
|
||||||
- id: restoreNeedsEqually
|
- id: restoreNeedsEqually
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether all needs should be restored equally. If this is true, all specified needs will be restored perpetually instead of just low ones.
|
description: Whether all needs should be restored equally. If this is true, all specified needs will be restored perpetually instead of just low ones.
|
||||||
- id: needsToTakeCareOf
|
- id: needsToTakeCareOf
|
||||||
type: TinyLife.NeedType[]
|
type: TinyLife.NeedType[]
|
||||||
description: The needs that should automatically be taken care of
|
description: The needs that should automatically be taken care of
|
||||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo, restoreNeedsEqually As Boolean, ParamArray needsToTakeCareOf As NeedType())
|
content.vb: Public Sub New(type As ActionType, info As ActionInfo, discardHeldItemFirst As Boolean, restoreNeedsEqually As Boolean, ParamArray needsToTakeCareOf As NeedType())
|
||||||
overload: TinyLife.Actions.OutOfTownAction.#ctor*
|
overload: TinyLife.Actions.OutOfTownAction.#ctor*
|
||||||
nameWithType.vb: OutOfTownAction.New(ActionType, ActionInfo, Boolean, ParamArray NeedType())
|
nameWithType.vb: OutOfTownAction.New(ActionType, ActionInfo, Boolean, Boolean, ParamArray NeedType())
|
||||||
fullName.vb: TinyLife.Actions.OutOfTownAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, ParamArray TinyLife.NeedType())
|
fullName.vb: TinyLife.Actions.OutOfTownAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean, ParamArray TinyLife.NeedType())
|
||||||
name.vb: New(ActionType, ActionInfo, Boolean, ParamArray NeedType())
|
name.vb: New(ActionType, ActionInfo, Boolean, Boolean, ParamArray NeedType())
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
- uid: TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
commentId: M:TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
|
commentId: M:TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])
|
||||||
id: '#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])'
|
id: '#ctor(TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,TinyLife.NeedType[])'
|
||||||
parent: TinyLife.Actions.OutOfTownAction
|
parent: TinyLife.Actions.OutOfTownAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OutOfTownAction(ActionInfo, bool, params NeedType[])
|
name: OutOfTownAction(ActionInfo, bool, bool, params NeedType[])
|
||||||
nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, params NeedType[])
|
nameWithType: OutOfTownAction.OutOfTownAction(ActionInfo, bool, bool, params NeedType[])
|
||||||
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, params TinyLife.NeedType[])
|
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction(TinyLife.Actions.ActionInfo, bool, bool, params TinyLife.NeedType[])
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -228,7 +230,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 46
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -238,22 +240,24 @@ items:
|
||||||
Note that, since some data is not saved to disk, all of the information should be provided by a subclass constructor.
|
Note that, since some data is not saved to disk, all of the information should be provided by a subclass constructor.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public OutOfTownAction(ActionInfo info, bool restoreNeedsEqually, params NeedType[] needsToTakeCareOf)
|
content: public OutOfTownAction(ActionInfo info, bool discardHeldItemFirst, bool restoreNeedsEqually, params NeedType[] needsToTakeCareOf)
|
||||||
parameters:
|
parameters:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The action info
|
description: The action info
|
||||||
|
- id: discardHeldItemFirst
|
||||||
|
type: System.Boolean
|
||||||
- id: restoreNeedsEqually
|
- id: restoreNeedsEqually
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether all needs should be restored equally. If this is true, all specified needs will be restored perpetually instead of just low ones.
|
description: Whether all needs should be restored equally. If this is true, all specified needs will be restored perpetually instead of just low ones.
|
||||||
- id: needsToTakeCareOf
|
- id: needsToTakeCareOf
|
||||||
type: TinyLife.NeedType[]
|
type: TinyLife.NeedType[]
|
||||||
description: The needs that should automatically be taken care of
|
description: The needs that should automatically be taken care of
|
||||||
content.vb: Public Sub New(info As ActionInfo, restoreNeedsEqually As Boolean, ParamArray needsToTakeCareOf As NeedType())
|
content.vb: Public Sub New(info As ActionInfo, discardHeldItemFirst As Boolean, restoreNeedsEqually As Boolean, ParamArray needsToTakeCareOf As NeedType())
|
||||||
overload: TinyLife.Actions.OutOfTownAction.#ctor*
|
overload: TinyLife.Actions.OutOfTownAction.#ctor*
|
||||||
nameWithType.vb: OutOfTownAction.New(ActionInfo, Boolean, ParamArray NeedType())
|
nameWithType.vb: OutOfTownAction.New(ActionInfo, Boolean, Boolean, ParamArray NeedType())
|
||||||
fullName.vb: TinyLife.Actions.OutOfTownAction.New(TinyLife.Actions.ActionInfo, Boolean, ParamArray TinyLife.NeedType())
|
fullName.vb: TinyLife.Actions.OutOfTownAction.New(TinyLife.Actions.ActionInfo, Boolean, Boolean, ParamArray TinyLife.NeedType())
|
||||||
name.vb: New(ActionInfo, Boolean, ParamArray NeedType())
|
name.vb: New(ActionInfo, Boolean, Boolean, ParamArray NeedType())
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
|
@ -272,7 +276,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 52
|
startLine: 56
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -311,7 +315,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 59
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -343,7 +347,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 65
|
startLine: 71
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -390,7 +394,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 89
|
startLine: 95
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -431,7 +435,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEnqueueConversation
|
id: CanEnqueueConversation
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 96
|
startLine: 102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -475,7 +479,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CausesExtremelyFastSpeed
|
id: CausesExtremelyFastSpeed
|
||||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||||
startLine: 101
|
startLine: 107
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4172,7 +4176,7 @@ references:
|
||||||
fullName: TinyLife.Actions.OutOfTownAction
|
fullName: TinyLife.Actions.OutOfTownAction
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.#ctor*
|
- uid: TinyLife.Actions.OutOfTownAction.#ctor*
|
||||||
commentId: Overload:TinyLife.Actions.OutOfTownAction.#ctor
|
commentId: Overload:TinyLife.Actions.OutOfTownAction.#ctor
|
||||||
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType___
|
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_TinyLife_NeedType___
|
||||||
name: OutOfTownAction
|
name: OutOfTownAction
|
||||||
nameWithType: OutOfTownAction.OutOfTownAction
|
nameWithType: OutOfTownAction.OutOfTownAction
|
||||||
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction
|
fullName: TinyLife.Actions.OutOfTownAction.OutOfTownAction
|
||||||
|
|
1157
docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml
Normal file
1157
docs/api/TinyLife.Actions.SimpleBehaviorAction.ActionSettings.yml
Normal file
File diff suppressed because it is too large
Load diff
4386
docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
Normal file
4386
docs/api/TinyLife.Actions.SimpleBehaviorAction.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EvaluationResult
|
id: EvaluationResult
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
startLine: 524
|
startLine: 460
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -463,7 +463,7 @@ items:
|
||||||
summary: >-
|
summary: >-
|
||||||
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref>, which is a very simple implementation of a <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref>.
|
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref>, which is a very simple implementation of a <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
The returned <xref href="TinyLife.Actions.ActionType.TypeSettings" data-throw-if-not-resolved="false"></xref> will have certain settings, like the <xref href="TinyLife.Actions.ActionType.AiSettings.PassivePriority" data-throw-if-not-resolved="false"></xref> and the <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegates already initialized according to the <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref>.
|
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method by modifying its underlying <xref href="TinyLife.Actions.TalkAction.TalkSettings.Settings" data-throw-if-not-resolved="false"></xref>, including its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.ActionType.TypeSettings.Name" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.ActionType.AiSettings.PassivePriority" data-throw-if-not-resolved="false"></xref>, and more.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionType.TypeSettings Create(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
content: public static ActionType.TypeSettings Create(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
||||||
|
@ -503,14 +503,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFunny
|
id: CreateFunny
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
startLine: 115
|
startLine: 104
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
summary: >-
|
summary: >-
|
||||||
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Funny category.
|
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Funny category.
|
||||||
|
|
||||||
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be mutated in this method, setting its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainedSkill" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Skills.SkillType.Humor" data-throw-if-not-resolved="false"></xref>, its <xref href="TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.NeedType.Entertainment" data-throw-if-not-resolved="false"></xref>, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be lowered if the persoin is feeling <xref href="TinyLife.Emotions.EmotionType.Goofy" data-throw-if-not-resolved="false"></xref>, and more.
|
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, setting its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainedSkill" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Skills.SkillType.Humor" data-throw-if-not-resolved="false"></xref>, its <xref href="TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.NeedType.Entertainment" data-throw-if-not-resolved="false"></xref>, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be lowered if the persoin is feeling <xref href="TinyLife.Emotions.EmotionType.Goofy" data-throw-if-not-resolved="false"></xref>, and more.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionType.TypeSettings CreateFunny(string name, Func<Person, float> priority, TalkAction.TalkSettings settings, int humorSkillGain = 10000, int humorSkillRequired = 0)
|
content: public static ActionType.TypeSettings CreateFunny(string name, Func<Person, float> priority, TalkAction.TalkSettings settings, int humorSkillGain = 10000, int humorSkillRequired = 0)
|
||||||
|
@ -556,14 +556,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateMean
|
id: CreateMean
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
startLine: 140
|
startLine: 129
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
summary: >-
|
summary: >-
|
||||||
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Mean category.
|
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Mean category.
|
||||||
|
|
||||||
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be mutated in this method, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well.
|
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its TalkSettings.CanExecute delegate to check <xref href="TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionType.TypeSettings CreateMean(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
content: public static ActionType.TypeSettings CreateMean(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
||||||
|
@ -603,14 +603,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateRomantic
|
id: CreateRomantic
|
||||||
path: ../TinyLife/Actions/TalkAction.cs
|
path: ../TinyLife/Actions/TalkAction.cs
|
||||||
startLine: 154
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
summary: >-
|
summary: >-
|
||||||
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category.
|
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category.
|
||||||
|
|
||||||
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be mutated in this method, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
|
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its TalkSettings.CanExecute delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
||||||
|
@ -5358,41 +5358,30 @@ references:
|
||||||
name: TalkAction
|
name: TalkAction
|
||||||
nameWithType: TalkAction
|
nameWithType: TalkAction
|
||||||
fullName: TinyLife.Actions.TalkAction
|
fullName: TinyLife.Actions.TalkAction
|
||||||
- uid: TinyLife.Actions.ActionType.TypeSettings
|
- uid: TinyLife.Actions.TalkAction.TalkSettings.Settings
|
||||||
commentId: T:TinyLife.Actions.ActionType.TypeSettings
|
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.Settings
|
||||||
parent: TinyLife.Actions
|
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_Settings
|
||||||
href: TinyLife.Actions.ActionType.html
|
name: Settings
|
||||||
name: ActionType.TypeSettings
|
nameWithType: TalkAction.TalkSettings.Settings
|
||||||
nameWithType: ActionType.TypeSettings
|
fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings
|
||||||
fullName: TinyLife.Actions.ActionType.TypeSettings
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Actions.ActionType
|
|
||||||
name: ActionType
|
|
||||||
href: TinyLife.Actions.ActionType.html
|
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
||||||
name: TypeSettings
|
|
||||||
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Actions.ActionType
|
|
||||||
name: ActionType
|
|
||||||
href: TinyLife.Actions.ActionType.html
|
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
||||||
name: TypeSettings
|
|
||||||
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
||||||
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
||||||
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
||||||
href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_PassivePriority
|
|
||||||
name: PassivePriority
|
|
||||||
nameWithType: ActionType.AiSettings.PassivePriority
|
|
||||||
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
||||||
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||||
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute
|
||||||
name: CanExecute
|
name: CanExecute
|
||||||
nameWithType: ActionType.TypeSettings.CanExecute
|
nameWithType: ActionType.TypeSettings.CanExecute
|
||||||
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
||||||
|
- uid: TinyLife.Actions.ActionType.TypeSettings.Name
|
||||||
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.Name
|
||||||
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_Name
|
||||||
|
name: Name
|
||||||
|
nameWithType: ActionType.TypeSettings.Name
|
||||||
|
fullName: TinyLife.Actions.ActionType.TypeSettings.Name
|
||||||
|
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
||||||
|
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
||||||
|
href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_PassivePriority
|
||||||
|
name: PassivePriority
|
||||||
|
nameWithType: ActionType.AiSettings.PassivePriority
|
||||||
|
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
||||||
- uid: TinyLife.Actions.TalkAction.Create*
|
- uid: TinyLife.Actions.TalkAction.Create*
|
||||||
commentId: Overload:TinyLife.Actions.TalkAction.Create
|
commentId: Overload:TinyLife.Actions.TalkAction.Create
|
||||||
href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_
|
href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_
|
||||||
|
@ -5455,6 +5444,29 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
|
commentId: T:TinyLife.Actions.ActionType.TypeSettings
|
||||||
|
parent: TinyLife.Actions
|
||||||
|
href: TinyLife.Actions.ActionType.html
|
||||||
|
name: ActionType.TypeSettings
|
||||||
|
nameWithType: ActionType.TypeSettings
|
||||||
|
fullName: TinyLife.Actions.ActionType.TypeSettings
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Actions.ActionType
|
||||||
|
name: ActionType
|
||||||
|
href: TinyLife.Actions.ActionType.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
|
name: TypeSettings
|
||||||
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Actions.ActionType
|
||||||
|
name: ActionType
|
||||||
|
href: TinyLife.Actions.ActionType.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
|
name: TypeSettings
|
||||||
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||||||
- uid: System.Func`2
|
- uid: System.Func`2
|
||||||
commentId: T:System.Func`2
|
commentId: T:System.Func`2
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -5536,12 +5548,6 @@ references:
|
||||||
nameWithType.vb: Integer
|
nameWithType.vb: Integer
|
||||||
fullName.vb: Integer
|
fullName.vb: Integer
|
||||||
name.vb: Integer
|
name.vb: Integer
|
||||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
|
||||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
|
||||||
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_CanExecute
|
|
||||||
name: CanExecute
|
|
||||||
nameWithType: TalkAction.TalkSettings.CanExecute
|
|
||||||
fullName: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
|
|
||||||
- uid: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)
|
- uid: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||||
commentId: M:TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)
|
commentId: M:TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Channel
|
id: Channel
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 224
|
startLine: 230
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -54,7 +54,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Comedy
|
id: Comedy
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 229
|
startLine: 235
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cooking
|
id: Cooking
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 233
|
startLine: 239
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Romance
|
id: Romance
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 237
|
startLine: 243
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -138,7 +138,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Drama
|
id: Drama
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 241
|
startLine: 247
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -166,7 +166,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: News
|
id: News
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 245
|
startLine: 251
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -194,7 +194,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cartoons
|
id: Cartoons
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 249
|
startLine: 255
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -6,7 +6,6 @@ items:
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
|
- TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
|
||||||
- TinyLife.Actions.WatchTvAction.AndThenInitialize
|
|
||||||
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted
|
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted
|
||||||
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
@ -57,6 +56,7 @@ items:
|
||||||
- TinyLife.Actions.MultiAction.InProgressTime
|
- TinyLife.Actions.MultiAction.InProgressTime
|
||||||
- TinyLife.Actions.MultiAction.CurrentStage
|
- TinyLife.Actions.MultiAction.CurrentStage
|
||||||
- TinyLife.Actions.MultiAction.CreateLastActions
|
- TinyLife.Actions.MultiAction.CreateLastActions
|
||||||
|
- TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
- TinyLife.Actions.MultiAction.PreInitialize
|
- TinyLife.Actions.MultiAction.PreInitialize
|
||||||
- TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
@ -148,7 +148,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FullyInProgress
|
id: FullyInProgress
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 35
|
startLine: 38
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -186,7 +186,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 38
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -223,7 +223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 43
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -244,38 +244,6 @@ items:
|
||||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
||||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
overload: TinyLife.Actions.WatchTvAction.CreateFirstActions*
|
overload: TinyLife.Actions.WatchTvAction.CreateFirstActions*
|
||||||
- uid: TinyLife.Actions.WatchTvAction.AndThenInitialize
|
|
||||||
commentId: M:TinyLife.Actions.WatchTvAction.AndThenInitialize
|
|
||||||
id: AndThenInitialize
|
|
||||||
parent: TinyLife.Actions.WatchTvAction
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: AndThenInitialize()
|
|
||||||
nameWithType: WatchTvAction.AndThenInitialize()
|
|
||||||
fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize()
|
|
||||||
type: Method
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Actions/WatchTvAction.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: AndThenInitialize
|
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
||||||
startLine: 70
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Actions
|
|
||||||
summary: >-
|
|
||||||
Initializes the main action.
|
|
||||||
|
|
||||||
This method is called after <xref href="TinyLife.Actions.MultiAction.Handler" data-throw-if-not-resolved="false"></xref> has all completed.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: protected override void AndThenInitialize()
|
|
||||||
content.vb: Protected Overrides Sub AndThenInitialize()
|
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
||||||
overload: TinyLife.Actions.WatchTvAction.AndThenInitialize*
|
|
||||||
- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
@ -294,7 +262,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 77
|
startLine: 76
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -341,7 +309,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 126
|
startLine: 132
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -376,7 +344,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 135
|
startLine: 141
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -419,7 +387,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 145
|
startLine: 151
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -455,7 +423,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewingArea
|
id: GetViewingArea
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 181
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -496,7 +464,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSeating
|
id: GetSeating
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 195
|
startLine: 201
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -540,7 +508,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetViewers
|
id: GetViewers
|
||||||
path: ../TinyLife/Actions/WatchTvAction.cs
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
||||||
startLine: 209
|
startLine: 215
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -808,6 +776,25 @@ references:
|
||||||
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
|
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
||||||
|
name: AndThenInitialize()
|
||||||
|
nameWithType: MultiAction.AndThenInitialize()
|
||||||
|
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
|
name: AndThenInitialize
|
||||||
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
|
name: AndThenInitialize
|
||||||
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||||
parent: TinyLife.Actions.MultiAction
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
@ -4484,31 +4471,6 @@ references:
|
||||||
name: Generic
|
name: Generic
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
||||||
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
|
||||||
parent: TinyLife.Actions.MultiAction
|
|
||||||
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
||||||
name: AndThenInitialize()
|
|
||||||
nameWithType: MultiAction.AndThenInitialize()
|
|
||||||
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
||||||
name: AndThenInitialize
|
|
||||||
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
||||||
name: AndThenInitialize
|
|
||||||
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Actions.WatchTvAction.AndThenInitialize*
|
|
||||||
commentId: Overload:TinyLife.Actions.WatchTvAction.AndThenInitialize
|
|
||||||
href: TinyLife.Actions.WatchTvAction.html#TinyLife_Actions_WatchTvAction_AndThenInitialize
|
|
||||||
name: AndThenInitialize
|
|
||||||
nameWithType: WatchTvAction.AndThenInitialize
|
|
||||||
fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize
|
|
||||||
- uid: TinyLife.GameImpl.Speed
|
- uid: TinyLife.GameImpl.Speed
|
||||||
commentId: P:TinyLife.GameImpl.Speed
|
commentId: P:TinyLife.GameImpl.Speed
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
|
||||||
|
|
|
@ -11,7 +11,6 @@ items:
|
||||||
- TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)
|
- TinyLife.Actions.WorkAction.CanCancel(TinyLife.Actions.Action)
|
||||||
- TinyLife.Actions.WorkAction.CreateFirstActions
|
|
||||||
- TinyLife.Actions.WorkAction.Job
|
- TinyLife.Actions.WorkAction.Job
|
||||||
- TinyLife.Actions.WorkAction.PreInitialize
|
- TinyLife.Actions.WorkAction.PreInitialize
|
||||||
langs:
|
langs:
|
||||||
|
@ -47,6 +46,7 @@ items:
|
||||||
- MLEM.Misc.IGenericDataHolder
|
- MLEM.Misc.IGenericDataHolder
|
||||||
inheritedMembers:
|
inheritedMembers:
|
||||||
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||||
|
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||||
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
|
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
|
||||||
|
@ -232,45 +232,6 @@ items:
|
||||||
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.Actions.WorkAction.CanCancel*
|
overload: TinyLife.Actions.WorkAction.CanCancel*
|
||||||
- uid: TinyLife.Actions.WorkAction.CreateFirstActions
|
|
||||||
commentId: M:TinyLife.Actions.WorkAction.CreateFirstActions
|
|
||||||
id: CreateFirstActions
|
|
||||||
parent: TinyLife.Actions.WorkAction
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: CreateFirstActions()
|
|
||||||
nameWithType: WorkAction.CreateFirstActions()
|
|
||||||
fullName: TinyLife.Actions.WorkAction.CreateFirstActions()
|
|
||||||
type: Method
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Actions/WorkAction.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: CreateFirstActions
|
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
|
||||||
startLine: 39
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Actions
|
|
||||||
summary: >-
|
|
||||||
Return a set of actions that should be executed before this action.
|
|
||||||
|
|
||||||
Even if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.
|
|
||||||
|
|
||||||
If no action gets returned in this function, this action fails.
|
|
||||||
|
|
||||||
If the returned set only contains <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> items, no first actions will be executed.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: protected override IEnumerable<Action> CreateFirstActions()
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
||||||
description: A set of actions that should run before this action
|
|
||||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
|
||||||
overridden: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
|
||||||
overload: TinyLife.Actions.WorkAction.CreateFirstActions*
|
|
||||||
- uid: TinyLife.Actions.WorkAction.PreInitialize
|
- uid: TinyLife.Actions.WorkAction.PreInitialize
|
||||||
commentId: M:TinyLife.Actions.WorkAction.PreInitialize
|
commentId: M:TinyLife.Actions.WorkAction.PreInitialize
|
||||||
id: PreInitialize
|
id: PreInitialize
|
||||||
|
@ -289,7 +250,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PreInitialize
|
id: PreInitialize
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
startLine: 48
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -321,7 +282,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
startLine: 54
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -353,7 +314,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
startLine: 67
|
startLine: 58
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -400,7 +361,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
startLine: 98
|
startLine: 88
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -435,7 +396,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/WorkAction.cs
|
path: ../TinyLife/Actions/WorkAction.cs
|
||||||
startLine: 105
|
startLine: 95
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -535,6 +496,25 @@ references:
|
||||||
name: NeedsToTakeCareOf
|
name: NeedsToTakeCareOf
|
||||||
nameWithType: OutOfTownAction.NeedsToTakeCareOf
|
nameWithType: OutOfTownAction.NeedsToTakeCareOf
|
||||||
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||||
|
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
|
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
|
parent: TinyLife.Actions.OutOfTownAction
|
||||||
|
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
||||||
|
name: CreateFirstActions()
|
||||||
|
nameWithType: OutOfTownAction.CreateFirstActions()
|
||||||
|
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
|
name: CreateFirstActions
|
||||||
|
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||||
|
name: CreateFirstActions
|
||||||
|
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.OutOfTownAction
|
parent: TinyLife.Actions.OutOfTownAction
|
||||||
|
@ -4132,129 +4112,6 @@ references:
|
||||||
nameWithType.vb: Boolean
|
nameWithType.vb: Boolean
|
||||||
fullName.vb: Boolean
|
fullName.vb: Boolean
|
||||||
name.vb: Boolean
|
name.vb: Boolean
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
|
||||||
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
|
||||||
parent: TinyLife.Actions.OutOfTownAction
|
|
||||||
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
|
||||||
name: CreateFirstActions()
|
|
||||||
nameWithType: OutOfTownAction.CreateFirstActions()
|
|
||||||
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
|
||||||
name: CreateFirstActions
|
|
||||||
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
|
||||||
name: CreateFirstActions
|
|
||||||
href: TinyLife.Actions.OutOfTownAction.html#TinyLife_Actions_OutOfTownAction_CreateFirstActions
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Actions.WorkAction.CreateFirstActions*
|
|
||||||
commentId: Overload:TinyLife.Actions.WorkAction.CreateFirstActions
|
|
||||||
href: TinyLife.Actions.WorkAction.html#TinyLife_Actions_WorkAction_CreateFirstActions
|
|
||||||
name: CreateFirstActions
|
|
||||||
nameWithType: WorkAction.CreateFirstActions
|
|
||||||
fullName: TinyLife.Actions.WorkAction.CreateFirstActions
|
|
||||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
||||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
||||||
parent: System.Collections.Generic
|
|
||||||
definition: System.Collections.Generic.IEnumerable`1
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
||||||
name: IEnumerable<Action>
|
|
||||||
nameWithType: IEnumerable<Action>
|
|
||||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
|
|
||||||
nameWithType.vb: IEnumerable(Of Action)
|
|
||||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
|
|
||||||
name.vb: IEnumerable(Of Action)
|
|
||||||
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.Action
|
|
||||||
name: Action
|
|
||||||
href: TinyLife.Actions.Action.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.Action
|
|
||||||
name: Action
|
|
||||||
href: TinyLife.Actions.Action.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: 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.Actions.MultiAction.CreateFirstActions
|
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
parent: TinyLife.Actions.MultiAction
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
|
|
@ -37,6 +37,8 @@ items:
|
||||||
- TinyLife.Actions.PathfindToPersonAction
|
- TinyLife.Actions.PathfindToPersonAction
|
||||||
- TinyLife.Actions.PutAwayAction
|
- TinyLife.Actions.PutAwayAction
|
||||||
- TinyLife.Actions.SellAction
|
- TinyLife.Actions.SellAction
|
||||||
|
- TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
- TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
- TinyLife.Actions.SitAction
|
- TinyLife.Actions.SitAction
|
||||||
- TinyLife.Actions.SocialAction
|
- TinyLife.Actions.SocialAction
|
||||||
- TinyLife.Actions.SocialAction.StartPartnerAction
|
- TinyLife.Actions.SocialAction.StartPartnerAction
|
||||||
|
@ -390,6 +392,35 @@ references:
|
||||||
name: SellAction
|
name: SellAction
|
||||||
nameWithType: SellAction
|
nameWithType: SellAction
|
||||||
fullName: TinyLife.Actions.SellAction
|
fullName: TinyLife.Actions.SellAction
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
commentId: T:TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.html
|
||||||
|
name: SimpleBehaviorAction
|
||||||
|
nameWithType: SimpleBehaviorAction
|
||||||
|
fullName: TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
|
commentId: T:TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
|
parent: TinyLife.Actions
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.html
|
||||||
|
name: SimpleBehaviorAction.ActionSettings
|
||||||
|
nameWithType: SimpleBehaviorAction.ActionSettings
|
||||||
|
fullName: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
name: SimpleBehaviorAction
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
|
name: ActionSettings
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction
|
||||||
|
name: SimpleBehaviorAction
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions.SimpleBehaviorAction.ActionSettings
|
||||||
|
name: ActionSettings
|
||||||
|
href: TinyLife.Actions.SimpleBehaviorAction.ActionSettings.html
|
||||||
- uid: TinyLife.Actions.SitAction
|
- uid: TinyLife.Actions.SitAction
|
||||||
commentId: T:TinyLife.Actions.SitAction
|
commentId: T:TinyLife.Actions.SitAction
|
||||||
href: TinyLife.Actions.SitAction.html
|
href: TinyLife.Actions.SitAction.html
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CheatDelegate
|
id: CheatDelegate
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 841
|
startLine: 884
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DebugDelegate
|
id: DebugDelegate
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 846
|
startLine: 889
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Debug
|
id: Debug
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 37
|
startLine: 38
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cheats
|
id: Cheats
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 44
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -95,7 +95,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DebugLines
|
id: DebugLines
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 50
|
startLine: 51
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryCheat
|
id: TryCheat
|
||||||
path: ../TinyLife/Debug.cs
|
path: ../TinyLife/Debug.cs
|
||||||
startLine: 642
|
startLine: 682
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -27,7 +27,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 466
|
startLine: 469
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -79,7 +79,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 473
|
startLine: 476
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -118,7 +118,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Amount
|
id: Amount
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 478
|
startLine: 481
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TotalTime
|
id: TotalTime
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 483
|
startLine: 486
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Time
|
id: Time
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 488
|
startLine: 491
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -237,7 +237,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 494
|
startLine: 497
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -281,7 +281,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Person
|
id: Person
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 499
|
startLine: 502
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -312,7 +312,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassTime
|
id: PassTime
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 516
|
startLine: 519
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -347,7 +347,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 530
|
startLine: 533
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
|
|
@ -5431,7 +5431,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 338
|
startLine: 341
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5460,7 +5460,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 342
|
startLine: 345
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5489,7 +5489,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotion
|
id: Emotion
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 347
|
startLine: 350
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5521,7 +5521,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Condition
|
id: Condition
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 353
|
startLine: 356
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5555,7 +5555,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayName
|
id: DisplayName
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 360
|
startLine: 363
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5591,7 +5591,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRanOut
|
id: OnRanOut
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 364
|
startLine: 367
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5622,7 +5622,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnConditionUnmet
|
id: OnConditionUnmet
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 368
|
startLine: 371
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5653,7 +5653,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 377
|
startLine: 380
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5697,7 +5697,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 391
|
startLine: 394
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5741,7 +5741,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCausedEmotion
|
id: GetCausedEmotion
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 400
|
startLine: 403
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5779,7 +5779,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 416
|
startLine: 419
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
@ -5818,7 +5818,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Emotions/EmotionModifier.cs
|
path: ../TinyLife/Emotions/EmotionModifier.cs
|
||||||
startLine: 429
|
startLine: 432
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Emotions
|
namespace: TinyLife.Emotions
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1194
|
startLine: 1311
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitialLoad
|
id: InitialLoad
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1197
|
startLine: 1314
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Splash
|
id: Splash
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1199
|
startLine: 1316
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1201
|
startLine: 1318
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1203
|
startLine: 1320
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1205
|
startLine: 1322
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1207
|
startLine: 1324
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -223,7 +223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CharacterCreation
|
id: CharacterCreation
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1209
|
startLine: 1326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -33,8 +33,8 @@ items:
|
||||||
- TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)
|
- TinyLife.GameImpl.MarkLotVisible(TinyLife.World.Lot)
|
||||||
- TinyLife.GameImpl.Mode
|
- TinyLife.GameImpl.Mode
|
||||||
- TinyLife.GameImpl.Money
|
- TinyLife.GameImpl.Money
|
||||||
|
- TinyLife.GameImpl.OnFinalizingGameContent
|
||||||
- TinyLife.GameImpl.OnFinishedLoading
|
- TinyLife.GameImpl.OnFinishedLoading
|
||||||
- TinyLife.GameImpl.OnLoadContentLater
|
|
||||||
- TinyLife.GameImpl.RotateCamera(System.Boolean)
|
- TinyLife.GameImpl.RotateCamera(System.Boolean)
|
||||||
- TinyLife.GameImpl.SaveName
|
- TinyLife.GameImpl.SaveName
|
||||||
- TinyLife.GameImpl.Speed
|
- TinyLife.GameImpl.Speed
|
||||||
|
@ -42,6 +42,7 @@ items:
|
||||||
- TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)
|
- TinyLife.GameImpl.SwitchMap(TinyLife.World.Map,System.Action,System.Action)
|
||||||
- TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
- TinyLife.GameImpl.TakeScreenshot(Microsoft.Xna.Framework.Point,System.Nullable{MLEM.Misc.RectangleF},System.Nullable{Microsoft.Xna.Framework.Matrix},Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||||
- TinyLife.GameImpl.Version
|
- TinyLife.GameImpl.Version
|
||||||
|
- TinyLife.GameImpl.ZoomCamera(System.Int32)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -56,7 +57,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameImpl
|
id: GameImpl
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 54
|
startLine: 55
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -146,7 +147,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Version
|
id: Version
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 59
|
startLine: 60
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -175,7 +176,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 64
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -206,7 +207,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Achievements
|
id: Achievements
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 72
|
startLine: 73
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -240,7 +241,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GraphicsMetrics
|
id: GraphicsMetrics
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 78
|
startLine: 79
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -271,7 +272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Camera
|
id: Camera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 82
|
startLine: 83
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -302,7 +303,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Listener
|
id: Listener
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 86
|
startLine: 87
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -333,7 +334,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTool
|
id: CurrentTool
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 90
|
startLine: 91
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -364,7 +365,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHousehold
|
id: CurrentHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 105
|
startLine: 106
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -395,7 +396,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 109
|
startLine: 110
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -426,7 +427,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentLot
|
id: CurrentLot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 119
|
startLine: 120
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -457,7 +458,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speed
|
id: Speed
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 125
|
startLine: 126
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -493,7 +494,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowingPerson
|
id: FollowingPerson
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 138
|
startLine: 139
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -524,7 +525,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaveName
|
id: SaveName
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 142
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -555,7 +556,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mode
|
id: Mode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 146
|
startLine: 147
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -586,7 +587,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CursorPosition
|
id: CursorPosition
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 151
|
startLine: 152
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -620,7 +621,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentCursor
|
id: CurrentCursor
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 156
|
startLine: 157
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -652,7 +653,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentMaps
|
id: CurrentMaps
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 160
|
startLine: 161
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -683,7 +684,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentMap
|
id: CurrentMap
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 164
|
startLine: 165
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -696,35 +697,33 @@ items:
|
||||||
type: TinyLife.World.Map
|
type: TinyLife.World.Map
|
||||||
content.vb: Public Property CurrentMap As Map
|
content.vb: Public Property CurrentMap As Map
|
||||||
overload: TinyLife.GameImpl.CurrentMap*
|
overload: TinyLife.GameImpl.CurrentMap*
|
||||||
- uid: TinyLife.GameImpl.OnLoadContentLater
|
- uid: TinyLife.GameImpl.OnFinalizingGameContent
|
||||||
commentId: E:TinyLife.GameImpl.OnLoadContentLater
|
commentId: E:TinyLife.GameImpl.OnFinalizingGameContent
|
||||||
id: OnLoadContentLater
|
id: OnFinalizingGameContent
|
||||||
parent: TinyLife.GameImpl
|
parent: TinyLife.GameImpl
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnLoadContentLater
|
name: OnFinalizingGameContent
|
||||||
nameWithType: GameImpl.OnLoadContentLater
|
nameWithType: GameImpl.OnFinalizingGameContent
|
||||||
fullName: TinyLife.GameImpl.OnLoadContentLater
|
fullName: TinyLife.GameImpl.OnFinalizingGameContent
|
||||||
type: Event
|
type: Event
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/GameImpl.cs
|
path: TinyLife/GameImpl.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLoadContentLater
|
id: OnFinalizingGameContent
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 169
|
startLine: 167
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
summary: An event that is raised in the game's loading screen while loading additional mod content.
|
|
||||||
example: []
|
|
||||||
syntax:
|
syntax:
|
||||||
content: public event Action OnLoadContentLater
|
content: public event Action OnFinalizingGameContent
|
||||||
return:
|
return:
|
||||||
type: System.Action
|
type: System.Action
|
||||||
content.vb: Public Event OnLoadContentLater As Action
|
content.vb: Public Event OnFinalizingGameContent As Action
|
||||||
- uid: TinyLife.GameImpl.OnFinishedLoading
|
- uid: TinyLife.GameImpl.OnFinishedLoading
|
||||||
commentId: E:TinyLife.GameImpl.OnFinishedLoading
|
commentId: E:TinyLife.GameImpl.OnFinishedLoading
|
||||||
id: OnFinishedLoading
|
id: OnFinishedLoading
|
||||||
|
@ -743,7 +742,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnFinishedLoading
|
id: OnFinishedLoading
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 173
|
startLine: 171
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -772,7 +771,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadContent
|
id: LoadContent
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 264
|
startLine: 263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -801,7 +800,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 320
|
startLine: 319
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -837,7 +836,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 571
|
startLine: 595
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -873,7 +872,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 608
|
startLine: 631
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -907,7 +906,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateCamera
|
id: RotateCamera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 626
|
startLine: 649
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -924,6 +923,38 @@ items:
|
||||||
nameWithType.vb: GameImpl.RotateCamera(Boolean)
|
nameWithType.vb: GameImpl.RotateCamera(Boolean)
|
||||||
fullName.vb: TinyLife.GameImpl.RotateCamera(Boolean)
|
fullName.vb: TinyLife.GameImpl.RotateCamera(Boolean)
|
||||||
name.vb: RotateCamera(Boolean)
|
name.vb: RotateCamera(Boolean)
|
||||||
|
- uid: TinyLife.GameImpl.ZoomCamera(System.Int32)
|
||||||
|
commentId: M:TinyLife.GameImpl.ZoomCamera(System.Int32)
|
||||||
|
id: ZoomCamera(System.Int32)
|
||||||
|
parent: TinyLife.GameImpl
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ZoomCamera(int)
|
||||||
|
nameWithType: GameImpl.ZoomCamera(int)
|
||||||
|
fullName: TinyLife.GameImpl.ZoomCamera(int)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/GameImpl.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ZoomCamera
|
||||||
|
path: ../TinyLife/GameImpl.cs
|
||||||
|
startLine: 661
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
syntax:
|
||||||
|
content: public void ZoomCamera(int delta)
|
||||||
|
parameters:
|
||||||
|
- id: delta
|
||||||
|
type: System.Int32
|
||||||
|
content.vb: Public Sub ZoomCamera(delta As Integer)
|
||||||
|
overload: TinyLife.GameImpl.ZoomCamera*
|
||||||
|
nameWithType.vb: GameImpl.ZoomCamera(Integer)
|
||||||
|
fullName.vb: TinyLife.GameImpl.ZoomCamera(Integer)
|
||||||
|
name.vb: ZoomCamera(Integer)
|
||||||
- uid: TinyLife.GameImpl.IsCursorOnUi
|
- uid: TinyLife.GameImpl.IsCursorOnUi
|
||||||
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
||||||
id: IsCursorOnUi
|
id: IsCursorOnUi
|
||||||
|
@ -942,7 +973,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCursorOnUi
|
id: IsCursorOnUi
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 642
|
startLine: 673
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -973,7 +1004,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 654
|
startLine: 685
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1008,7 +1039,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchMap
|
id: SwitchMap
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 744
|
startLine: 779
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1046,7 +1077,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 771
|
startLine: 806
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1080,7 +1111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 782
|
startLine: 817
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1114,7 +1145,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 797
|
startLine: 832
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1149,7 +1180,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 823
|
startLine: 858
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1190,7 +1221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MarkLotVisible
|
id: MarkLotVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 851
|
startLine: 886
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1227,7 +1258,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MarkLotNonVisible
|
id: MarkLotNonVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 867
|
startLine: 902
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1259,7 +1290,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsLotVisible
|
id: IsLotVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 878
|
startLine: 913
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1297,7 +1328,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowPerson
|
id: FollowPerson
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 891
|
startLine: 926
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1341,7 +1372,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteAchievement
|
id: CompleteAchievement
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 920
|
startLine: 955
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -3490,6 +3521,23 @@ references:
|
||||||
name: RotateCamera
|
name: RotateCamera
|
||||||
nameWithType: GameImpl.RotateCamera
|
nameWithType: GameImpl.RotateCamera
|
||||||
fullName: TinyLife.GameImpl.RotateCamera
|
fullName: TinyLife.GameImpl.RotateCamera
|
||||||
|
- uid: TinyLife.GameImpl.ZoomCamera*
|
||||||
|
commentId: Overload:TinyLife.GameImpl.ZoomCamera
|
||||||
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_ZoomCamera_System_Int32_
|
||||||
|
name: ZoomCamera
|
||||||
|
nameWithType: GameImpl.ZoomCamera
|
||||||
|
fullName: TinyLife.GameImpl.ZoomCamera
|
||||||
|
- 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: MLEM.Ui.UiSystem
|
- uid: MLEM.Ui.UiSystem
|
||||||
commentId: T:MLEM.Ui.UiSystem
|
commentId: T:MLEM.Ui.UiSystem
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameSpeed
|
id: GameSpeed
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 616
|
startLine: 610
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Paused
|
id: Paused
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 621
|
startLine: 615
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Regular
|
id: Regular
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 625
|
startLine: 619
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fast
|
id: Fast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 629
|
startLine: 623
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryFast
|
id: VeryFast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 633
|
startLine: 627
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExtremelyFast
|
id: ExtremelyFast
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 638
|
startLine: 632
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GenealogyType
|
id: GenealogyType
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 513
|
startLine: 532
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -64,7 +64,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Unrelated
|
id: Unrelated
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 518
|
startLine: 537
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Parent
|
id: Parent
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 522
|
startLine: 541
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -120,7 +120,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 526
|
startLine: 545
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -148,7 +148,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sibling
|
id: Sibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 530
|
startLine: 549
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Nibling
|
id: Nibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 534
|
startLine: 553
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -204,7 +204,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pibling
|
id: Pibling
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 538
|
startLine: 557
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandparent
|
id: Grandparent
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 542
|
startLine: 561
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -260,7 +260,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Grandchild
|
id: Grandchild
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 546
|
startLine: 565
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -288,7 +288,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cousin
|
id: Cousin
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 550
|
startLine: 569
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -316,7 +316,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistantlyRelated
|
id: DistantlyRelated
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 554
|
startLine: 573
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -330,7 +330,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Achievement.cs
|
path: ../TinyLife/Goals/Achievement.cs
|
||||||
startLine: 226
|
startLine: 237
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -361,7 +361,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Complete
|
id: Complete
|
||||||
path: ../TinyLife/Goals/Achievement.cs
|
path: ../TinyLife/Goals/Achievement.cs
|
||||||
startLine: 234
|
startLine: 245
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -6,7 +6,7 @@ items:
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
- TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||||
- TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
- TinyLife.Goals.AmountGoal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.AmountGoal.GetProgress
|
- TinyLife.Goals.AmountGoal.GetProgress
|
||||||
- TinyLife.Goals.AmountGoal.Reset
|
- TinyLife.Goals.AmountGoal.Reset
|
||||||
- TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
- TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
||||||
|
@ -52,6 +52,7 @@ items:
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -161,16 +162,16 @@ items:
|
||||||
content.vb: Public Overrides Sub Reset()
|
content.vb: Public Overrides Sub Reset()
|
||||||
overridden: TinyLife.Goals.Goal.Reset
|
overridden: TinyLife.Goals.Goal.Reset
|
||||||
overload: TinyLife.Goals.AmountGoal.Reset*
|
overload: TinyLife.Goals.AmountGoal.Reset*
|
||||||
- uid: TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
- uid: TinyLife.Goals.AmountGoal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.AmountGoal.GetDisplayedProgress(System.Boolean)
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.AmountGoal
|
parent: TinyLife.Goals.AmountGoal
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
nameWithType: AmountGoal.GetDisplayedProgress()
|
nameWithType: AmountGoal.GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress()
|
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -189,13 +190,19 @@ items:
|
||||||
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override string GetDisplayedProgress()
|
content: public override string GetDisplayedProgress(bool reduced)
|
||||||
|
parameters:
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: The displayed goal progress
|
description: The displayed goal progress
|
||||||
content.vb: Public Overrides Function GetDisplayedProgress() As String
|
content.vb: Public Overrides Function GetDisplayedProgress(reduced As Boolean) As String
|
||||||
overridden: TinyLife.Goals.Goal.GetDisplayedProgress
|
overridden: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
overload: TinyLife.Goals.AmountGoal.GetDisplayedProgress*
|
overload: TinyLife.Goals.AmountGoal.GetDisplayedProgress*
|
||||||
|
nameWithType.vb: AmountGoal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.AmountGoal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
- uid: TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
- uid: TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
||||||
commentId: M:TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
commentId: M:TinyLife.Goals.AmountGoal.Trigger(System.Single)
|
||||||
id: Trigger(System.Single)
|
id: Trigger(System.Single)
|
||||||
|
@ -571,6 +578,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
@ -1357,31 +1417,54 @@ references:
|
||||||
name: Reset
|
name: Reset
|
||||||
nameWithType: AmountGoal.Reset
|
nameWithType: AmountGoal.Reset
|
||||||
fullName: TinyLife.Goals.AmountGoal.Reset
|
fullName: TinyLife.Goals.AmountGoal.Reset
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.AmountGoal.GetDisplayedProgress*
|
- uid: TinyLife.Goals.AmountGoal.GetDisplayedProgress*
|
||||||
commentId: Overload:TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
commentId: Overload:TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
||||||
href: TinyLife.Goals.AmountGoal.html#TinyLife_Goals_AmountGoal_GetDisplayedProgress
|
href: TinyLife.Goals.AmountGoal.html#TinyLife_Goals_AmountGoal_GetDisplayedProgress_System_Boolean_
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
nameWithType: AmountGoal.GetDisplayedProgress
|
nameWithType: AmountGoal.GetDisplayedProgress
|
||||||
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
fullName: TinyLife.Goals.AmountGoal.GetDisplayedProgress
|
||||||
|
- 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: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
|
|
@ -56,8 +56,9 @@ items:
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.GetProgress
|
- TinyLife.Goals.Goal.GetProgress
|
||||||
- TinyLife.Goals.Goal.Reset
|
- TinyLife.Goals.Goal.Reset
|
||||||
- TinyLife.Goals.Goal.GetDisplayedProgress
|
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -402,24 +403,36 @@ references:
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -446,6 +459,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
|
|
@ -49,8 +49,9 @@ items:
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.GetProgress
|
- TinyLife.Goals.Goal.GetProgress
|
||||||
- TinyLife.Goals.Goal.Reset
|
- TinyLife.Goals.Goal.Reset
|
||||||
- TinyLife.Goals.Goal.GetDisplayedProgress
|
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -346,24 +347,36 @@ references:
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -390,6 +403,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
|
|
@ -6,7 +6,7 @@ items:
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
- TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||||
- TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
- TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.ConditionedGoal.GetProgress
|
- TinyLife.Goals.ConditionedGoal.GetProgress
|
||||||
- TinyLife.Goals.ConditionedGoal.Reset
|
- TinyLife.Goals.ConditionedGoal.Reset
|
||||||
- TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
- TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
||||||
|
@ -52,6 +52,7 @@ items:
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -161,16 +162,16 @@ items:
|
||||||
content.vb: Public Overrides Sub Reset()
|
content.vb: Public Overrides Sub Reset()
|
||||||
overridden: TinyLife.Goals.Goal.Reset
|
overridden: TinyLife.Goals.Goal.Reset
|
||||||
overload: TinyLife.Goals.ConditionedGoal.Reset*
|
overload: TinyLife.Goals.ConditionedGoal.Reset*
|
||||||
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.ConditionedGoal
|
parent: TinyLife.Goals.ConditionedGoal
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
nameWithType: ConditionedGoal.GetDisplayedProgress()
|
nameWithType: ConditionedGoal.GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress()
|
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -189,13 +190,19 @@ items:
|
||||||
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override string GetDisplayedProgress()
|
content: public override string GetDisplayedProgress(bool reduced)
|
||||||
|
parameters:
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: The displayed goal progress
|
description: The displayed goal progress
|
||||||
content.vb: Public Overrides Function GetDisplayedProgress() As String
|
content.vb: Public Overrides Function GetDisplayedProgress(reduced As Boolean) As String
|
||||||
overridden: TinyLife.Goals.Goal.GetDisplayedProgress
|
overridden: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
overload: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress*
|
overload: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress*
|
||||||
|
nameWithType.vb: ConditionedGoal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
commentId: M:TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
|
||||||
id: Trigger(System.Boolean)
|
id: Trigger(System.Boolean)
|
||||||
|
@ -214,7 +221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/ConditionedGoal.cs
|
path: ../TinyLife/Goals/ConditionedGoal.cs
|
||||||
startLine: 32
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -531,6 +538,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
@ -1317,31 +1377,54 @@ references:
|
||||||
name: Reset
|
name: Reset
|
||||||
nameWithType: ConditionedGoal.Reset
|
nameWithType: ConditionedGoal.Reset
|
||||||
fullName: TinyLife.Goals.ConditionedGoal.Reset
|
fullName: TinyLife.Goals.ConditionedGoal.Reset
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress*
|
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress*
|
||||||
commentId: Overload:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
commentId: Overload:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
||||||
href: TinyLife.Goals.ConditionedGoal.html#TinyLife_Goals_ConditionedGoal_GetDisplayedProgress
|
href: TinyLife.Goals.ConditionedGoal.html#TinyLife_Goals_ConditionedGoal_GetDisplayedProgress_System_Boolean_
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
nameWithType: ConditionedGoal.GetDisplayedProgress
|
nameWithType: ConditionedGoal.GetDisplayedProgress
|
||||||
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
|
||||||
|
- 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: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1443,17 +1526,6 @@ references:
|
||||||
name: Trigger
|
name: Trigger
|
||||||
nameWithType: ConditionedGoal.Trigger
|
nameWithType: ConditionedGoal.Trigger
|
||||||
fullName: TinyLife.Goals.ConditionedGoal.Trigger
|
fullName: TinyLife.Goals.ConditionedGoal.Trigger
|
||||||
- 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.Goals.AutoTriggerGoal`1.Trigger(`0)
|
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||||
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
||||||
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
||||||
|
|
|
@ -7,7 +7,7 @@ items:
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
- TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||||
- TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
- TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||||
- TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
- TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.DistinctGoal`1.GetProgress
|
- TinyLife.Goals.DistinctGoal`1.GetProgress
|
||||||
- TinyLife.Goals.DistinctGoal`1.Reset
|
- TinyLife.Goals.DistinctGoal`1.Reset
|
||||||
- TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
- TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
||||||
|
@ -54,6 +54,7 @@ items:
|
||||||
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -170,16 +171,16 @@ items:
|
||||||
overload: TinyLife.Goals.DistinctGoal`1.Reset*
|
overload: TinyLife.Goals.DistinctGoal`1.Reset*
|
||||||
nameWithType.vb: DistinctGoal(Of T).Reset()
|
nameWithType.vb: DistinctGoal(Of T).Reset()
|
||||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset()
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset()
|
||||||
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.DistinctGoal`1
|
parent: TinyLife.Goals.DistinctGoal`1
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
nameWithType: DistinctGoal<T>.GetDisplayedProgress()
|
nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress()
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -198,15 +199,19 @@ items:
|
||||||
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override string GetDisplayedProgress()
|
content: public override string GetDisplayedProgress(bool reduced)
|
||||||
|
parameters:
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: The displayed goal progress
|
description: The displayed goal progress
|
||||||
content.vb: Public Overrides Function GetDisplayedProgress() As String
|
content.vb: Public Overrides Function GetDisplayedProgress(reduced As Boolean) As String
|
||||||
overridden: TinyLife.Goals.Goal.GetDisplayedProgress
|
overridden: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
overload: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
overload: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
||||||
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress()
|
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress(Boolean)
|
||||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress()
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
- uid: TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
||||||
id: Validate(TinyLife.Goals.GoalSet)
|
id: Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -583,6 +588,59 @@ references:
|
||||||
name: Set
|
name: Set
|
||||||
nameWithType: Goal.Set
|
nameWithType: Goal.Set
|
||||||
fullName: TinyLife.Goals.Goal.Set
|
fullName: TinyLife.Goals.Goal.Set
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
@ -1337,33 +1395,56 @@ references:
|
||||||
fullName: TinyLife.Goals.DistinctGoal<T>.Reset
|
fullName: TinyLife.Goals.DistinctGoal<T>.Reset
|
||||||
nameWithType.vb: DistinctGoal(Of T).Reset
|
nameWithType.vb: DistinctGoal(Of T).Reset
|
||||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
||||||
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
||||||
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_GetDisplayedProgress
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_GetDisplayedProgress_System_Boolean_
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
nameWithType: DistinctGoal<T>.GetDisplayedProgress
|
nameWithType: DistinctGoal<T>.GetDisplayedProgress
|
||||||
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress
|
||||||
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress
|
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress
|
||||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress
|
||||||
|
- 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: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1408,17 +1489,6 @@ references:
|
||||||
fullName: TinyLife.Goals.DistinctGoal<T>.Validate
|
fullName: TinyLife.Goals.DistinctGoal<T>.Validate
|
||||||
nameWithType.vb: DistinctGoal(Of T).Validate
|
nameWithType.vb: DistinctGoal(Of T).Validate
|
||||||
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate
|
||||||
- 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.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||||
commentId: M:TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
commentId: M:TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
||||||
parent: TinyLife.Goals.AutoTriggerGoal
|
parent: TinyLife.Goals.AutoTriggerGoal
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 73
|
startLine: 97
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -48,8 +48,9 @@ items:
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.GetProgress
|
- TinyLife.Goals.Goal.GetProgress
|
||||||
- TinyLife.Goals.Goal.Reset
|
- TinyLife.Goals.Goal.Reset
|
||||||
- TinyLife.Goals.Goal.GetDisplayedProgress
|
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -84,7 +85,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 76
|
startLine: 100
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -117,7 +118,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 79
|
startLine: 103
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -255,24 +256,36 @@ references:
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -299,6 +312,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
|
|
@ -6,7 +6,8 @@ items:
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)
|
- TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)
|
||||||
- TinyLife.Goals.Goal.GetDisplayedProgress
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.Goal.GetProgress
|
- TinyLife.Goals.Goal.GetProgress
|
||||||
- TinyLife.Goals.Goal.Info
|
- TinyLife.Goals.Goal.Info
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
|
@ -27,7 +28,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Goal
|
id: Goal
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 9
|
startLine: 13
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -89,7 +90,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 16
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -128,7 +129,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 20
|
startLine: 24
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -159,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 24
|
startLine: 28
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -190,7 +191,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 31
|
startLine: 35
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -228,7 +229,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 41
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -259,7 +260,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 46
|
startLine: 50
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -269,16 +270,16 @@ items:
|
||||||
content: public abstract void Reset()
|
content: public abstract void Reset()
|
||||||
content.vb: Public MustOverride Sub Reset()
|
content.vb: Public MustOverride Sub Reset()
|
||||||
overload: TinyLife.Goals.Goal.Reset*
|
overload: TinyLife.Goals.Goal.Reset*
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -287,7 +288,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 53
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -297,12 +298,18 @@ items:
|
||||||
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public virtual string GetDisplayedProgress()
|
content: public virtual string GetDisplayedProgress(bool reduced)
|
||||||
|
parameters:
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: The displayed goal progress
|
description: The displayed goal progress
|
||||||
content.vb: Public Overridable Function GetDisplayedProgress() As String
|
content.vb: Public Overridable Function GetDisplayedProgress(reduced As Boolean) As String
|
||||||
overload: TinyLife.Goals.Goal.GetDisplayedProgress*
|
overload: TinyLife.Goals.Goal.GetDisplayedProgress*
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
id: Validate(TinyLife.Goals.GoalSet)
|
id: Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -321,7 +328,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Goal.cs
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
startLine: 62
|
startLine: 66
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -338,6 +345,44 @@ items:
|
||||||
description: Whether this goal is considered to be valid
|
description: Whether this goal is considered to be valid
|
||||||
content.vb: Public Overridable Function Validate([set] As GoalSet) As Boolean
|
content.vb: Public Overridable Function Validate([set] As GoalSet) As Boolean
|
||||||
overload: TinyLife.Goals.Goal.Validate*
|
overload: TinyLife.Goals.Goal.Validate*
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
id: GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/Goal.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: GetDisplay
|
||||||
|
path: ../TinyLife/Goals/Goal.cs
|
||||||
|
startLine: 74
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public Group GetDisplay(Anchor anchor, bool descriptionAsChild = false, bool reduced = false)
|
||||||
|
parameters:
|
||||||
|
- id: anchor
|
||||||
|
type: MLEM.Ui.Anchor
|
||||||
|
- id: descriptionAsChild
|
||||||
|
type: System.Boolean
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
|
return:
|
||||||
|
type: MLEM.Ui.Elements.Group
|
||||||
|
content.vb: Public Function GetDisplay(anchor As Anchor, descriptionAsChild As Boolean = False, reduced As Boolean = False) As Group
|
||||||
|
overload: TinyLife.Goals.Goal.GetDisplay*
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Goals.GoalSet
|
- uid: TinyLife.Goals.GoalSet
|
||||||
commentId: T:TinyLife.Goals.GoalSet
|
commentId: T:TinyLife.Goals.GoalSet
|
||||||
|
@ -1052,16 +1097,10 @@ references:
|
||||||
fullName: TinyLife.Goals.Goal
|
fullName: TinyLife.Goals.Goal
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress*
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress*
|
||||||
commentId: Overload:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: Overload:TinyLife.Goals.Goal.GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
nameWithType: Goal.GetDisplayedProgress
|
nameWithType: Goal.GetDisplayedProgress
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress
|
||||||
- uid: TinyLife.Goals.Goal.Validate*
|
|
||||||
commentId: Overload:TinyLife.Goals.Goal.Validate
|
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Validate_TinyLife_Goals_GoalSet_
|
|
||||||
name: Validate
|
|
||||||
nameWithType: Goal.Validate
|
|
||||||
fullName: TinyLife.Goals.Goal.Validate
|
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1073,3 +1112,81 @@ references:
|
||||||
nameWithType.vb: Boolean
|
nameWithType.vb: Boolean
|
||||||
fullName.vb: Boolean
|
fullName.vb: Boolean
|
||||||
name.vb: Boolean
|
name.vb: Boolean
|
||||||
|
- uid: TinyLife.Goals.Goal.Validate*
|
||||||
|
commentId: Overload:TinyLife.Goals.Goal.Validate
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Validate_TinyLife_Goals_GoalSet_
|
||||||
|
name: Validate
|
||||||
|
nameWithType: Goal.Validate
|
||||||
|
fullName: TinyLife.Goals.Goal.Validate
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay*
|
||||||
|
commentId: Overload:TinyLife.Goals.Goal.GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay
|
||||||
|
nameWithType: Goal.GetDisplay
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
commentId: T:MLEM.Ui.Anchor
|
||||||
|
parent: MLEM.Ui
|
||||||
|
isExternal: true
|
||||||
|
name: Anchor
|
||||||
|
nameWithType: Anchor
|
||||||
|
fullName: MLEM.Ui.Anchor
|
||||||
|
- uid: MLEM.Ui.Elements.Group
|
||||||
|
commentId: T:MLEM.Ui.Elements.Group
|
||||||
|
parent: MLEM.Ui.Elements
|
||||||
|
isExternal: true
|
||||||
|
name: Group
|
||||||
|
nameWithType: Group
|
||||||
|
fullName: MLEM.Ui.Elements.Group
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
commentId: N:MLEM.Ui
|
||||||
|
isExternal: true
|
||||||
|
name: MLEM.Ui
|
||||||
|
nameWithType: MLEM.Ui
|
||||||
|
fullName: MLEM.Ui
|
||||||
|
spec.csharp:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
|
spec.vb:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
|
- uid: MLEM.Ui.Elements
|
||||||
|
commentId: N:MLEM.Ui.Elements
|
||||||
|
isExternal: true
|
||||||
|
name: MLEM.Ui.Elements
|
||||||
|
nameWithType: MLEM.Ui.Elements
|
||||||
|
fullName: MLEM.Ui.Elements
|
||||||
|
spec.csharp:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui.Elements
|
||||||
|
name: Elements
|
||||||
|
isExternal: true
|
||||||
|
spec.vb:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui.Elements
|
||||||
|
name: Elements
|
||||||
|
isExternal: true
|
||||||
|
|
|
@ -11,6 +11,7 @@ items:
|
||||||
- TinyLife.Goals.GoalSet.GetGoal``1(System.String)
|
- TinyLife.Goals.GoalSet.GetGoal``1(System.String)
|
||||||
- TinyLife.Goals.GoalSet.GetGoals``1
|
- TinyLife.Goals.GoalSet.GetGoals``1
|
||||||
- TinyLife.Goals.GoalSet.GetProgress
|
- TinyLife.Goals.GoalSet.GetProgress
|
||||||
|
- TinyLife.Goals.GoalSet.Goals
|
||||||
- TinyLife.Goals.GoalSet.Info
|
- TinyLife.Goals.GoalSet.Info
|
||||||
- TinyLife.Goals.GoalSet.IsCompleted
|
- TinyLife.Goals.GoalSet.IsCompleted
|
||||||
- TinyLife.Goals.GoalSet.Reset
|
- TinyLife.Goals.GoalSet.Reset
|
||||||
|
@ -71,6 +72,35 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataContractAttribute
|
- type: System.Runtime.Serialization.DataContractAttribute
|
||||||
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
|
- uid: TinyLife.Goals.GoalSet.Goals
|
||||||
|
commentId: P:TinyLife.Goals.GoalSet.Goals
|
||||||
|
id: Goals
|
||||||
|
parent: TinyLife.Goals.GoalSet
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Goals
|
||||||
|
nameWithType: GoalSet.Goals
|
||||||
|
fullName: TinyLife.Goals.GoalSet.Goals
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/GoalSet.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: Goals
|
||||||
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
|
startLine: 49
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public ICollection<Goal> Goals { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.ICollection{TinyLife.Goals.Goal}
|
||||||
|
content.vb: Public ReadOnly Property Goals As ICollection(Of Goal)
|
||||||
|
overload: TinyLife.Goals.GoalSet.Goals*
|
||||||
- uid: TinyLife.Goals.GoalSet.Info
|
- uid: TinyLife.Goals.GoalSet.Info
|
||||||
commentId: P:TinyLife.Goals.GoalSet.Info
|
commentId: P:TinyLife.Goals.GoalSet.Info
|
||||||
id: Info
|
id: Info
|
||||||
|
@ -89,7 +119,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Info
|
id: Info
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 52
|
startLine: 53
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -120,7 +150,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 58
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -155,7 +185,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProgress
|
id: GetProgress
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 67
|
startLine: 68
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -186,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 79
|
startLine: 80
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -220,7 +250,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reset
|
id: Reset
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 86
|
startLine: 87
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -248,7 +278,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoals
|
id: GetGoals
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 96
|
startLine: 97
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -285,7 +315,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 106
|
startLine: 107
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -326,7 +356,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetGoal
|
id: GetGoal
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 116
|
startLine: 117
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -366,7 +396,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplay
|
id: GetDisplay
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 126
|
startLine: 127
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -407,7 +437,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/GoalSet.cs
|
path: ../TinyLife/Goals/GoalSet.cs
|
||||||
startLine: 153
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -1078,6 +1108,110 @@ references:
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
href: TinyLife.Utilities.html
|
href: TinyLife.Utilities.html
|
||||||
|
- uid: TinyLife.Goals.GoalSet.Goals*
|
||||||
|
commentId: Overload:TinyLife.Goals.GoalSet.Goals
|
||||||
|
href: TinyLife.Goals.GoalSet.html#TinyLife_Goals_GoalSet_Goals
|
||||||
|
name: Goals
|
||||||
|
nameWithType: GoalSet.Goals
|
||||||
|
fullName: TinyLife.Goals.GoalSet.Goals
|
||||||
|
- uid: System.Collections.Generic.ICollection{TinyLife.Goals.Goal}
|
||||||
|
commentId: T:System.Collections.Generic.ICollection{TinyLife.Goals.Goal}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.ICollection`1
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
name: ICollection<Goal>
|
||||||
|
nameWithType: ICollection<Goal>
|
||||||
|
fullName: System.Collections.Generic.ICollection<TinyLife.Goals.Goal>
|
||||||
|
nameWithType.vb: ICollection(Of Goal)
|
||||||
|
fullName.vb: System.Collections.Generic.ICollection(Of TinyLife.Goals.Goal)
|
||||||
|
name.vb: ICollection(Of Goal)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Goals.Goal
|
||||||
|
name: Goal
|
||||||
|
href: TinyLife.Goals.Goal.html
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Goals.Goal
|
||||||
|
name: Goal
|
||||||
|
href: TinyLife.Goals.Goal.html
|
||||||
|
- name: )
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
commentId: T:System.Collections.Generic.ICollection`1
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
name: ICollection<T>
|
||||||
|
nameWithType: ICollection<T>
|
||||||
|
fullName: System.Collections.Generic.ICollection<T>
|
||||||
|
nameWithType.vb: ICollection(Of T)
|
||||||
|
fullName.vb: System.Collections.Generic.ICollection(Of T)
|
||||||
|
name.vb: ICollection(Of T)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: <
|
||||||
|
- name: T
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-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: 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.Goals.GoalSetInfo
|
- uid: TinyLife.Goals.GoalSetInfo
|
||||||
commentId: T:TinyLife.Goals.GoalSetInfo
|
commentId: T:TinyLife.Goals.GoalSetInfo
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
|
@ -1259,43 +1393,6 @@ references:
|
||||||
- name: " "
|
- name: " "
|
||||||
- name: T
|
- name: T
|
||||||
- name: )
|
- 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.Goals.GoalSet.GetGoal*
|
- uid: TinyLife.Goals.GoalSet.GetGoal*
|
||||||
commentId: Overload:TinyLife.Goals.GoalSet.GetGoal
|
commentId: Overload:TinyLife.Goals.GoalSet.GetGoal
|
||||||
href: TinyLife.Goals.GoalSet.html#TinyLife_Goals_GoalSet_GetGoal__1_System_String_
|
href: TinyLife.Goals.GoalSet.html#TinyLife_Goals_GoalSet_GetGoal__1_System_String_
|
||||||
|
|
|
@ -45,8 +45,9 @@ items:
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.Info
|
- TinyLife.Goals.Goal.Info
|
||||||
- TinyLife.Goals.Goal.GetDisplayedProgress
|
- TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -369,24 +370,36 @@ references:
|
||||||
name: Info
|
name: Info
|
||||||
nameWithType: Goal.Info
|
nameWithType: Goal.Info
|
||||||
fullName: TinyLife.Goals.Goal.Info
|
fullName: TinyLife.Goals.Goal.Info
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
@ -413,6 +426,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
|
|
@ -45,11 +45,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MemoryType
|
id: MemoryType
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 19
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
summary: A memory type is a set of information for a <xref href="TinyLife.Goals.Memory" data-throw-if-not-resolved="false"></xref> to have.
|
summary: >-
|
||||||
|
A memory type is a set of information for a <xref href="TinyLife.Goals.Memory" data-throw-if-not-resolved="false"></xref> to have.
|
||||||
|
|
||||||
|
Please note that all collections of specific memories, like <xref href="TinyLife.Goals.MemoryType.ActionDone" data-throw-if-not-resolved="false"></xref>, are only initialized in the finalization stage (see <xref href="TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl%2cTinyLife.Mods.ModInfo)" data-throw-if-not-resolved="false"></xref>).
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -92,7 +95,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 26
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -103,6 +106,122 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.MemoryType}
|
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Goals.MemoryType}
|
||||||
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, MemoryType)
|
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, MemoryType)
|
||||||
|
- uid: TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
commentId: P:TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
id: ActionDone
|
||||||
|
parent: TinyLife.Goals.MemoryType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ActionDone
|
||||||
|
nameWithType: MemoryType.ActionDone
|
||||||
|
fullName: TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ActionDone
|
||||||
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
|
startLine: 30
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public static Dictionary<ActionType, MemoryType> ActionDone { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
||||||
|
content.vb: Public Shared Property ActionDone As Dictionary(Of ActionType, MemoryType)
|
||||||
|
overload: TinyLife.Goals.MemoryType.ActionDone*
|
||||||
|
- uid: TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
|
commentId: P:TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
|
id: UsedSkillCategory
|
||||||
|
parent: TinyLife.Goals.MemoryType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: UsedSkillCategory
|
||||||
|
nameWithType: MemoryType.UsedSkillCategory
|
||||||
|
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: UsedSkillCategory
|
||||||
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
|
startLine: 31
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public static Dictionary<SkillCategory, MemoryType> UsedSkillCategory { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
||||||
|
content.vb: Public Shared Property UsedSkillCategory As Dictionary(Of SkillCategory, MemoryType)
|
||||||
|
overload: TinyLife.Goals.MemoryType.UsedSkillCategory*
|
||||||
|
- uid: TinyLife.Goals.MemoryType.UsedFurniture
|
||||||
|
commentId: P:TinyLife.Goals.MemoryType.UsedFurniture
|
||||||
|
id: UsedFurniture
|
||||||
|
parent: TinyLife.Goals.MemoryType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: UsedFurniture
|
||||||
|
nameWithType: MemoryType.UsedFurniture
|
||||||
|
fullName: TinyLife.Goals.MemoryType.UsedFurniture
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: UsedFurniture
|
||||||
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
|
startLine: 32
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public static Dictionary<ObjectCategory, MemoryType> UsedFurniture { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
||||||
|
content.vb: Public Shared Property UsedFurniture As Dictionary(Of ObjectCategory, MemoryType)
|
||||||
|
overload: TinyLife.Goals.MemoryType.UsedFurniture*
|
||||||
|
- uid: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
commentId: P:TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
id: WorkedAtJob
|
||||||
|
parent: TinyLife.Goals.MemoryType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: WorkedAtJob
|
||||||
|
nameWithType: MemoryType.WorkedAtJob
|
||||||
|
fullName: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
type: Property
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: WorkedAtJob
|
||||||
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
|
startLine: 33
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public static Dictionary<JobType, MemoryType> WorkedAtJob { get; }
|
||||||
|
parameters: []
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
|
content.vb: Public Shared Property WorkedAtJob As Dictionary(Of JobType, MemoryType)
|
||||||
|
overload: TinyLife.Goals.MemoryType.WorkedAtJob*
|
||||||
- uid: TinyLife.Goals.MemoryType.PublishFailure
|
- uid: TinyLife.Goals.MemoryType.PublishFailure
|
||||||
commentId: F:TinyLife.Goals.MemoryType.PublishFailure
|
commentId: F:TinyLife.Goals.MemoryType.PublishFailure
|
||||||
id: PublishFailure
|
id: PublishFailure
|
||||||
|
@ -121,7 +240,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PublishFailure
|
id: PublishFailure
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 29
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -148,7 +267,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SocialAction
|
id: SocialAction
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 30
|
startLine: 35
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -175,7 +294,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PromotionOrRaise
|
id: PromotionOrRaise
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 31
|
startLine: 36
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -202,7 +321,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FamilySocial
|
id: FamilySocial
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 32
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -211,33 +330,6 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Goals.MemoryType
|
type: TinyLife.Goals.MemoryType
|
||||||
content.vb: Public Shared ReadOnly FamilySocial As MemoryType
|
content.vb: Public Shared ReadOnly FamilySocial As MemoryType
|
||||||
- uid: TinyLife.Goals.MemoryType.UsedSkillCategory
|
|
||||||
commentId: F:TinyLife.Goals.MemoryType.UsedSkillCategory
|
|
||||||
id: UsedSkillCategory
|
|
||||||
parent: TinyLife.Goals.MemoryType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: UsedSkillCategory
|
|
||||||
nameWithType: MemoryType.UsedSkillCategory
|
|
||||||
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/MemoryType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: UsedSkillCategory
|
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
|
||||||
startLine: 33
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
syntax:
|
|
||||||
content: public static readonly Dictionary<SkillCategory, MemoryType> UsedSkillCategory
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
|
||||||
content.vb: Public Shared ReadOnly UsedSkillCategory As Dictionary(Of SkillCategory, MemoryType)
|
|
||||||
- uid: TinyLife.Goals.MemoryType.WasOutside
|
- uid: TinyLife.Goals.MemoryType.WasOutside
|
||||||
commentId: F:TinyLife.Goals.MemoryType.WasOutside
|
commentId: F:TinyLife.Goals.MemoryType.WasOutside
|
||||||
id: WasOutside
|
id: WasOutside
|
||||||
|
@ -256,7 +348,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WasOutside
|
id: WasOutside
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 35
|
startLine: 38
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -265,60 +357,6 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Goals.MemoryType
|
type: TinyLife.Goals.MemoryType
|
||||||
content.vb: Public Shared ReadOnly WasOutside As MemoryType
|
content.vb: Public Shared ReadOnly WasOutside As MemoryType
|
||||||
- uid: TinyLife.Goals.MemoryType.UsedFurniture
|
|
||||||
commentId: F:TinyLife.Goals.MemoryType.UsedFurniture
|
|
||||||
id: UsedFurniture
|
|
||||||
parent: TinyLife.Goals.MemoryType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: UsedFurniture
|
|
||||||
nameWithType: MemoryType.UsedFurniture
|
|
||||||
fullName: TinyLife.Goals.MemoryType.UsedFurniture
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/MemoryType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: UsedFurniture
|
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
|
||||||
startLine: 36
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
syntax:
|
|
||||||
content: public static readonly Dictionary<ObjectCategory, MemoryType> UsedFurniture
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
|
||||||
content.vb: Public Shared ReadOnly UsedFurniture As Dictionary(Of ObjectCategory, MemoryType)
|
|
||||||
- uid: TinyLife.Goals.MemoryType.WorkedAtJob
|
|
||||||
commentId: F:TinyLife.Goals.MemoryType.WorkedAtJob
|
|
||||||
id: WorkedAtJob
|
|
||||||
parent: TinyLife.Goals.MemoryType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: WorkedAtJob
|
|
||||||
nameWithType: MemoryType.WorkedAtJob
|
|
||||||
fullName: TinyLife.Goals.MemoryType.WorkedAtJob
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/MemoryType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: WorkedAtJob
|
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
|
||||||
startLine: 38
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
syntax:
|
|
||||||
content: public static readonly Dictionary<JobType, MemoryType> WorkedAtJob
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
|
||||||
content.vb: Public Shared ReadOnly WorkedAtJob As Dictionary(Of JobType, MemoryType)
|
|
||||||
- uid: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
- uid: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||||
commentId: F:TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
commentId: F:TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||||
id: WasRomanticWithSomeoneElse
|
id: WasRomanticWithSomeoneElse
|
||||||
|
@ -337,7 +375,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WasRomanticWithSomeoneElse
|
id: WasRomanticWithSomeoneElse
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 40
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -364,7 +402,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HadFirstKiss
|
id: HadFirstKiss
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 41
|
startLine: 40
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -391,7 +429,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HadChild
|
id: HadChild
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 42
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -418,7 +456,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AskedForFood
|
id: AskedForFood
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 43
|
startLine: 42
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -445,7 +483,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Slept
|
id: Slept
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 44
|
startLine: 43
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -454,35 +492,8 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Goals.MemoryType
|
type: TinyLife.Goals.MemoryType
|
||||||
content.vb: Public Shared ReadOnly Slept As MemoryType
|
content.vb: Public Shared ReadOnly Slept As MemoryType
|
||||||
- uid: TinyLife.Goals.MemoryType.ActionDone
|
|
||||||
commentId: F:TinyLife.Goals.MemoryType.ActionDone
|
|
||||||
id: ActionDone
|
|
||||||
parent: TinyLife.Goals.MemoryType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: ActionDone
|
|
||||||
nameWithType: MemoryType.ActionDone
|
|
||||||
fullName: TinyLife.Goals.MemoryType.ActionDone
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/MemoryType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: ActionDone
|
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
|
||||||
startLine: 45
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
syntax:
|
|
||||||
content: public static readonly Dictionary<ActionType, MemoryType> ActionDone
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
|
||||||
content.vb: Public Shared ReadOnly ActionDone As Dictionary(Of ActionType, MemoryType)
|
|
||||||
- uid: TinyLife.Goals.MemoryType.UpgradeLearned
|
- uid: TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
commentId: F:TinyLife.Goals.MemoryType.UpgradeLearned
|
commentId: P:TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
id: UpgradeLearned
|
id: UpgradeLearned
|
||||||
parent: TinyLife.Goals.MemoryType
|
parent: TinyLife.Goals.MemoryType
|
||||||
langs:
|
langs:
|
||||||
|
@ -491,7 +502,7 @@ items:
|
||||||
name: UpgradeLearned
|
name: UpgradeLearned
|
||||||
nameWithType: MemoryType.UpgradeLearned
|
nameWithType: MemoryType.UpgradeLearned
|
||||||
fullName: TinyLife.Goals.MemoryType.UpgradeLearned
|
fullName: TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
type: Field
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/MemoryType.cs
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
@ -499,15 +510,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpgradeLearned
|
id: UpgradeLearned
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 48
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
syntax:
|
syntax:
|
||||||
content: public static readonly Dictionary<Upgrade, MemoryType> UpgradeLearned
|
content: public static Dictionary<Upgrade, MemoryType> UpgradeLearned { get; }
|
||||||
|
parameters: []
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
type: System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
||||||
content.vb: Public Shared ReadOnly UpgradeLearned As Dictionary(Of Upgrade, MemoryType)
|
content.vb: Public Shared Property UpgradeLearned As Dictionary(Of Upgrade, MemoryType)
|
||||||
|
overload: TinyLife.Goals.MemoryType.UpgradeLearned*
|
||||||
- uid: TinyLife.Goals.MemoryType.HadAbortion
|
- uid: TinyLife.Goals.MemoryType.HadAbortion
|
||||||
commentId: F:TinyLife.Goals.MemoryType.HadAbortion
|
commentId: F:TinyLife.Goals.MemoryType.HadAbortion
|
||||||
id: HadAbortion
|
id: HadAbortion
|
||||||
|
@ -526,7 +539,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HadAbortion
|
id: HadAbortion
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 50
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -553,7 +566,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MayBePregnant
|
id: MayBePregnant
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 51
|
startLine: 47
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -580,7 +593,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FoundOutPregnancy
|
id: FoundOutPregnancy
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 52
|
startLine: 48
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -607,7 +620,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToldAboutPregnancy
|
id: ToldAboutPregnancy
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 53
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -634,7 +647,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 60
|
startLine: 56
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -663,7 +676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 64
|
startLine: 60
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -692,7 +705,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 67
|
startLine: 63
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -725,7 +738,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 74
|
startLine: 70
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -763,7 +776,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 86
|
startLine: 82
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -810,7 +823,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 101
|
startLine: 97
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -834,6 +847,46 @@ references:
|
||||||
name: Memory
|
name: Memory
|
||||||
nameWithType: Memory
|
nameWithType: Memory
|
||||||
fullName: TinyLife.Goals.Memory
|
fullName: TinyLife.Goals.Memory
|
||||||
|
- uid: TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
commentId: P:TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_ActionDone
|
||||||
|
name: ActionDone
|
||||||
|
nameWithType: MemoryType.ActionDone
|
||||||
|
fullName: TinyLife.Goals.MemoryType.ActionDone
|
||||||
|
- uid: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
commentId: M:TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_FinalizeGameContent_TinyLife_GameImpl_TinyLife_Mods_ModInfo_
|
||||||
|
name: FinalizeGameContent(GameImpl, ModInfo)
|
||||||
|
nameWithType: Mod.FinalizeGameContent(GameImpl, ModInfo)
|
||||||
|
fullName: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl, TinyLife.Mods.ModInfo)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
name: FinalizeGameContent
|
||||||
|
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_FinalizeGameContent_TinyLife_GameImpl_TinyLife_Mods_ModInfo_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.GameImpl
|
||||||
|
name: GameImpl
|
||||||
|
href: TinyLife.GameImpl.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Mods.ModInfo
|
||||||
|
name: ModInfo
|
||||||
|
href: TinyLife.Mods.ModInfo.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
name: FinalizeGameContent
|
||||||
|
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_FinalizeGameContent_TinyLife_GameImpl_TinyLife_Mods_ModInfo_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.GameImpl
|
||||||
|
name: GameImpl
|
||||||
|
href: TinyLife.GameImpl.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Mods.ModInfo
|
||||||
|
name: ModInfo
|
||||||
|
href: TinyLife.Mods.ModInfo.html
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Goals
|
- uid: TinyLife.Goals
|
||||||
commentId: N:TinyLife.Goals
|
commentId: N:TinyLife.Goals
|
||||||
href: TinyLife.html
|
href: TinyLife.html
|
||||||
|
@ -1339,33 +1392,32 @@ references:
|
||||||
name: ObjectModel
|
name: ObjectModel
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
||||||
- uid: TinyLife.Goals.MemoryType
|
- uid: TinyLife.Goals.MemoryType.ActionDone*
|
||||||
commentId: T:TinyLife.Goals.MemoryType
|
commentId: Overload:TinyLife.Goals.MemoryType.ActionDone
|
||||||
parent: TinyLife.Goals
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_ActionDone
|
||||||
href: TinyLife.Goals.MemoryType.html
|
name: ActionDone
|
||||||
name: MemoryType
|
nameWithType: MemoryType.ActionDone
|
||||||
nameWithType: MemoryType
|
fullName: TinyLife.Goals.MemoryType.ActionDone
|
||||||
fullName: TinyLife.Goals.MemoryType
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
||||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
||||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
definition: System.Collections.Generic.Dictionary`2
|
definition: System.Collections.Generic.Dictionary`2
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||||
name: Dictionary<SkillCategory, MemoryType>
|
name: Dictionary<ActionType, MemoryType>
|
||||||
nameWithType: Dictionary<SkillCategory, MemoryType>
|
nameWithType: Dictionary<ActionType, MemoryType>
|
||||||
fullName: System.Collections.Generic.Dictionary<TinyLife.Skills.SkillCategory, TinyLife.Goals.MemoryType>
|
fullName: System.Collections.Generic.Dictionary<TinyLife.Actions.ActionType, TinyLife.Goals.MemoryType>
|
||||||
nameWithType.vb: Dictionary(Of SkillCategory, MemoryType)
|
nameWithType.vb: Dictionary(Of ActionType, MemoryType)
|
||||||
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Skills.SkillCategory, TinyLife.Goals.MemoryType)
|
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Actions.ActionType, TinyLife.Goals.MemoryType)
|
||||||
name.vb: Dictionary(Of SkillCategory, MemoryType)
|
name.vb: Dictionary(Of ActionType, MemoryType)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: System.Collections.Generic.Dictionary`2
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
name: Dictionary
|
name: Dictionary
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.Skills.SkillCategory
|
- uid: TinyLife.Actions.ActionType
|
||||||
name: SkillCategory
|
name: ActionType
|
||||||
href: TinyLife.Skills.SkillCategory.html
|
href: TinyLife.Actions.ActionType.html
|
||||||
- name: ','
|
- name: ','
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Goals.MemoryType
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
@ -1380,9 +1432,9 @@ references:
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Skills.SkillCategory
|
- uid: TinyLife.Actions.ActionType
|
||||||
name: SkillCategory
|
name: ActionType
|
||||||
href: TinyLife.Skills.SkillCategory.html
|
href: TinyLife.Actions.ActionType.html
|
||||||
- name: ','
|
- name: ','
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Goals.MemoryType
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
@ -1460,6 +1512,61 @@ references:
|
||||||
name: Generic
|
name: Generic
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||||
|
- uid: TinyLife.Goals.MemoryType.UsedSkillCategory*
|
||||||
|
commentId: Overload:TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_UsedSkillCategory
|
||||||
|
name: UsedSkillCategory
|
||||||
|
nameWithType: MemoryType.UsedSkillCategory
|
||||||
|
fullName: TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
||||||
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Skills.SkillCategory,TinyLife.Goals.MemoryType}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.Dictionary`2
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
||||||
|
name: Dictionary<SkillCategory, MemoryType>
|
||||||
|
nameWithType: Dictionary<SkillCategory, MemoryType>
|
||||||
|
fullName: System.Collections.Generic.Dictionary<TinyLife.Skills.SkillCategory, TinyLife.Goals.MemoryType>
|
||||||
|
nameWithType.vb: Dictionary(Of SkillCategory, MemoryType)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Skills.SkillCategory, TinyLife.Goals.MemoryType)
|
||||||
|
name.vb: Dictionary(Of SkillCategory, MemoryType)
|
||||||
|
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.Skills.SkillCategory
|
||||||
|
name: SkillCategory
|
||||||
|
href: TinyLife.Skills.SkillCategory.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
href: TinyLife.Goals.MemoryType.html
|
||||||
|
- 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.Skills.SkillCategory
|
||||||
|
name: SkillCategory
|
||||||
|
href: TinyLife.Skills.SkillCategory.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
href: TinyLife.Goals.MemoryType.html
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.MemoryType.UsedFurniture*
|
||||||
|
commentId: Overload:TinyLife.Goals.MemoryType.UsedFurniture
|
||||||
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_UsedFurniture
|
||||||
|
name: UsedFurniture
|
||||||
|
nameWithType: MemoryType.UsedFurniture
|
||||||
|
fullName: TinyLife.Goals.MemoryType.UsedFurniture
|
||||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
||||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.ObjectCategory,TinyLife.Goals.MemoryType}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -1503,6 +1610,12 @@ references:
|
||||||
name: MemoryType
|
name: MemoryType
|
||||||
href: TinyLife.Goals.MemoryType.html
|
href: TinyLife.Goals.MemoryType.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.MemoryType.WorkedAtJob*
|
||||||
|
commentId: Overload:TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_WorkedAtJob
|
||||||
|
name: WorkedAtJob
|
||||||
|
nameWithType: MemoryType.WorkedAtJob
|
||||||
|
fullName: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -1546,49 +1659,19 @@ references:
|
||||||
name: MemoryType
|
name: MemoryType
|
||||||
href: TinyLife.Goals.MemoryType.html
|
href: TinyLife.Goals.MemoryType.html
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
- uid: TinyLife.Goals.MemoryType
|
||||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Actions.ActionType,TinyLife.Goals.MemoryType}
|
commentId: T:TinyLife.Goals.MemoryType
|
||||||
parent: System.Collections.Generic
|
parent: TinyLife.Goals
|
||||||
definition: System.Collections.Generic.Dictionary`2
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
||||||
name: Dictionary<ActionType, MemoryType>
|
|
||||||
nameWithType: Dictionary<ActionType, MemoryType>
|
|
||||||
fullName: System.Collections.Generic.Dictionary<TinyLife.Actions.ActionType, TinyLife.Goals.MemoryType>
|
|
||||||
nameWithType.vb: Dictionary(Of ActionType, MemoryType)
|
|
||||||
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Actions.ActionType, TinyLife.Goals.MemoryType)
|
|
||||||
name.vb: Dictionary(Of ActionType, MemoryType)
|
|
||||||
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.Actions.ActionType
|
|
||||||
name: ActionType
|
|
||||||
href: TinyLife.Actions.ActionType.html
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: TinyLife.Goals.MemoryType
|
|
||||||
name: MemoryType
|
|
||||||
href: TinyLife.Goals.MemoryType.html
|
href: TinyLife.Goals.MemoryType.html
|
||||||
- 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.Actions.ActionType
|
|
||||||
name: ActionType
|
|
||||||
href: TinyLife.Actions.ActionType.html
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: TinyLife.Goals.MemoryType
|
|
||||||
name: MemoryType
|
name: MemoryType
|
||||||
href: TinyLife.Goals.MemoryType.html
|
nameWithType: MemoryType
|
||||||
- name: )
|
fullName: TinyLife.Goals.MemoryType
|
||||||
|
- uid: TinyLife.Goals.MemoryType.UpgradeLearned*
|
||||||
|
commentId: Overload:TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_UpgradeLearned
|
||||||
|
name: UpgradeLearned
|
||||||
|
nameWithType: MemoryType.UpgradeLearned
|
||||||
|
fullName: TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
||||||
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.Upgrade,TinyLife.Goals.MemoryType}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
|
|
@ -7,15 +7,10 @@ items:
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.Project.ActionSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.String,System.Type)
|
- TinyLife.Goals.Project.ActionSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.String,System.Type)
|
||||||
- TinyLife.Goals.Project.ActionSettings.CanContinue
|
- TinyLife.Goals.Project.ActionSettings.CanContinue
|
||||||
- TinyLife.Goals.Project.ActionSettings.CanExecute
|
|
||||||
- TinyLife.Goals.Project.ActionSettings.ConstructedType
|
|
||||||
- TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
- TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
||||||
- TinyLife.Goals.Project.ActionSettings.Context
|
|
||||||
- TinyLife.Goals.Project.ActionSettings.IncludeProject
|
- TinyLife.Goals.Project.ActionSettings.IncludeProject
|
||||||
- TinyLife.Goals.Project.ActionSettings.Name
|
|
||||||
- TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
- TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||||
- TinyLife.Goals.Project.ActionSettings.RequiredAges
|
- TinyLife.Goals.Project.ActionSettings.Settings
|
||||||
- TinyLife.Goals.Project.ActionSettings.RequiredSkill
|
|
||||||
- TinyLife.Goals.Project.ActionSettings.Type
|
- TinyLife.Goals.Project.ActionSettings.Type
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
|
@ -31,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSettings
|
id: ActionSettings
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 263
|
startLine: 260
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -49,64 +44,33 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.Goals.Project.ActionSettings.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Goals.Project.ActionSettings.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.Name
|
- uid: TinyLife.Goals.Project.ActionSettings.Settings
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.Name
|
commentId: F:TinyLife.Goals.Project.ActionSettings.Settings
|
||||||
id: Name
|
id: Settings
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
parent: TinyLife.Goals.Project.ActionSettings
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Name
|
name: Settings
|
||||||
nameWithType: Project.ActionSettings.Name
|
nameWithType: Project.ActionSettings.Settings
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.Name
|
fullName: TinyLife.Goals.Project.ActionSettings.Settings
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Goals/Project.cs
|
path: TinyLife/Goals/Project.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Settings
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 268
|
startLine: 262
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
summary: The basic name of the actions created
|
|
||||||
example: []
|
|
||||||
syntax:
|
syntax:
|
||||||
content: public string Name
|
content: public ActionType.TypeSettings Settings
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: TinyLife.Actions.ActionType.TypeSettings
|
||||||
content.vb: Public Name As String
|
content.vb: Public Settings As ActionType.TypeSettings
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.Context
|
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.Context
|
|
||||||
id: Context
|
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: Context
|
|
||||||
nameWithType: Project.ActionSettings.Context
|
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.Context
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/Project.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: Context
|
|
||||||
path: ../TinyLife/Goals/Project.cs
|
|
||||||
startLine: 272
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
summary: The context for the actions
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public ObjectCategory Context
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.ObjectCategory
|
|
||||||
content.vb: Public Context As ObjectCategory
|
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.Type
|
- uid: TinyLife.Goals.Project.ActionSettings.Type
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.Type
|
commentId: F:TinyLife.Goals.Project.ActionSettings.Type
|
||||||
id: Type
|
id: Type
|
||||||
|
@ -125,7 +89,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 276
|
startLine: 266
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -136,38 +100,6 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
content.vb: Public Type As String
|
content.vb: Public Type As String
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.ConstructedType
|
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.ConstructedType
|
|
||||||
id: ConstructedType
|
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: ConstructedType
|
|
||||||
nameWithType: Project.ActionSettings.ConstructedType
|
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.ConstructedType
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/Project.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: ConstructedType
|
|
||||||
path: ../TinyLife/Goals/Project.cs
|
|
||||||
startLine: 281
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
summary: >-
|
|
||||||
The function that is executed to construct the start and continue actions.
|
|
||||||
|
|
||||||
The type needs to have a constructor that additionally accepts a string, which is the project name to work on, and is passed using <xref href="TinyLife.Actions.ActionArgument.AddedConstructorArguments" data-throw-if-not-resolved="false"></xref>.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public Type ConstructedType
|
|
||||||
return:
|
|
||||||
type: System.Type
|
|
||||||
content.vb: Public ConstructedType As Type
|
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
- uid: TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
commentId: F:TinyLife.Goals.Project.ActionSettings.ConstructedTypeScrap
|
||||||
id: ConstructedTypeScrap
|
id: ConstructedTypeScrap
|
||||||
|
@ -186,7 +118,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedTypeScrap
|
id: ConstructedTypeScrap
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 287
|
startLine: 272
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -202,101 +134,6 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.Type
|
type: System.Type
|
||||||
content.vb: Public ConstructedTypeScrap As Type
|
content.vb: Public ConstructedTypeScrap As Type
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.CanExecute
|
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.CanExecute
|
|
||||||
id: CanExecute
|
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: CanExecute
|
|
||||||
nameWithType: Project.ActionSettings.CanExecute
|
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.CanExecute
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/Project.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: CanExecute
|
|
||||||
path: ../TinyLife/Goals/Project.cs
|
|
||||||
startLine: 291
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
summary: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref> that determines whether the actions can be executed
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public ActionType.CanExecuteDelegate CanExecute
|
|
||||||
return:
|
|
||||||
type: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
||||||
content.vb: Public CanExecute As ActionType.CanExecuteDelegate
|
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.RequiredSkill
|
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.RequiredSkill
|
|
||||||
id: RequiredSkill
|
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RequiredSkill
|
|
||||||
nameWithType: Project.ActionSettings.RequiredSkill
|
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.RequiredSkill
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/Project.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RequiredSkill
|
|
||||||
path: ../TinyLife/Goals/Project.cs
|
|
||||||
startLine: 297
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
summary: >-
|
|
||||||
The <xref href="TinyLife.Skills.SkillType" data-throw-if-not-resolved="false"></xref> and level of the skill that is required for this action to become available.
|
|
||||||
|
|
||||||
When the required skill is leveled up, this action will also be displayed in the list of now-available actions.
|
|
||||||
|
|
||||||
Internally, this is passed into <xref href="TinyLife.Actions.ActionType.TypeSettings.RequiredSkill" data-throw-if-not-resolved="false"></xref>.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public (SkillType Type, int Level) RequiredSkill
|
|
||||||
return:
|
|
||||||
type: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
|
|
||||||
content.vb: Public RequiredSkill As (Type As SkillType, Level As Integer)
|
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.RequiredAges
|
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.RequiredAges
|
|
||||||
id: RequiredAges
|
|
||||||
parent: TinyLife.Goals.Project.ActionSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RequiredAges
|
|
||||||
nameWithType: Project.ActionSettings.RequiredAges
|
|
||||||
fullName: TinyLife.Goals.Project.ActionSettings.RequiredAges
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Goals/Project.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RequiredAges
|
|
||||||
path: ../TinyLife/Goals/Project.cs
|
|
||||||
startLine: 302
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Goals
|
|
||||||
summary: >-
|
|
||||||
A flag of age group values that are required to work on this project.
|
|
||||||
|
|
||||||
This value defaults to 0, meaning all ages are allowed.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public AgeGroup RequiredAges
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.AgeGroup
|
|
||||||
content.vb: Public RequiredAges As AgeGroup
|
|
||||||
- uid: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
- uid: TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||||
commentId: F:TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
commentId: F:TinyLife.Goals.Project.ActionSettings.ProjectDisplayName
|
||||||
id: ProjectDisplayName
|
id: ProjectDisplayName
|
||||||
|
@ -315,7 +152,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProjectDisplayName
|
id: ProjectDisplayName
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 307
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -347,7 +184,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanContinue
|
id: CanContinue
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 312
|
startLine: 282
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -379,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncludeProject
|
id: IncludeProject
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 317
|
startLine: 287
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -411,7 +248,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 326
|
startLine: 296
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -802,89 +639,29 @@ references:
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
href: TinyLife.Utilities.html
|
href: TinyLife.Utilities.html
|
||||||
- uid: System.String
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
commentId: T:System.String
|
commentId: T:TinyLife.Actions.ActionType.TypeSettings
|
||||||
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: TinyLife.Objects.ObjectCategory
|
|
||||||
commentId: T:TinyLife.Objects.ObjectCategory
|
|
||||||
parent: TinyLife.Objects
|
|
||||||
href: TinyLife.Objects.ObjectCategory.html
|
|
||||||
name: ObjectCategory
|
|
||||||
nameWithType: ObjectCategory
|
|
||||||
fullName: TinyLife.Objects.ObjectCategory
|
|
||||||
- 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.Goals.Project.Type
|
|
||||||
commentId: F:TinyLife.Goals.Project.Type
|
|
||||||
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Type
|
|
||||||
name: Type
|
|
||||||
nameWithType: Project.Type
|
|
||||||
fullName: TinyLife.Goals.Project.Type
|
|
||||||
- uid: TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
|
||||||
commentId: F:TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
|
||||||
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_AddedConstructorArguments
|
|
||||||
name: AddedConstructorArguments
|
|
||||||
nameWithType: ActionArgument.AddedConstructorArguments
|
|
||||||
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
|
||||||
- uid: System.Type
|
|
||||||
commentId: T:System.Type
|
|
||||||
parent: System
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
||||||
name: Type
|
|
||||||
nameWithType: Type
|
|
||||||
fullName: System.Type
|
|
||||||
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
||||||
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
href: TinyLife.Actions.ActionType.html
|
href: TinyLife.Actions.ActionType.html
|
||||||
name: ActionType.CanExecuteDelegate
|
name: ActionType.TypeSettings
|
||||||
nameWithType: ActionType.CanExecuteDelegate
|
nameWithType: ActionType.TypeSettings
|
||||||
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
|
fullName: TinyLife.Actions.ActionType.TypeSettings
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
name: ActionType
|
name: ActionType
|
||||||
href: TinyLife.Actions.ActionType.html
|
href: TinyLife.Actions.ActionType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
name: CanExecuteDelegate
|
name: TypeSettings
|
||||||
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
name: ActionType
|
name: ActionType
|
||||||
href: TinyLife.Actions.ActionType.html
|
href: TinyLife.Actions.ActionType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||||||
name: CanExecuteDelegate
|
name: TypeSettings
|
||||||
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife.Actions
|
commentId: N:TinyLife.Actions
|
||||||
href: TinyLife.html
|
href: TinyLife.html
|
||||||
|
@ -907,122 +684,37 @@ references:
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
href: TinyLife.Actions.html
|
href: TinyLife.Actions.html
|
||||||
- uid: TinyLife.Skills.SkillType
|
- uid: TinyLife.Goals.Project.Type
|
||||||
commentId: T:TinyLife.Skills.SkillType
|
commentId: F:TinyLife.Goals.Project.Type
|
||||||
parent: TinyLife.Skills
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Type
|
||||||
href: TinyLife.Skills.SkillType.html
|
name: Type
|
||||||
name: SkillType
|
nameWithType: Project.Type
|
||||||
nameWithType: SkillType
|
fullName: TinyLife.Goals.Project.Type
|
||||||
fullName: TinyLife.Skills.SkillType
|
- uid: System.String
|
||||||
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
commentId: T:System.String
|
||||||
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
|
||||||
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredSkill
|
|
||||||
name: RequiredSkill
|
|
||||||
nameWithType: ActionType.TypeSettings.RequiredSkill
|
|
||||||
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
|
||||||
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
|
|
||||||
commentId: T:System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
|
|
||||||
parent: System
|
parent: System
|
||||||
definition: System.ValueTuple`2
|
|
||||||
href: TinyLife.Skills.SkillType.html
|
|
||||||
name: (SkillType Type, int Level)
|
|
||||||
nameWithType: (SkillType Type, int Level)
|
|
||||||
fullName: (TinyLife.Skills.SkillType Type, int Level)
|
|
||||||
nameWithType.vb: (Type As SkillType, Level As Integer)
|
|
||||||
fullName.vb: (Type As TinyLife.Skills.SkillType, Level As Integer)
|
|
||||||
name.vb: (Type As SkillType, Level As Integer)
|
|
||||||
spec.csharp:
|
|
||||||
- name: (
|
|
||||||
- uid: TinyLife.Skills.SkillType
|
|
||||||
name: SkillType
|
|
||||||
href: TinyLife.Skills.SkillType.html
|
|
||||||
- name: " "
|
|
||||||
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type
|
|
||||||
name: Type
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: System.Int32
|
|
||||||
name: int
|
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||||||
- name: " "
|
name: string
|
||||||
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level
|
nameWithType: string
|
||||||
name: Level
|
fullName: string
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level
|
nameWithType.vb: String
|
||||||
- name: )
|
fullName.vb: String
|
||||||
spec.vb:
|
name.vb: String
|
||||||
- name: (
|
- uid: TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
||||||
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type
|
commentId: F:TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
||||||
name: Type
|
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_AddedConstructorArguments
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type
|
name: AddedConstructorArguments
|
||||||
- name: " "
|
nameWithType: ActionArgument.AddedConstructorArguments
|
||||||
- name: As
|
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
|
||||||
- name: " "
|
- uid: System.Type
|
||||||
- uid: TinyLife.Skills.SkillType
|
commentId: T:System.Type
|
||||||
name: SkillType
|
parent: System
|
||||||
href: TinyLife.Skills.SkillType.html
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level
|
|
||||||
name: Level
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level
|
|
||||||
- name: " "
|
|
||||||
- name: As
|
|
||||||
- name: " "
|
|
||||||
- uid: System.Int32
|
|
||||||
name: Integer
|
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
||||||
- name: )
|
name: Type
|
||||||
- uid: TinyLife.Skills
|
nameWithType: Type
|
||||||
commentId: N:TinyLife.Skills
|
fullName: System.Type
|
||||||
href: TinyLife.html
|
|
||||||
name: TinyLife.Skills
|
|
||||||
nameWithType: TinyLife.Skills
|
|
||||||
fullName: TinyLife.Skills
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife
|
|
||||||
name: TinyLife
|
|
||||||
href: TinyLife.html
|
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Skills
|
|
||||||
name: Skills
|
|
||||||
href: TinyLife.Skills.html
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife
|
|
||||||
name: TinyLife
|
|
||||||
href: TinyLife.html
|
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Skills
|
|
||||||
name: Skills
|
|
||||||
href: TinyLife.Skills.html
|
|
||||||
- uid: System.ValueTuple`2
|
|
||||||
commentId: T:System.ValueTuple`2
|
|
||||||
name: (T1, T2)
|
|
||||||
nameWithType: (T1, T2)
|
|
||||||
fullName: (T1, T2)
|
|
||||||
spec.csharp:
|
|
||||||
- name: (
|
|
||||||
- name: T1
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- name: T2
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- name: (
|
|
||||||
- name: T1
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- name: T2
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Objects.AgeGroup
|
|
||||||
commentId: T:TinyLife.Objects.AgeGroup
|
|
||||||
parent: TinyLife.Objects
|
|
||||||
href: TinyLife.Objects.AgeGroup.html
|
|
||||||
name: AgeGroup
|
|
||||||
nameWithType: AgeGroup
|
|
||||||
fullName: TinyLife.Objects.AgeGroup
|
|
||||||
- uid: TinyLife.Goals.Project.Name
|
- uid: TinyLife.Goals.Project.Name
|
||||||
commentId: F:TinyLife.Goals.Project.Name
|
commentId: F:TinyLife.Goals.Project.Name
|
||||||
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Name
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Name
|
||||||
|
@ -1196,3 +888,32 @@ references:
|
||||||
nameWithType.vb: Project.ActionSettings.New
|
nameWithType.vb: Project.ActionSettings.New
|
||||||
fullName.vb: TinyLife.Goals.Project.ActionSettings.New
|
fullName.vb: TinyLife.Goals.Project.ActionSettings.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
|
- uid: TinyLife.Objects.ObjectCategory
|
||||||
|
commentId: T:TinyLife.Objects.ObjectCategory
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
href: TinyLife.Objects.ObjectCategory.html
|
||||||
|
name: ObjectCategory
|
||||||
|
nameWithType: ObjectCategory
|
||||||
|
fullName: TinyLife.Objects.ObjectCategory
|
||||||
|
- 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
|
||||||
|
|
|
@ -750,7 +750,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPossibleArguments
|
id: GetPossibleArguments
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 206
|
startLine: 203
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -800,7 +800,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenNamePrompt
|
id: OpenNamePrompt
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 220
|
startLine: 217
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -847,7 +847,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpenScrapPrompt
|
id: OpenScrapPrompt
|
||||||
path: ../TinyLife/Goals/Project.cs
|
path: ../TinyLife/Goals/Project.cs
|
||||||
startLine: 234
|
startLine: 231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -6,7 +6,7 @@ items:
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
children:
|
children:
|
||||||
- TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
- TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
||||||
- TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
- TinyLife.Goals.TimedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
- TinyLife.Goals.TimedGoal.GetProgress
|
- TinyLife.Goals.TimedGoal.GetProgress
|
||||||
- TinyLife.Goals.TimedGoal.Reset
|
- TinyLife.Goals.TimedGoal.Reset
|
||||||
- TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
- TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
||||||
|
@ -52,6 +52,7 @@ items:
|
||||||
- TinyLife.Goals.Goal.Name
|
- TinyLife.Goals.Goal.Name
|
||||||
- TinyLife.Goals.Goal.Set
|
- TinyLife.Goals.Goal.Set
|
||||||
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
- TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
||||||
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
||||||
|
@ -161,16 +162,16 @@ items:
|
||||||
content.vb: Public Overrides Sub Reset()
|
content.vb: Public Overrides Sub Reset()
|
||||||
overridden: TinyLife.Goals.Goal.Reset
|
overridden: TinyLife.Goals.Goal.Reset
|
||||||
overload: TinyLife.Goals.TimedGoal.Reset*
|
overload: TinyLife.Goals.TimedGoal.Reset*
|
||||||
- uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
- uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.TimedGoal.GetDisplayedProgress(System.Boolean)
|
||||||
id: GetDisplayedProgress
|
id: GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.TimedGoal
|
parent: TinyLife.Goals.TimedGoal
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
nameWithType: TimedGoal.GetDisplayedProgress()
|
nameWithType: TimedGoal.GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress()
|
fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -189,13 +190,19 @@ items:
|
||||||
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
By default, the <xref href="TinyLife.Goals.Goal.GetProgress" data-throw-if-not-resolved="false"></xref> percentage is displayed as a percentage between 0 and 100.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override string GetDisplayedProgress()
|
content: public override string GetDisplayedProgress(bool reduced)
|
||||||
|
parameters:
|
||||||
|
- id: reduced
|
||||||
|
type: System.Boolean
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: The displayed goal progress
|
description: The displayed goal progress
|
||||||
content.vb: Public Overrides Function GetDisplayedProgress() As String
|
content.vb: Public Overrides Function GetDisplayedProgress(reduced As Boolean) As String
|
||||||
overridden: TinyLife.Goals.Goal.GetDisplayedProgress
|
overridden: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
overload: TinyLife.Goals.TimedGoal.GetDisplayedProgress*
|
overload: TinyLife.Goals.TimedGoal.GetDisplayedProgress*
|
||||||
|
nameWithType.vb: TimedGoal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.TimedGoal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
- uid: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
- uid: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
||||||
commentId: M:TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
commentId: M:TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)
|
||||||
id: Trigger(System.TimeSpan)
|
id: Trigger(System.TimeSpan)
|
||||||
|
@ -214,7 +221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Trigger
|
id: Trigger
|
||||||
path: ../TinyLife/Goals/TimedGoal.cs
|
path: ../TinyLife/Goals/TimedGoal.cs
|
||||||
startLine: 38
|
startLine: 40
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -525,6 +532,59 @@ references:
|
||||||
name: GoalSet
|
name: GoalSet
|
||||||
href: TinyLife.Goals.GoalSet.html
|
href: TinyLife.Goals.GoalSet.html
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
parent: TinyLife.Goals.Goal
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
name: GetDisplay(Anchor, bool, bool)
|
||||||
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
||||||
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
||||||
|
name: GetDisplay
|
||||||
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
||||||
|
- name: (
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
name: Anchor
|
||||||
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
|
- name: )
|
||||||
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
||||||
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
|
@ -1311,31 +1371,54 @@ references:
|
||||||
name: Reset
|
name: Reset
|
||||||
nameWithType: TimedGoal.Reset
|
nameWithType: TimedGoal.Reset
|
||||||
fullName: TinyLife.Goals.TimedGoal.Reset
|
fullName: TinyLife.Goals.TimedGoal.Reset
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
parent: TinyLife.Goals.Goal
|
parent: TinyLife.Goals.Goal
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
isExternal: true
|
||||||
name: GetDisplayedProgress()
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
nameWithType: Goal.GetDisplayedProgress()
|
name: GetDisplayedProgress(bool)
|
||||||
fullName: TinyLife.Goals.Goal.GetDisplayedProgress()
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
||||||
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
||||||
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
||||||
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
||||||
|
name.vb: GetDisplayedProgress(Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress*
|
- uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress*
|
||||||
commentId: Overload:TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
commentId: Overload:TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
||||||
href: TinyLife.Goals.TimedGoal.html#TinyLife_Goals_TimedGoal_GetDisplayedProgress
|
href: TinyLife.Goals.TimedGoal.html#TinyLife_Goals_TimedGoal_GetDisplayedProgress_System_Boolean_
|
||||||
name: GetDisplayedProgress
|
name: GetDisplayedProgress
|
||||||
nameWithType: TimedGoal.GetDisplayedProgress
|
nameWithType: TimedGoal.GetDisplayedProgress
|
||||||
fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress
|
||||||
|
- 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: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
|
|
@ -7,6 +7,7 @@ items:
|
||||||
children:
|
children:
|
||||||
- TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
- TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
- TinyLife.Mods.Mod.Description
|
- TinyLife.Mods.Mod.Description
|
||||||
|
- TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
- TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
- TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
||||||
- TinyLife.Mods.Mod.Icon
|
- TinyLife.Mods.Mod.Icon
|
||||||
- TinyLife.Mods.Mod.Initialize(ExtremelySimpleLogger.Logger,MLEM.Data.Content.RawContentManager,MLEM.Data.RuntimeTexturePacker,TinyLife.Mods.ModInfo)
|
- TinyLife.Mods.Mod.Initialize(ExtremelySimpleLogger.Logger,MLEM.Data.Content.RawContentManager,MLEM.Data.RuntimeTexturePacker,TinyLife.Mods.ModInfo)
|
||||||
|
@ -345,6 +346,46 @@ items:
|
||||||
description: The <xref href="TinyLife.Mods.ModInfo" data-throw-if-not-resolved="false"></xref> of this mod.
|
description: The <xref href="TinyLife.Mods.ModInfo" data-throw-if-not-resolved="false"></xref> of this mod.
|
||||||
content.vb: Public MustOverride Sub AddGameContent(game As GameImpl, info As ModInfo)
|
content.vb: Public MustOverride Sub AddGameContent(game As GameImpl, info As ModInfo)
|
||||||
overload: TinyLife.Mods.Mod.AddGameContent*
|
overload: TinyLife.Mods.Mod.AddGameContent*
|
||||||
|
- uid: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
commentId: M:TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
id: FinalizeGameContent(TinyLife.GameImpl,TinyLife.Mods.ModInfo)
|
||||||
|
parent: TinyLife.Mods.Mod
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: FinalizeGameContent(GameImpl, ModInfo)
|
||||||
|
nameWithType: Mod.FinalizeGameContent(GameImpl, ModInfo)
|
||||||
|
fullName: TinyLife.Mods.Mod.FinalizeGameContent(TinyLife.GameImpl, TinyLife.Mods.ModInfo)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Mods/Mod.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: FinalizeGameContent
|
||||||
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
|
startLine: 82
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Mods
|
||||||
|
summary: >-
|
||||||
|
Finalize any additional game content for your mod.
|
||||||
|
|
||||||
|
This method is called after all mods had their <xref href="TinyLife.Mods.Mod.AddGameContent(TinyLife.GameImpl%2cTinyLife.Mods.ModInfo)" data-throw-if-not-resolved="false"></xref> methods called, and after all basegame content has been finalized.
|
||||||
|
|
||||||
|
This method can be used, for example, to modify any game content added by other mods.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public virtual void FinalizeGameContent(GameImpl game, ModInfo info)
|
||||||
|
parameters:
|
||||||
|
- id: game
|
||||||
|
type: TinyLife.GameImpl
|
||||||
|
description: The game instance.
|
||||||
|
- id: info
|
||||||
|
type: TinyLife.Mods.ModInfo
|
||||||
|
description: The <xref href="TinyLife.Mods.ModInfo" data-throw-if-not-resolved="false"></xref> of this mod.
|
||||||
|
content.vb: Public Overridable Sub FinalizeGameContent(game As GameImpl, info As ModInfo)
|
||||||
|
overload: TinyLife.Mods.Mod.FinalizeGameContent*
|
||||||
- uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
- uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
||||||
commentId: M:TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
commentId: M:TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
||||||
id: GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
id: GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
|
||||||
|
@ -363,7 +404,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCustomFurnitureTextures
|
id: GetCustomFurnitureTextures
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
startLine: 81
|
startLine: 90
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Mods
|
namespace: TinyLife.Mods
|
||||||
|
@ -402,7 +443,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PopulateOptions
|
id: PopulateOptions
|
||||||
path: ../TinyLife/Mods/Mod.cs
|
path: ../TinyLife/Mods/Mod.cs
|
||||||
startLine: 92
|
startLine: 101
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Mods
|
namespace: TinyLife.Mods
|
||||||
|
@ -1251,6 +1292,12 @@ references:
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
nameWithType: TinyLife
|
||||||
fullName: TinyLife
|
fullName: TinyLife
|
||||||
|
- uid: TinyLife.Mods.Mod.FinalizeGameContent*
|
||||||
|
commentId: Overload:TinyLife.Mods.Mod.FinalizeGameContent
|
||||||
|
href: TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_FinalizeGameContent_TinyLife_GameImpl_TinyLife_Mods_ModInfo_
|
||||||
|
name: FinalizeGameContent
|
||||||
|
nameWithType: Mod.FinalizeGameContent
|
||||||
|
fullName: TinyLife.Mods.Mod.FinalizeGameContent
|
||||||
- uid: TinyLife.Objects.FurnitureType
|
- uid: TinyLife.Objects.FurnitureType
|
||||||
commentId: T:TinyLife.Objects.FurnitureType
|
commentId: T:TinyLife.Objects.FurnitureType
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3640
|
startLine: 3626
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -41,6 +41,7 @@ items:
|
||||||
|
|
||||||
Public Enum AgeGroup
|
Public Enum AgeGroup
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
|
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetBedCategories
|
||||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDefaultPose
|
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDefaultPose
|
||||||
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
@ -66,7 +67,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Baby
|
id: Baby
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3647
|
startLine: 3633
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -94,7 +95,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3653
|
startLine: 3639
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -122,7 +123,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3659
|
startLine: 3645
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -170,6 +171,32 @@ references:
|
||||||
- uid: TinyLife.Objects
|
- uid: TinyLife.Objects
|
||||||
name: Objects
|
name: Objects
|
||||||
href: TinyLife.Objects.html
|
href: TinyLife.Objects.html
|
||||||
|
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetBedCategories
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
definition: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
name: GetBedCategories(AgeGroup)
|
||||||
|
nameWithType: Extensions.GetBedCategories(AgeGroup)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
name: GetBedCategories
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.AgeGroup
|
||||||
|
name: AgeGroup
|
||||||
|
href: TinyLife.Objects.AgeGroup.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
name: GetBedCategories
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.AgeGroup
|
||||||
|
name: AgeGroup
|
||||||
|
href: TinyLife.Objects.AgeGroup.html
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
- uid: TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.LifeSpan)
|
||||||
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
@ -280,6 +307,37 @@ references:
|
||||||
name: System
|
name: System
|
||||||
nameWithType: System
|
nameWithType: System
|
||||||
fullName: System
|
fullName: System
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
name: GetBedCategories(AgeGroup)
|
||||||
|
nameWithType: Extensions.GetBedCategories(AgeGroup)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
name: GetBedCategories
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.AgeGroup
|
||||||
|
name: AgeGroup
|
||||||
|
href: TinyLife.Objects.AgeGroup.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetBedCategories(TinyLife.Objects.AgeGroup)
|
||||||
|
name: GetBedCategories
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetBedCategories_TinyLife_Objects_AgeGroup_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.AgeGroup
|
||||||
|
name: AgeGroup
|
||||||
|
href: TinyLife.Objects.AgeGroup.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.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
- uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||||
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)
|
||||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDaysBeforeAging_TinyLife_Objects_AgeGroup_TinyLife_Objects_LifeSpan_
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDaysBeforeAging_TinyLife_Objects_AgeGroup_TinyLife_Objects_LifeSpan_
|
||||||
|
@ -314,13 +372,6 @@ references:
|
||||||
name: LifeSpan
|
name: LifeSpan
|
||||||
href: TinyLife.Objects.LifeSpan.html
|
href: TinyLife.Objects.LifeSpan.html
|
||||||
- name: )
|
- 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.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
- uid: TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||||
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
commentId: M:TinyLife.Utilities.Extensions.GetDefaultPose(TinyLife.Objects.AgeGroup)
|
||||||
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDefaultPose_TinyLife_Objects_AgeGroup_
|
||||||
|
|
|
@ -6,6 +6,7 @@ items:
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
children:
|
children:
|
||||||
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])
|
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorScheme[])
|
||||||
|
- TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
|
||||||
- TinyLife.Objects.Clothes.Ages
|
- TinyLife.Objects.Clothes.Ages
|
||||||
- TinyLife.Objects.Clothes.AllIntentions
|
- TinyLife.Objects.Clothes.AllIntentions
|
||||||
- TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
|
- TinyLife.Objects.Clothes.AreCompatible(TinyLife.Objects.Clothes,TinyLife.Objects.Clothes)
|
||||||
|
@ -371,10 +372,10 @@ items:
|
||||||
summary: The set of <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer gathered from the <xref href="TinyLife.Objects.Clothes.Textures" data-throw-if-not-resolved="false"></xref> based on the <xref href="TinyLife.Objects.Clothes.TextureRegion" data-throw-if-not-resolved="false"></xref>, according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.
|
summary: The set of <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer gathered from the <xref href="TinyLife.Objects.Clothes.Textures" data-throw-if-not-resolved="false"></xref> based on the <xref href="TinyLife.Objects.Clothes.TextureRegion" data-throw-if-not-resolved="false"></xref>, according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly ColorScheme[] Colors
|
content: public readonly ColorSettings Colors
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Utilities.ColorScheme[]
|
type: TinyLife.Utilities.ColorSettings
|
||||||
content.vb: Public ReadOnly Colors As ColorScheme()
|
content.vb: Public ReadOnly Colors As ColorSettings
|
||||||
- uid: TinyLife.Objects.Clothes.Price
|
- uid: TinyLife.Objects.Clothes.Price
|
||||||
commentId: F:TinyLife.Objects.Clothes.Price
|
commentId: F:TinyLife.Objects.Clothes.Price
|
||||||
id: Price
|
id: Price
|
||||||
|
@ -849,14 +850,60 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 155
|
startLine: 144
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
syntax:
|
||||||
|
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, StylePreference stylePreference, params ColorScheme[] colors)
|
||||||
|
parameters:
|
||||||
|
- id: name
|
||||||
|
type: System.String
|
||||||
|
- id: layer
|
||||||
|
type: TinyLife.Objects.ClothesLayer
|
||||||
|
- id: textures
|
||||||
|
type: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
|
- id: textureRegion
|
||||||
|
type: Microsoft.Xna.Framework.Point
|
||||||
|
- id: price
|
||||||
|
type: System.Single
|
||||||
|
- id: intentions
|
||||||
|
type: TinyLife.Objects.ClothesIntention
|
||||||
|
- id: stylePreference
|
||||||
|
type: TinyLife.Objects.StylePreference
|
||||||
|
- id: colors
|
||||||
|
type: TinyLife.Utilities.ColorScheme[]
|
||||||
|
content.vb: Public Sub New(name As String, layer As ClothesLayer, textures As IReadOnlyDictionary(Of Point, TextureRegion), textureRegion As Point, price As Single, intentions As ClothesIntention, stylePreference As StylePreference, ParamArray colors As ColorScheme())
|
||||||
|
overload: TinyLife.Objects.Clothes.#ctor*
|
||||||
|
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ParamArray ColorScheme())
|
||||||
|
fullName.vb: TinyLife.Objects.Clothes.New(String, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, Single, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, ParamArray TinyLife.Utilities.ColorScheme())
|
||||||
|
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ParamArray ColorScheme())
|
||||||
|
- uid: TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
|
||||||
|
commentId: M:TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorSettings)
|
||||||
|
id: '#ctor(System.String,TinyLife.Objects.ClothesLayer,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Objects.StylePreference,TinyLife.Utilities.ColorSettings)'
|
||||||
|
parent: TinyLife.Objects.Clothes
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, ColorSettings)
|
||||||
|
nameWithType: Clothes.Clothes(string, ClothesLayer, IReadOnlyDictionary<Point, TextureRegion>, Point, float, ClothesIntention, StylePreference, ColorSettings)
|
||||||
|
fullName: TinyLife.Objects.Clothes.Clothes(string, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, float, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, TinyLife.Utilities.ColorSettings)
|
||||||
|
type: Constructor
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/Clothes.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: .ctor
|
||||||
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
|
startLine: 158
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: Creates a new clothes item with the given data, producing a texture layout according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.
|
summary: Creates a new clothes item with the given data, producing a texture layout according to the rules described in https://docs.tinylifegame.com/articles/creating_textures.html.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, StylePreference stylePreference, params ColorScheme[] colors)
|
content: public Clothes(string name, ClothesLayer layer, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion, float price, ClothesIntention intentions, StylePreference stylePreference, ColorSettings colors)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -880,13 +927,13 @@ items:
|
||||||
type: TinyLife.Objects.StylePreference
|
type: TinyLife.Objects.StylePreference
|
||||||
description: The style preference that this clothing item falls into. A clothing item's style preference slightly influences whether it will be chosen in <xref href="TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random%2cTinyLife.Objects.Person%2cTinyLife.Objects.ClothesLayer%2cTinyLife.Objects.ClothesIntention%2cSystem.Nullable%7bTinyLife.Objects.StylePreference%7d%2cSystem.Boolean%2cSystem.Int32%2cSystem.Func%7bTinyLife.Objects.Clothes%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>.
|
description: The style preference that this clothing item falls into. A clothing item's style preference slightly influences whether it will be chosen in <xref href="TinyLife.Objects.Outfit.SetRandomClothesItem(System.Random%2cTinyLife.Objects.Person%2cTinyLife.Objects.ClothesLayer%2cTinyLife.Objects.ClothesIntention%2cSystem.Nullable%7bTinyLife.Objects.StylePreference%7d%2cSystem.Boolean%2cSystem.Int32%2cSystem.Func%7bTinyLife.Objects.Clothes%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref>.
|
||||||
- id: colors
|
- id: colors
|
||||||
type: TinyLife.Utilities.ColorScheme[]
|
type: TinyLife.Utilities.ColorSettings
|
||||||
description: The set of <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer.
|
description: The set of <xref href="TinyLife.Utilities.ColorScheme" data-throw-if-not-resolved="false"></xref>s that this clothes item can have its colors selected from, where each entry corresponds to a texture layer.
|
||||||
content.vb: Public Sub New(name As String, layer As ClothesLayer, textures As IReadOnlyDictionary(Of Point, TextureRegion), textureRegion As Point, price As Single, intentions As ClothesIntention, stylePreference As StylePreference, ParamArray colors As ColorScheme())
|
content.vb: Public Sub New(name As String, layer As ClothesLayer, textures As IReadOnlyDictionary(Of Point, TextureRegion), textureRegion As Point, price As Single, intentions As ClothesIntention, stylePreference As StylePreference, colors As ColorSettings)
|
||||||
overload: TinyLife.Objects.Clothes.#ctor*
|
overload: TinyLife.Objects.Clothes.#ctor*
|
||||||
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ParamArray ColorScheme())
|
nameWithType.vb: Clothes.New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ColorSettings)
|
||||||
fullName.vb: TinyLife.Objects.Clothes.New(String, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, Single, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, ParamArray TinyLife.Utilities.ColorScheme())
|
fullName.vb: TinyLife.Objects.Clothes.New(String, TinyLife.Objects.ClothesLayer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, Single, TinyLife.Objects.ClothesIntention, TinyLife.Objects.StylePreference, TinyLife.Utilities.ColorSettings)
|
||||||
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ParamArray ColorScheme())
|
name.vb: New(String, ClothesLayer, IReadOnlyDictionary(Of Point, TextureRegion), Point, Single, ClothesIntention, StylePreference, ColorSettings)
|
||||||
- uid: TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
|
- uid: TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Objects.Clothes.GetDescription(TinyLife.Objects.Person)
|
||||||
id: GetDescription(TinyLife.Objects.Person)
|
id: GetDescription(TinyLife.Objects.Person)
|
||||||
|
@ -905,7 +952,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 187
|
startLine: 190
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -943,7 +990,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AreCompatible
|
id: AreCompatible
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 199
|
startLine: 202
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -981,7 +1028,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 208
|
startLine: 211
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1829,27 +1876,13 @@ references:
|
||||||
name: Textures
|
name: Textures
|
||||||
nameWithType: Clothes.Textures
|
nameWithType: Clothes.Textures
|
||||||
fullName: TinyLife.Objects.Clothes.Textures
|
fullName: TinyLife.Objects.Clothes.Textures
|
||||||
- uid: TinyLife.Utilities.ColorScheme[]
|
- uid: TinyLife.Utilities.ColorSettings
|
||||||
isExternal: true
|
commentId: T:TinyLife.Utilities.ColorSettings
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
parent: TinyLife.Utilities
|
||||||
name: ColorScheme[]
|
href: TinyLife.Utilities.ColorSettings.html
|
||||||
nameWithType: ColorScheme[]
|
name: ColorSettings
|
||||||
fullName: TinyLife.Utilities.ColorScheme[]
|
nameWithType: ColorSettings
|
||||||
nameWithType.vb: ColorScheme()
|
fullName: TinyLife.Utilities.ColorSettings
|
||||||
fullName.vb: TinyLife.Utilities.ColorScheme()
|
|
||||||
name.vb: ColorScheme()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: '['
|
|
||||||
- name: ']'
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: System.Single
|
- uid: System.Single
|
||||||
commentId: T:System.Single
|
commentId: T:System.Single
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -2814,6 +2847,27 @@ references:
|
||||||
nameWithType.vb: Clothes.New
|
nameWithType.vb: Clothes.New
|
||||||
fullName.vb: TinyLife.Objects.Clothes.New
|
fullName.vb: TinyLife.Objects.Clothes.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme[]
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
name: ColorScheme[]
|
||||||
|
nameWithType: ColorScheme[]
|
||||||
|
fullName: TinyLife.Utilities.ColorScheme[]
|
||||||
|
nameWithType.vb: ColorScheme()
|
||||||
|
fullName.vb: TinyLife.Utilities.ColorScheme()
|
||||||
|
name.vb: ColorScheme()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: '['
|
||||||
|
- name: ']'
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Objects.Clothes.Description
|
- uid: TinyLife.Objects.Clothes.Description
|
||||||
commentId: P:TinyLife.Objects.Clothes.Description
|
commentId: P:TinyLife.Objects.Clothes.Description
|
||||||
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Description
|
href: TinyLife.Objects.Clothes.html#TinyLife_Objects_Clothes_Description
|
||||||
|
|
|
@ -30,7 +30,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesIntention
|
id: ClothesIntention
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 502
|
startLine: 491
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -75,7 +75,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: None
|
id: None
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 506
|
startLine: 495
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -101,7 +101,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Everyday
|
id: Everyday
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 507
|
startLine: 496
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -127,7 +127,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Party
|
id: Party
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 508
|
startLine: 497
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -153,7 +153,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Formal
|
id: Formal
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 509
|
startLine: 498
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -179,7 +179,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 510
|
startLine: 499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Swimwear
|
id: Swimwear
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 511
|
startLine: 500
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -231,7 +231,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sleep
|
id: Sleep
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 512
|
startLine: 501
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -257,7 +257,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Summer
|
id: Summer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 513
|
startLine: 502
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -283,7 +283,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Winter
|
id: Winter
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 514
|
startLine: 503
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -309,7 +309,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Work
|
id: Work
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 515
|
startLine: 504
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Safety
|
id: Safety
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 516
|
startLine: 505
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -32,7 +32,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesLayer
|
id: ClothesLayer
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 439
|
startLine: 428
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -77,7 +77,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Body
|
id: Body
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 445
|
startLine: 434
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -105,7 +105,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Eyes
|
id: Eyes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 449
|
startLine: 438
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pants
|
id: Pants
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 453
|
startLine: 442
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -161,7 +161,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Arms
|
id: Arms
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 457
|
startLine: 446
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shirt
|
id: Shirt
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 461
|
startLine: 450
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -217,7 +217,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Accessories
|
id: Accessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 465
|
startLine: 454
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FacialHair
|
id: FacialHair
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 469
|
startLine: 458
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -273,7 +273,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hair
|
id: Hair
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 473
|
startLine: 462
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -301,7 +301,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeadAccessories
|
id: HeadAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 477
|
startLine: 466
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -329,7 +329,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FaceAccessories
|
id: FaceAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 481
|
startLine: 470
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ArmAccessories
|
id: ArmAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 486
|
startLine: 475
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -388,7 +388,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LegAccessories
|
id: LegAccessories
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 490
|
startLine: 479
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -416,7 +416,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shoes
|
id: Shoes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 494
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeathReason
|
id: DeathReason
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3608
|
startLine: 3594
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -53,7 +53,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Starvation
|
id: Starvation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3614
|
startLine: 3600
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InexplicableReasons
|
id: InexplicableReasons
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3619
|
startLine: 3605
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -115,7 +115,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3624
|
startLine: 3610
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -146,7 +146,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3628
|
startLine: 3614
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -174,7 +174,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchBrew
|
id: TooMuchBrew
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3632
|
startLine: 3618
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -6,7 +6,8 @@ items:
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
children:
|
children:
|
||||||
- TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[])
|
- TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorScheme[])
|
||||||
- TinyLife.Objects.FenceType.ColorSchemes
|
- TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)
|
||||||
|
- TinyLife.Objects.FenceType.Colors
|
||||||
- TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
- TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
- TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)
|
- TinyLife.Objects.FenceType.DrawUi(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.GameTime,TinyLife.World.Map,System.Int32[],System.Single)
|
||||||
- TinyLife.Objects.FenceType.Icon
|
- TinyLife.Objects.FenceType.Icon
|
||||||
|
@ -30,7 +31,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FenceType
|
id: FenceType
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 105
|
startLine: 121
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -75,7 +76,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 112
|
startLine: 128
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -104,7 +105,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 124
|
startLine: 140
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +134,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 128
|
startLine: 144
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -162,7 +163,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 132
|
startLine: 148
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -173,35 +174,33 @@ items:
|
||||||
return:
|
return:
|
||||||
type: MLEM.Textures.TextureRegion
|
type: MLEM.Textures.TextureRegion
|
||||||
content.vb: Public ReadOnly Icon As TextureRegion
|
content.vb: Public ReadOnly Icon As TextureRegion
|
||||||
- uid: TinyLife.Objects.FenceType.ColorSchemes
|
- uid: TinyLife.Objects.FenceType.Colors
|
||||||
commentId: F:TinyLife.Objects.FenceType.ColorSchemes
|
commentId: F:TinyLife.Objects.FenceType.Colors
|
||||||
id: ColorSchemes
|
id: Colors
|
||||||
parent: TinyLife.Objects.FenceType
|
parent: TinyLife.Objects.FenceType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ColorSchemes
|
name: Colors
|
||||||
nameWithType: FenceType.ColorSchemes
|
nameWithType: FenceType.Colors
|
||||||
fullName: TinyLife.Objects.FenceType.ColorSchemes
|
fullName: TinyLife.Objects.FenceType.Colors
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FenceWall.cs
|
path: TinyLife/Objects/FenceWall.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorSchemes
|
id: Colors
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 136
|
startLine: 149
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: The color schemes that each layer of this fence type uses.
|
|
||||||
example: []
|
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly ColorScheme[] ColorSchemes
|
content: public readonly ColorSettings Colors
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Utilities.ColorScheme[]
|
type: TinyLife.Utilities.ColorSettings
|
||||||
content.vb: Public ReadOnly ColorSchemes As ColorScheme()
|
content.vb: Public ReadOnly Colors As ColorSettings
|
||||||
- uid: TinyLife.Objects.FenceType.Textures
|
- uid: TinyLife.Objects.FenceType.Textures
|
||||||
commentId: F:TinyLife.Objects.FenceType.Textures
|
commentId: F:TinyLife.Objects.FenceType.Textures
|
||||||
id: Textures
|
id: Textures
|
||||||
|
@ -220,7 +219,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Textures
|
id: Textures
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 140
|
startLine: 153
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -249,7 +248,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureRegion
|
id: TextureRegion
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 145
|
startLine: 158
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -281,14 +280,56 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 156
|
startLine: 160
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
syntax:
|
||||||
|
content: public FenceType(string name, float price, TextureRegion icon, Dictionary<Point, TextureRegion> textures, Point textureRegion, params ColorScheme[] colorSchemes)
|
||||||
|
parameters:
|
||||||
|
- id: name
|
||||||
|
type: System.String
|
||||||
|
- id: price
|
||||||
|
type: System.Single
|
||||||
|
- id: icon
|
||||||
|
type: MLEM.Textures.TextureRegion
|
||||||
|
- id: textures
|
||||||
|
type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
||||||
|
- id: textureRegion
|
||||||
|
type: Microsoft.Xna.Framework.Point
|
||||||
|
- id: colorSchemes
|
||||||
|
type: TinyLife.Utilities.ColorScheme[]
|
||||||
|
content.vb: Public Sub New(name As String, price As Single, icon As TextureRegion, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, ParamArray colorSchemes As ColorScheme())
|
||||||
|
overload: TinyLife.Objects.FenceType.#ctor*
|
||||||
|
nameWithType.vb: FenceType.New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ParamArray ColorScheme())
|
||||||
|
fullName.vb: TinyLife.Objects.FenceType.New(String, Single, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, ParamArray TinyLife.Utilities.ColorScheme())
|
||||||
|
name.vb: New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ParamArray ColorScheme())
|
||||||
|
- uid: TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)
|
||||||
|
commentId: M:TinyLife.Objects.FenceType.#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)
|
||||||
|
id: '#ctor(System.String,System.Single,MLEM.Textures.TextureRegion,System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,TinyLife.Utilities.ColorSettings)'
|
||||||
|
parent: TinyLife.Objects.FenceType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: FenceType(string, float, TextureRegion, Dictionary<Point, TextureRegion>, Point, ColorSettings)
|
||||||
|
nameWithType: FenceType.FenceType(string, float, TextureRegion, Dictionary<Point, TextureRegion>, Point, ColorSettings)
|
||||||
|
fullName: TinyLife.Objects.FenceType.FenceType(string, float, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorSettings)
|
||||||
|
type: Constructor
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/FenceWall.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: .ctor
|
||||||
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
|
startLine: 172
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: Creates a new fence type with the given settings.
|
summary: Creates a new fence type with the given settings.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public FenceType(string name, float price, TextureRegion icon, Dictionary<Point, TextureRegion> textures, Point textureRegion, params ColorScheme[] colorSchemes)
|
content: public FenceType(string name, float price, TextureRegion icon, Dictionary<Point, TextureRegion> textures, Point textureRegion, ColorSettings colors)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -305,14 +346,13 @@ items:
|
||||||
- id: textureRegion
|
- id: textureRegion
|
||||||
type: Microsoft.Xna.Framework.Point
|
type: Microsoft.Xna.Framework.Point
|
||||||
description: The texture region on this fence's type <see cref="Textures"/> that marks the base region for this fence type.
|
description: The texture region on this fence's type <see cref="Textures"/> that marks the base region for this fence type.
|
||||||
- id: colorSchemes
|
- id: colors
|
||||||
type: TinyLife.Utilities.ColorScheme[]
|
type: TinyLife.Utilities.ColorSettings
|
||||||
description: The color schemes that each layer of this fence type uses.
|
content.vb: Public Sub New(name As String, price As Single, icon As TextureRegion, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, colors As ColorSettings)
|
||||||
content.vb: Public Sub New(name As String, price As Single, icon As TextureRegion, textures As Dictionary(Of Point, TextureRegion), textureRegion As Point, ParamArray colorSchemes As ColorScheme())
|
|
||||||
overload: TinyLife.Objects.FenceType.#ctor*
|
overload: TinyLife.Objects.FenceType.#ctor*
|
||||||
nameWithType.vb: FenceType.New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ParamArray ColorScheme())
|
nameWithType.vb: FenceType.New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ColorSettings)
|
||||||
fullName.vb: TinyLife.Objects.FenceType.New(String, Single, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, ParamArray TinyLife.Utilities.ColorScheme())
|
fullName.vb: TinyLife.Objects.FenceType.New(String, Single, MLEM.Textures.TextureRegion, System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point, TinyLife.Utilities.ColorSettings)
|
||||||
name.vb: New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ParamArray ColorScheme())
|
name.vb: New(String, Single, TextureRegion, Dictionary(Of Point, TextureRegion), Point, ColorSettings)
|
||||||
- uid: TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
- uid: TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
commentId: M:TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
commentId: M:TinyLife.Objects.FenceType.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,System.Int32,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Boolean,System.Boolean,System.Int32[],MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
|
@ -331,7 +371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 182
|
startLine: 198
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -375,13 +415,13 @@ items:
|
||||||
description: Whether the fence drawn has a pole in the positive direction.
|
description: Whether the fence drawn has a pole in the positive direction.
|
||||||
- id: colors
|
- id: colors
|
||||||
type: System.Int32[]
|
type: System.Int32[]
|
||||||
description: The color indices in this fence type's <xref href="TinyLife.Objects.FenceType.ColorSchemes" data-throw-if-not-resolved="false"></xref> to draw with.
|
description: The color indices in this fence type's ColorSchemes to draw with.
|
||||||
- id: cameraRotation
|
- id: cameraRotation
|
||||||
type: MLEM.Misc.Direction2
|
type: MLEM.Misc.Direction2
|
||||||
description: The camera rotation to draw with.
|
description: The camera rotation to draw with.
|
||||||
- id: overrideColor
|
- id: overrideColor
|
||||||
type: System.Nullable{Microsoft.Xna.Framework.Color}
|
type: System.Nullable{Microsoft.Xna.Framework.Color}
|
||||||
description: An optional override color to use instead of this fence type's <xref href="TinyLife.Objects.FenceType.ColorSchemes" data-throw-if-not-resolved="false"></xref>.
|
description: An optional override color to use instead of this fence type's ColorSchemes.
|
||||||
content.vb: Public Overridable Sub Draw(time As GameTime, batch As SpriteBatch, map As Map, pos1 As Point, pos2 As Point, floor As Integer, drawPos As Vector2, vertical As Boolean, scale As Single, hasPoleNeg As Boolean, hasPolePos As Boolean, colors As Integer(), cameraRotation As Direction2, overrideColor As Color? = Nothing)
|
content.vb: Public Overridable Sub Draw(time As GameTime, batch As SpriteBatch, map As Map, pos1 As Point, pos2 As Point, floor As Integer, drawPos As Vector2, vertical As Boolean, scale As Single, hasPoleNeg As Boolean, hasPolePos As Boolean, colors As Integer(), cameraRotation As Direction2, overrideColor As Color? = Nothing)
|
||||||
overload: TinyLife.Objects.FenceType.Draw*
|
overload: TinyLife.Objects.FenceType.Draw*
|
||||||
nameWithType.vb: FenceType.Draw(GameTime, SpriteBatch, Map, Point, Point, Integer, Vector2, Boolean, Single, Boolean, Boolean, Integer(), Direction2, Color?)
|
nameWithType.vb: FenceType.Draw(GameTime, SpriteBatch, Map, Point, Point, Integer, Vector2, Boolean, Single, Boolean, Boolean, Integer(), Direction2, Color?)
|
||||||
|
@ -405,7 +445,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 226
|
startLine: 242
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -428,7 +468,7 @@ items:
|
||||||
description: The map.
|
description: The map.
|
||||||
- id: colors
|
- id: colors
|
||||||
type: System.Int32[]
|
type: System.Int32[]
|
||||||
description: The color indices in this fence type's <xref href="TinyLife.Objects.FenceType.ColorSchemes" data-throw-if-not-resolved="false"></xref> to draw with.
|
description: The color indices in this fence type's ColorSchemes to draw with.
|
||||||
- id: drawScale
|
- id: drawScale
|
||||||
type: System.Single
|
type: System.Single
|
||||||
description: The scale to draw with.
|
description: The scale to draw with.
|
||||||
|
@ -455,7 +495,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Objects/FenceWall.cs
|
path: ../TinyLife/Objects/FenceWall.cs
|
||||||
startLine: 238
|
startLine: 254
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1030,27 +1070,13 @@ references:
|
||||||
- uid: MLEM.Textures
|
- uid: MLEM.Textures
|
||||||
name: Textures
|
name: Textures
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Utilities.ColorScheme[]
|
- uid: TinyLife.Utilities.ColorSettings
|
||||||
isExternal: true
|
commentId: T:TinyLife.Utilities.ColorSettings
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
parent: TinyLife.Utilities
|
||||||
name: ColorScheme[]
|
href: TinyLife.Utilities.ColorSettings.html
|
||||||
nameWithType: ColorScheme[]
|
name: ColorSettings
|
||||||
fullName: TinyLife.Utilities.ColorScheme[]
|
nameWithType: ColorSettings
|
||||||
nameWithType.vb: ColorScheme()
|
fullName: TinyLife.Utilities.ColorSettings
|
||||||
fullName.vb: TinyLife.Utilities.ColorScheme()
|
|
||||||
name.vb: ColorScheme()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: '['
|
|
||||||
- name: ']'
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Objects.FenceType.TextureRegion
|
- uid: TinyLife.Objects.FenceType.TextureRegion
|
||||||
commentId: F:TinyLife.Objects.FenceType.TextureRegion
|
commentId: F:TinyLife.Objects.FenceType.TextureRegion
|
||||||
href: TinyLife.Objects.FenceType.html#TinyLife_Objects_FenceType_TextureRegion
|
href: TinyLife.Objects.FenceType.html#TinyLife_Objects_FenceType_TextureRegion
|
||||||
|
@ -1223,12 +1249,27 @@ references:
|
||||||
nameWithType.vb: FenceType.New
|
nameWithType.vb: FenceType.New
|
||||||
fullName.vb: TinyLife.Objects.FenceType.New
|
fullName.vb: TinyLife.Objects.FenceType.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Objects.FenceType.ColorSchemes
|
- uid: TinyLife.Utilities.ColorScheme[]
|
||||||
commentId: F:TinyLife.Objects.FenceType.ColorSchemes
|
isExternal: true
|
||||||
href: TinyLife.Objects.FenceType.html#TinyLife_Objects_FenceType_ColorSchemes
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
name: ColorSchemes
|
name: ColorScheme[]
|
||||||
nameWithType: FenceType.ColorSchemes
|
nameWithType: ColorScheme[]
|
||||||
fullName: TinyLife.Objects.FenceType.ColorSchemes
|
fullName: TinyLife.Utilities.ColorScheme[]
|
||||||
|
nameWithType.vb: ColorScheme()
|
||||||
|
fullName.vb: TinyLife.Utilities.ColorScheme()
|
||||||
|
name.vb: ColorScheme()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: '['
|
||||||
|
- name: ']'
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Objects.WallLike.Positions
|
- uid: TinyLife.Objects.WallLike.Positions
|
||||||
commentId: F:TinyLife.Objects.WallLike.Positions
|
commentId: F:TinyLife.Objects.WallLike.Positions
|
||||||
parent: TinyLife.Objects.WallLike
|
parent: TinyLife.Objects.WallLike
|
||||||
|
|
|
@ -134,7 +134,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: The colors indices that this fence has for each of its <xref href="TinyLife.Objects.FenceWall.Type" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.FenceType.ColorSchemes" data-throw-if-not-resolved="false"></xref>.
|
summary: The colors indices that this fence has for each of its <xref href="TinyLife.Objects.FenceWall.Type" data-throw-if-not-resolved="false"></xref>'s FenceType.ColorSchemes.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -1443,12 +1443,6 @@ references:
|
||||||
name: Type
|
name: Type
|
||||||
nameWithType: FenceWall.Type
|
nameWithType: FenceWall.Type
|
||||||
fullName: TinyLife.Objects.FenceWall.Type
|
fullName: TinyLife.Objects.FenceWall.Type
|
||||||
- uid: TinyLife.Objects.FenceType.ColorSchemes
|
|
||||||
commentId: F:TinyLife.Objects.FenceType.ColorSchemes
|
|
||||||
href: TinyLife.Objects.FenceType.html#TinyLife_Objects_FenceType_ColorSchemes
|
|
||||||
name: ColorSchemes
|
|
||||||
nameWithType: FenceType.ColorSchemes
|
|
||||||
fullName: TinyLife.Objects.FenceType.ColorSchemes
|
|
||||||
- uid: System.Int32[]
|
- uid: System.Int32[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||||
|
|
|
@ -696,7 +696,7 @@ items:
|
||||||
summary: >-
|
summary: >-
|
||||||
The indices of the colors that this furniture has.
|
The indices of the colors that this furniture has.
|
||||||
|
|
||||||
Refer to <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes" data-throw-if-not-resolved="false"></xref> for the actual colors that these indices represent.
|
Refer to FurnitureType.TypeSettings.ColorSchemes for the actual colors that these indices represent.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -1461,7 +1461,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intersects
|
id: Intersects
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 322
|
startLine: 316
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1500,7 +1500,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCategories
|
id: GetCategories
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 327
|
startLine: 321
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1536,7 +1536,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 332
|
startLine: 326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1568,7 +1568,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 339
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1600,7 +1600,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAiPriority
|
id: GetAiPriority
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 346
|
startLine: 340
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1646,7 +1646,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 362
|
startLine: 356
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1697,7 +1697,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnActionCompleted
|
id: OnActionCompleted
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 369
|
startLine: 363
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1744,7 +1744,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 379
|
startLine: 373
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1797,7 +1797,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpotInfo
|
id: GetFreeActionSpotInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 399
|
startLine: 393
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1836,7 +1836,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHoverInfo
|
id: GetHoverInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 405
|
startLine: 399
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1872,7 +1872,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEfficiencyModifier
|
id: GetEfficiencyModifier
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 437
|
startLine: 431
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1930,7 +1930,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRestoreNeedModifier
|
id: GetRestoreNeedModifier
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 449
|
startLine: 443
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1985,7 +1985,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRandomQuality
|
id: OnRandomQuality
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 461
|
startLine: 455
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2042,7 +2042,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsFreeSpot
|
id: IsFreeSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 477
|
startLine: 471
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2083,7 +2083,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ResetToStatic
|
id: ResetToStatic
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 483
|
startLine: 477
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2125,7 +2125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModifyActionCategories
|
id: ModifyActionCategories
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 489
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2173,7 +2173,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MoveToMap
|
id: MoveToMap
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 497
|
startLine: 491
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2218,7 +2218,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnPositionChanged
|
id: OnPositionChanged
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 505
|
startLine: 499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2262,7 +2262,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 529
|
startLine: 523
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2336,7 +2336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 540
|
startLine: 534
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2367,7 +2367,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 553
|
startLine: 547
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2408,7 +2408,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 587
|
startLine: 581
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2446,7 +2446,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDirty
|
id: GetDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 598
|
startLine: 592
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2486,7 +2486,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCreator
|
id: SetCreator
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 633
|
startLine: 627
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2524,7 +2524,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnPlacedInBuildMode
|
id: OnPlacedInBuildMode
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 647
|
startLine: 641
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2565,7 +2565,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetWallsInTheWay
|
id: GetWallsInTheWay
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 664
|
startLine: 658
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2617,7 +2617,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRoofingInTheWay
|
id: GetRoofingInTheWay
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 697
|
startLine: 691
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2670,7 +2670,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAppliedUpgrade
|
id: GetAppliedUpgrade
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 720
|
startLine: 714
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2705,7 +2705,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ApplyUpgrade
|
id: ApplyUpgrade
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 731
|
startLine: 725
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2740,7 +2740,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasFullUpgrade
|
id: HasFullUpgrade
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 746
|
startLine: 740
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2778,7 +2778,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 756
|
startLine: 750
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2813,7 +2813,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 767
|
startLine: 761
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2863,7 +2863,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOccupants
|
id: GetOccupants
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 781
|
startLine: 775
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2904,7 +2904,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpots
|
id: GetFreeActionSpots
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 794
|
startLine: 788
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2945,7 +2945,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpot
|
id: GetFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 815
|
startLine: 809
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2983,7 +2983,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionSpotInfo
|
id: GetActionSpotInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 828
|
startLine: 822
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3024,7 +3024,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeObjectSpot
|
id: GetFreeObjectSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 840
|
startLine: 834
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3065,7 +3065,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetParent
|
id: SetParent
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 854
|
startLine: 848
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3105,7 +3105,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnlinkParentsAndChildren
|
id: UnlinkParentsAndChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 869
|
startLine: 863
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3133,7 +3133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveAndUnlink
|
id: RemoveAndUnlink
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 880
|
startLine: 874
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3164,7 +3164,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetChildren
|
id: GetChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 890
|
startLine: 884
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3203,7 +3203,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 904
|
startLine: 898
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3256,7 +3256,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 921
|
startLine: 915
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3302,7 +3302,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 937
|
startLine: 931
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3353,7 +3353,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 951
|
startLine: 945
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3394,7 +3394,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChild
|
id: RemoveChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 962
|
startLine: 956
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3429,7 +3429,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotifyNeighbors
|
id: NotifyNeighbors
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 975
|
startLine: 969
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3460,7 +3460,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 990
|
startLine: 984
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5663,12 +5663,6 @@ references:
|
||||||
name: ParentObjectSpot
|
name: ParentObjectSpot
|
||||||
nameWithType: Furniture.ParentObjectSpot
|
nameWithType: Furniture.ParentObjectSpot
|
||||||
fullName: TinyLife.Objects.Furniture.ParentObjectSpot
|
fullName: TinyLife.Objects.Furniture.ParentObjectSpot
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ColorSchemes
|
|
||||||
name: ColorSchemes
|
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
- uid: System.Int32[]
|
- uid: System.Int32[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||||
|
|
|
@ -11,11 +11,9 @@ items:
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
|
- TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
|
- TinyLife.Objects.FurnitureType.TypeSettings.CanExecuteAction
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.Categories
|
- TinyLife.Objects.FurnitureType.TypeSettings.Categories
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
- TinyLife.Objects.FurnitureType.TypeSettings.Colors
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
|
- TinyLife.Objects.FurnitureType.TypeSettings.ConstructedType
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
|
- TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
|
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
- TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
|
- TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName
|
||||||
- TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
|
- TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions
|
||||||
|
@ -56,7 +54,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeSettings
|
id: TypeSettings
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 353
|
startLine: 342
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -94,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 358
|
startLine: 347
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -123,7 +121,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Size
|
id: Size
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 362
|
startLine: 351
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -152,7 +150,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Categories
|
id: Categories
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 366
|
startLine: 355
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -181,7 +179,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionSpots
|
id: ActionSpots
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 371
|
startLine: 360
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -213,7 +211,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectSpots
|
id: ObjectSpots
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 376
|
startLine: 365
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -227,102 +225,33 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Objects.ObjectSpot[]
|
type: TinyLife.Objects.ObjectSpot[]
|
||||||
content.vb: Public ObjectSpots As ObjectSpot()
|
content.vb: Public ObjectSpots As ObjectSpot()
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
- uid: TinyLife.Objects.FurnitureType.TypeSettings.Colors
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.Colors
|
||||||
id: ColorSchemes
|
id: Colors
|
||||||
parent: TinyLife.Objects.FurnitureType.TypeSettings
|
parent: TinyLife.Objects.FurnitureType.TypeSettings
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ColorSchemes
|
name: Colors
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorSchemes
|
nameWithType: FurnitureType.TypeSettings.Colors
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
fullName: TinyLife.Objects.FurnitureType.TypeSettings.Colors
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
path: TinyLife/Objects/FurnitureType.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorSchemes
|
id: Colors
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 381
|
startLine: 366
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: >-
|
|
||||||
An array of color schemes that this furniture type should have.
|
|
||||||
|
|
||||||
If <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorMap" data-throw-if-not-resolved="false"></xref> is not set, its value is determined automatically by the amount of color schemes supplied.
|
|
||||||
example: []
|
|
||||||
syntax:
|
syntax:
|
||||||
content: public ColorScheme[] ColorSchemes
|
content: public ColorSettings Colors
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Utilities.ColorScheme[]
|
type: TinyLife.Utilities.ColorSettings
|
||||||
content.vb: Public ColorSchemes As ColorScheme()
|
content.vb: Public Colors As ColorSettings
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
id: ColorMap
|
|
||||||
parent: TinyLife.Objects.FurnitureType.TypeSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: ColorMap
|
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorMap
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: ColorMap
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
|
||||||
startLine: 386
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
summary: >-
|
|
||||||
An array of indices that determines which layers should use which color schemes.
|
|
||||||
|
|
||||||
A furniture will always have the same amount of layers as there are color map entries.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public int[] ColorMap
|
|
||||||
return:
|
|
||||||
type: System.Int32[]
|
|
||||||
content.vb: Public ColorMap As Integer()
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
|
|
||||||
id: DefaultColors
|
|
||||||
parent: TinyLife.Objects.FurnitureType.TypeSettings
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: DefaultColors
|
|
||||||
nameWithType: FurnitureType.TypeSettings.DefaultColors
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: DefaultColors
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
|
||||||
startLine: 391
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
summary: >-
|
|
||||||
The default color selection for this furniture type.
|
|
||||||
|
|
||||||
If not specified, this defaults to the first entries in each of the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes" data-throw-if-not-resolved="false"></xref>.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public int[] DefaultColors
|
|
||||||
return:
|
|
||||||
type: System.Int32[]
|
|
||||||
content.vb: Public DefaultColors As Integer()
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
- uid: TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation
|
||||||
id: DefaultRotation
|
id: DefaultRotation
|
||||||
|
@ -341,7 +270,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DefaultRotation
|
id: DefaultRotation
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 395
|
startLine: 370
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -370,7 +299,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 401
|
startLine: 376
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -404,7 +333,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 405
|
startLine: 380
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -433,7 +362,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuyableVariations
|
id: BuyableVariations
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 411
|
startLine: 386
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -467,7 +396,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldPivot
|
id: HeldPivot
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 416
|
startLine: 391
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -499,7 +428,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HeldArmsOut
|
id: HeldArmsOut
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 421
|
startLine: 396
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -531,7 +460,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DecorativeRating
|
id: DecorativeRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 428
|
startLine: 403
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -567,7 +496,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 433
|
startLine: 408
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -599,7 +528,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reliability
|
id: Reliability
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 439
|
startLine: 414
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -633,7 +562,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 444
|
startLine: 419
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -665,7 +594,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityRating
|
id: ElectricityRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 449
|
startLine: 424
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -697,7 +626,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaterRating
|
id: WaterRating
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 454
|
startLine: 429
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -729,7 +658,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifier
|
id: EfficiencyModifier
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 459
|
startLine: 434
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -761,7 +690,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeedModifier
|
id: RestoreNeedModifier
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 464
|
startLine: 439
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -793,7 +722,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Visibility
|
id: Visibility
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 470
|
startLine: 445
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -827,7 +756,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tab
|
id: Tab
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 475
|
startLine: 450
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -859,7 +788,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TextureName
|
id: TextureName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 480
|
startLine: 455
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -891,7 +820,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LightSettings
|
id: LightSettings
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 485
|
startLine: 460
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -923,7 +852,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DirtyOverlayTextureName
|
id: DirtyOverlayTextureName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 492
|
startLine: 467
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -932,7 +861,7 @@ items:
|
||||||
|
|
||||||
Giving this field a value will automatically allow the object to get dirty after a while of being used.
|
Giving this field a value will automatically allow the object to get dirty after a while of being used.
|
||||||
|
|
||||||
The textures loaded through this texture name act similarly to the ones loaded through <xref href="TinyLife.Objects.FurnitureType.TypeSettings.TextureName" data-throw-if-not-resolved="false"></xref>, in that they adhere to the object's possible rotations, and have the same amount of layers as <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorMap" data-throw-if-not-resolved="false"></xref> has entries.
|
The textures loaded through this texture name act similarly to the ones loaded through <xref href="TinyLife.Objects.FurnitureType.TypeSettings.TextureName" data-throw-if-not-resolved="false"></xref>, in that they adhere to the object's possible rotations, and have the same amount of layers as ColorMap has entries.
|
||||||
|
|
||||||
By default, the texture to use is "approximated" using <xref href="TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref>.
|
By default, the texture to use is "approximated" using <xref href="TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
|
@ -959,7 +888,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DistanceFromObstructions
|
id: DistanceFromObstructions
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 498
|
startLine: 473
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -993,7 +922,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 503
|
startLine: 478
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1025,7 +954,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 508
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1057,7 +986,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsAllowedInSpot
|
id: IsAllowedInSpot
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 513
|
startLine: 488
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1089,7 +1018,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnDescription
|
id: OnDescription
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 518
|
startLine: 493
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1121,7 +1050,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 530
|
startLine: 505
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1168,7 +1097,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 551
|
startLine: 524
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1208,7 +1137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetData
|
id: SetData
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 556
|
startLine: 529
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1250,7 +1179,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetData
|
id: GetData
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 562
|
startLine: 535
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1293,7 +1222,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDataKeys
|
id: GetDataKeys
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 567
|
startLine: 540
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1796,62 +1725,13 @@ references:
|
||||||
href: TinyLife.Objects.ObjectSpot.html
|
href: TinyLife.Objects.ObjectSpot.html
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
- uid: TinyLife.Utilities.ColorSettings
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
commentId: T:TinyLife.Utilities.ColorSettings
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ColorMap
|
parent: TinyLife.Utilities
|
||||||
name: ColorMap
|
href: TinyLife.Utilities.ColorSettings.html
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorMap
|
name: ColorSettings
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
nameWithType: ColorSettings
|
||||||
- uid: TinyLife.Utilities.ColorScheme[]
|
fullName: TinyLife.Utilities.ColorSettings
|
||||||
isExternal: true
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
name: ColorScheme[]
|
|
||||||
nameWithType: ColorScheme[]
|
|
||||||
fullName: TinyLife.Utilities.ColorScheme[]
|
|
||||||
nameWithType.vb: ColorScheme()
|
|
||||||
fullName.vb: TinyLife.Utilities.ColorScheme()
|
|
||||||
name.vb: ColorScheme()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: '['
|
|
||||||
- name: ']'
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Utilities.ColorScheme
|
|
||||||
name: ColorScheme
|
|
||||||
href: TinyLife.Utilities.ColorScheme.html
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: System.Int32[]
|
|
||||||
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()
|
|
||||||
spec.csharp:
|
|
||||||
- uid: System.Int32
|
|
||||||
name: int
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
||||||
- name: '['
|
|
||||||
- name: ']'
|
|
||||||
spec.vb:
|
|
||||||
- uid: System.Int32
|
|
||||||
name: Integer
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
||||||
- name: (
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ColorSchemes
|
|
||||||
name: ColorSchemes
|
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
- uid: TinyLife.Tools.FurnitureTool
|
- uid: TinyLife.Tools.FurnitureTool
|
||||||
commentId: T:TinyLife.Tools.FurnitureTool
|
commentId: T:TinyLife.Tools.FurnitureTool
|
||||||
href: TinyLife.Tools.FurnitureTool.html
|
href: TinyLife.Tools.FurnitureTool.html
|
||||||
|
@ -3438,6 +3318,27 @@ references:
|
||||||
nameWithType.vb: FurnitureType.TypeSettings.New
|
nameWithType.vb: FurnitureType.TypeSettings.New
|
||||||
fullName.vb: TinyLife.Objects.FurnitureType.TypeSettings.New
|
fullName.vb: TinyLife.Objects.FurnitureType.TypeSettings.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme[]
|
||||||
|
isExternal: true
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
name: ColorScheme[]
|
||||||
|
nameWithType: ColorScheme[]
|
||||||
|
fullName: TinyLife.Utilities.ColorScheme[]
|
||||||
|
nameWithType.vb: ColorScheme()
|
||||||
|
fullName.vb: TinyLife.Utilities.ColorScheme()
|
||||||
|
name.vb: ColorScheme()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: '['
|
||||||
|
- name: ']'
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.ColorScheme
|
||||||
|
name: ColorScheme
|
||||||
|
href: TinyLife.Utilities.ColorScheme.html
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.SetData*
|
- uid: TinyLife.Objects.FurnitureType.TypeSettings.SetData*
|
||||||
commentId: Overload:TinyLife.Objects.FurnitureType.TypeSettings.SetData
|
commentId: Overload:TinyLife.Objects.FurnitureType.TypeSettings.SetData
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_SetData_System_String_System_Object_
|
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_SetData_System_String_System_Object_
|
||||||
|
|
|
@ -332,7 +332,7 @@ items:
|
||||||
|
|
||||||
Each texture is automatically loaded based on the registered <xref href="MLEM.Data.DataTextureAtlas" data-throw-if-not-resolved="false"></xref> instances.
|
Each texture is automatically loaded based on the registered <xref href="MLEM.Data.DataTextureAtlas" data-throw-if-not-resolved="false"></xref> instances.
|
||||||
|
|
||||||
If a furniture type has multiple <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorMap" data-throw-if-not-resolved="false"></xref> entries (or multiple <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes" data-throw-if-not-resolved="false"></xref>), additional texture regions will automatically be created to the right of the original texture region.
|
If a furniture type has multiple TypeSettings.ColorMap entries (or multiple TypeSettings.ColorSchemes), additional texture regions will automatically be created to the right of the original texture region.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly IDictionary<Direction2, TextureRegion[]> Textures
|
content: public readonly IDictionary<Direction2, TextureRegion[]> Textures
|
||||||
|
@ -549,7 +549,7 @@ items:
|
||||||
description: The textures to draw this furniture with
|
description: The textures to draw this furniture with
|
||||||
- id: colors
|
- id: colors
|
||||||
type: System.Int32[]
|
type: System.Int32[]
|
||||||
description: The indices in the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes" data-throw-if-not-resolved="false"></xref> that the furniture should be drawn with
|
description: The indices in the TypeSettings.ColorSchemes that the furniture should be drawn with
|
||||||
- id: scale
|
- id: scale
|
||||||
type: System.Single
|
type: System.Single
|
||||||
description: The scale that the furniture should be drawn with
|
description: The scale that the furniture should be drawn with
|
||||||
|
@ -1049,7 +1049,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoveredTiles
|
id: GetCoveredTiles
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 288
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1087,7 +1087,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 300
|
startLine: 289
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1122,7 +1122,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTextures
|
id: GetTextures
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 316
|
startLine: 305
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1171,7 +1171,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTexture
|
id: GetTexture
|
||||||
path: ../TinyLife/Objects/FurnitureType.cs
|
path: ../TinyLife/Objects/FurnitureType.cs
|
||||||
startLine: 339
|
startLine: 328
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2535,7 +2535,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WoodenStool
|
id: WoodenStool
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 42
|
startLine: 44
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2562,7 +2562,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StorageBoxSeat
|
id: StorageBoxSeat
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 45
|
startLine: 47
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2589,7 +2589,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleToilet
|
id: SimpleToilet
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 49
|
startLine: 51
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2616,7 +2616,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernBed
|
id: ModernBed
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 57
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2643,7 +2643,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernSingleBed
|
id: ModernSingleBed
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 63
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2670,7 +2670,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernFridge
|
id: ModernFridge
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 69
|
startLine: 71
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2697,7 +2697,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleShower
|
id: SimpleShower
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 75
|
startLine: 77
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2724,7 +2724,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleOpenShower
|
id: SimpleOpenShower
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 83
|
startLine: 85
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2751,7 +2751,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleCounter
|
id: SimpleCounter
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 92
|
startLine: 94
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2778,7 +2778,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleBar
|
id: SimpleBar
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 98
|
startLine: 100
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2805,7 +2805,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernStove
|
id: ModernStove
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 103
|
startLine: 105
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2832,7 +2832,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernComputer
|
id: ModernComputer
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 111
|
startLine: 113
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2859,7 +2859,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OldComputer
|
id: OldComputer
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 119
|
startLine: 121
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2886,7 +2886,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernSink
|
id: ModernSink
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 129
|
startLine: 131
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2913,7 +2913,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mailbox
|
id: Mailbox
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 136
|
startLine: 138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2940,7 +2940,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleDrawer
|
id: SimpleDrawer
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 141
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2967,7 +2967,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleEasel
|
id: SimpleEasel
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 147
|
startLine: 149
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2994,7 +2994,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleBench
|
id: SimpleBench
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 158
|
startLine: 160
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3021,7 +3021,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallMirror
|
id: SmallMirror
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 164
|
startLine: 166
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3048,7 +3048,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleBookshelf
|
id: SimpleBookshelf
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 169
|
startLine: 171
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3075,7 +3075,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleDoubleSidedBookshelf
|
id: SimpleDoubleSidedBookshelf
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 178
|
startLine: 180
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3102,7 +3102,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernTv
|
id: ModernTv
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 187
|
startLine: 189
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3129,7 +3129,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MixologyKit
|
id: MixologyKit
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 194
|
startLine: 196
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3156,7 +3156,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleSofa
|
id: SimpleSofa
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 198
|
startLine: 200
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3183,7 +3183,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleLowTable
|
id: SimpleLowTable
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 205
|
startLine: 207
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3210,7 +3210,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleWallSink
|
id: SimpleWallSink
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 210
|
startLine: 212
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3237,7 +3237,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallBarbecue
|
id: SmallBarbecue
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 217
|
startLine: 219
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3264,7 +3264,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimplePicnicTable
|
id: SimplePicnicTable
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 223
|
startLine: 225
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3291,7 +3291,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallPicnicTable
|
id: SmallPicnicTable
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 228
|
startLine: 230
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3318,7 +3318,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParkTrashCan
|
id: ParkTrashCan
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 233
|
startLine: 235
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3345,7 +3345,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WoodenToyBox
|
id: WoodenToyBox
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 237
|
startLine: 239
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3372,7 +3372,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildStove
|
id: ChildStove
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 240
|
startLine: 242
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3399,7 +3399,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sandbox
|
id: Sandbox
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 250
|
startLine: 252
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3426,7 +3426,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Puzzle
|
id: Puzzle
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 259
|
startLine: 261
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3453,7 +3453,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BaristaCoffeeMachine
|
id: BaristaCoffeeMachine
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 263
|
startLine: 265
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3480,7 +3480,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingCoatRack
|
id: StandingCoatRack
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 271
|
startLine: 273
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3507,7 +3507,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CafeDisplayCase
|
id: CafeDisplayCase
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 275
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3534,7 +3534,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlainCoffeeTable
|
id: PlainCoffeeTable
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 279
|
startLine: 281
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3561,7 +3561,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernTvStand
|
id: ModernTvStand
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 284
|
startLine: 286
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3588,7 +3588,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallOpenShelf
|
id: SmallOpenShelf
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 290
|
startLine: 292
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3615,7 +3615,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LargeOpenShelf
|
id: LargeOpenShelf
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 295
|
startLine: 297
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3642,7 +3642,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BookCart
|
id: BookCart
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 300
|
startLine: 302
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3669,7 +3669,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SquareIndoorTrashCan
|
id: SquareIndoorTrashCan
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 304
|
startLine: 306
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3696,7 +3696,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WheelieBin
|
id: WheelieBin
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 308
|
startLine: 310
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3723,7 +3723,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleNightstand
|
id: SimpleNightstand
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 312
|
startLine: 314
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3750,7 +3750,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallJungleGym
|
id: SmallJungleGym
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 316
|
startLine: 318
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3777,7 +3777,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColoringBook
|
id: ColoringBook
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 325
|
startLine: 327
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3804,7 +3804,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TeaKit
|
id: TeaKit
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 329
|
startLine: 331
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3831,7 +3831,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernLandlinePhone
|
id: ModernLandlinePhone
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 334
|
startLine: 336
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3858,7 +3858,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallBookStack
|
id: SmallBookStack
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 342
|
startLine: 344
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3885,7 +3885,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VerticalBookStack
|
id: VerticalBookStack
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 346
|
startLine: 348
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3912,7 +3912,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimplePotty
|
id: SimplePotty
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 351
|
startLine: 353
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3939,7 +3939,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SimpleChangingStation
|
id: SimpleChangingStation
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 357
|
startLine: 361
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3966,7 +3966,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModernCrib
|
id: ModernCrib
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 363
|
startLine: 367
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3993,7 +3993,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BabyBathtub
|
id: BabyBathtub
|
||||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||||
startLine: 368
|
startLine: 372
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6432,7 +6432,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RetroDoubleBed
|
id: RetroDoubleBed
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
||||||
startLine: 307
|
startLine: 309
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6459,7 +6459,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RetroSofa
|
id: RetroSofa
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
||||||
startLine: 314
|
startLine: 318
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6486,7 +6486,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RetroChair
|
id: RetroChair
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
||||||
startLine: 323
|
startLine: 329
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6513,7 +6513,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RetroClock
|
id: RetroClock
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
||||||
startLine: 329
|
startLine: 335
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -7274,18 +7274,6 @@ references:
|
||||||
name: DataTextureAtlas
|
name: DataTextureAtlas
|
||||||
nameWithType: DataTextureAtlas
|
nameWithType: DataTextureAtlas
|
||||||
fullName: MLEM.Data.DataTextureAtlas
|
fullName: MLEM.Data.DataTextureAtlas
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ColorMap
|
|
||||||
name: ColorMap
|
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorMap
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorMap
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ColorSchemes
|
|
||||||
name: ColorSchemes
|
|
||||||
nameWithType: FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ColorSchemes
|
|
||||||
- uid: System.Collections.Generic.IDictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]}
|
- uid: System.Collections.Generic.IDictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]}
|
||||||
commentId: T:System.Collections.Generic.IDictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]}
|
commentId: T:System.Collections.Generic.IDictionary{MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[]}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeSpan
|
id: LifeSpan
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3667
|
startLine: 3653
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -59,7 +59,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryShort
|
id: VeryShort
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3670
|
startLine: 3656
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -85,7 +85,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Short
|
id: Short
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3671
|
startLine: 3657
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Normal
|
id: Normal
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3672
|
startLine: 3658
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Long
|
id: Long
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3673
|
startLine: 3659
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -163,7 +163,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryLong
|
id: VeryLong
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3674
|
startLine: 3660
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Infinite
|
id: Infinite
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3675
|
startLine: 3661
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Outfit
|
id: Outfit
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 295
|
startLine: 284
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -78,7 +78,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clothes
|
id: Clothes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 303
|
startLine: 292
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -120,7 +120,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intentions
|
id: Intentions
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 309
|
startLine: 298
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -162,7 +162,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 315
|
startLine: 304
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -197,7 +197,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntentionPercentage
|
id: GetIntentionPercentage
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 325
|
startLine: 314
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMostFittingStyle
|
id: GetMostFittingStyle
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 343
|
startLine: 332
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -266,7 +266,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnsureIntentionsMatch
|
id: EnsureIntentionsMatch
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 358
|
startLine: 347
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetRandomClothesItem
|
id: SetRandomClothesItem
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 380
|
startLine: 369
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -366,7 +366,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: The particle's gravity, which determines how much its <xref href="TinyLife.Objects.Particle.Motion" data-throw-if-not-resolved="false"></xref> is affected every <xref href="TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> frame. Defaults to 0.
|
summary: The particle's gravity, which determines how much its <xref href="TinyLife.Objects.Particle.VisualMotion" data-throw-if-not-resolved="false"></xref> is affected every <xref href="TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> frame. Defaults to 0.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public float Gravity
|
content: public float Gravity
|
||||||
|
@ -1018,7 +1018,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Remove
|
id: Remove
|
||||||
path: ../TinyLife/Objects/Particle.cs
|
path: ../TinyLife/Objects/Particle.cs
|
||||||
startLine: 239
|
startLine: 224
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1046,7 +1046,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: ../TinyLife/Objects/Particle.cs
|
path: ../TinyLife/Objects/Particle.cs
|
||||||
startLine: 247
|
startLine: 232
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1074,7 +1074,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnAdded
|
id: OnAdded
|
||||||
path: ../TinyLife/Objects/Particle.cs
|
path: ../TinyLife/Objects/Particle.cs
|
||||||
startLine: 254
|
startLine: 239
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1102,7 +1102,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Spawn
|
id: Spawn
|
||||||
path: ../TinyLife/Objects/Particle.cs
|
path: ../TinyLife/Objects/Particle.cs
|
||||||
startLine: 265
|
startLine: 250
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2183,6 +2183,12 @@ references:
|
||||||
- uid: MLEM.Misc
|
- uid: MLEM.Misc
|
||||||
name: Misc
|
name: Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- uid: TinyLife.Objects.Particle.VisualMotion
|
||||||
|
commentId: F:TinyLife.Objects.Particle.VisualMotion
|
||||||
|
href: TinyLife.Objects.Particle.html#TinyLife_Objects_Particle_VisualMotion
|
||||||
|
name: VisualMotion
|
||||||
|
nameWithType: Particle.VisualMotion
|
||||||
|
fullName: TinyLife.Objects.Particle.VisualMotion
|
||||||
- uid: TinyLife.Objects.Particle.VisualWorldOffset
|
- uid: TinyLife.Objects.Particle.VisualWorldOffset
|
||||||
commentId: F:TinyLife.Objects.Particle.VisualWorldOffset
|
commentId: F:TinyLife.Objects.Particle.VisualWorldOffset
|
||||||
href: TinyLife.Objects.Particle.html#TinyLife_Objects_Particle_VisualWorldOffset
|
href: TinyLife.Objects.Particle.html#TinyLife_Objects_Particle_VisualWorldOffset
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifierDelegate
|
id: EfficiencyModifierDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3472
|
startLine: 3458
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifiersChangedDelegate
|
id: EmotionModifiersChangedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3497
|
startLine: 3483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveActionPriorityDelegate
|
id: PassiveActionPriorityDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3487
|
startLine: 3473
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RelationshipChangeDelegate
|
id: RelationshipChangeDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3502
|
startLine: 3488
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeedDelegate
|
id: RestoreNeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3492
|
startLine: 3478
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SkillBoostDelegate
|
id: SkillBoostDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3477
|
startLine: 3463
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkSpeedDelegate
|
id: WalkSpeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3482
|
startLine: 3468
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
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
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pose
|
id: Pose
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3554
|
startLine: 3540
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -60,7 +60,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Standing
|
id: Standing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3559
|
startLine: 3545
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -88,7 +88,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walking
|
id: Walking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3563
|
startLine: 3549
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -116,7 +116,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sitting
|
id: Sitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3567
|
startLine: 3553
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Laying
|
id: Laying
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3572
|
startLine: 3558
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SittingGround
|
id: SittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3577
|
startLine: 3563
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingStanding
|
id: WorkingStanding
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3581
|
startLine: 3567
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -234,7 +234,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSitting
|
id: WorkingSitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3585
|
startLine: 3571
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -262,7 +262,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSittingGround
|
id: WorkingSittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3589
|
startLine: 3575
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Running
|
id: Running
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3593
|
startLine: 3579
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -318,7 +318,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingArmsOut
|
id: StandingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3597
|
startLine: 3583
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -346,7 +346,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkingArmsOut
|
id: WalkingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3601
|
startLine: 3587
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PregnancyAbility
|
id: PregnancyAbility
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3729
|
startLine: 3715
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -52,7 +52,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neither
|
id: Neither
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3734
|
startLine: 3720
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOthersPregnant
|
id: GetOthersPregnant
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3738
|
startLine: 3724
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPregnant
|
id: GetPregnant
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3742
|
startLine: 3728
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3685
|
startLine: 3671
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -79,7 +79,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Affirmative
|
id: Affirmative
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3689
|
startLine: 3675
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -105,7 +105,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3690
|
startLine: 3676
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Annoyed
|
id: Annoyed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3691
|
startLine: 3677
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3692
|
startLine: 3678
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -183,7 +183,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Childish
|
id: Childish
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3693
|
startLine: 3679
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confident
|
id: Confident
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3694
|
startLine: 3680
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confused
|
id: Confused
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3695
|
startLine: 3681
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -261,7 +261,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disagreeing
|
id: Disagreeing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3696
|
startLine: 3682
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -287,7 +287,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Excited
|
id: Excited
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3697
|
startLine: 3683
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -313,7 +313,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3698
|
startLine: 3684
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -339,7 +339,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3699
|
startLine: 3685
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -365,7 +365,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Questioning
|
id: Questioning
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3700
|
startLine: 3686
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -391,7 +391,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3701
|
startLine: 3687
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -417,7 +417,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scared
|
id: Scared
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3702
|
startLine: 3688
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -443,7 +443,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shocked
|
id: Shocked
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3703
|
startLine: 3689
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -469,7 +469,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Thinking
|
id: Thinking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3704
|
startLine: 3690
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StylePreference
|
id: StylePreference
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 526
|
startLine: 515
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 529
|
startLine: 518
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Masculine
|
id: Masculine
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 530
|
startLine: 519
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Feminine
|
id: Feminine
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 531
|
startLine: 520
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -355,7 +355,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/TrashCan.cs
|
path: ../TinyLife/Objects/TrashCan.cs
|
||||||
startLine: 46
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -430,7 +430,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/TrashCan.cs
|
path: ../TinyLife/Objects/TrashCan.cs
|
||||||
startLine: 57
|
startLine: 56
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -467,7 +467,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/TrashCan.cs
|
path: ../TinyLife/Objects/TrashCan.cs
|
||||||
startLine: 63
|
startLine: 62
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -1584,7 +1584,7 @@ references:
|
||||||
- name: TResult
|
- name: TResult
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.MemoryType.UpgradeLearned
|
- uid: TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
commentId: F:TinyLife.Goals.MemoryType.UpgradeLearned
|
commentId: P:TinyLife.Goals.MemoryType.UpgradeLearned
|
||||||
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_UpgradeLearned
|
href: TinyLife.Goals.MemoryType.html#TinyLife_Goals_MemoryType_UpgradeLearned
|
||||||
name: UpgradeLearned
|
name: UpgradeLearned
|
||||||
nameWithType: MemoryType.UpgradeLearned
|
nameWithType: MemoryType.UpgradeLearned
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VoiceStyle
|
id: VoiceStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3713
|
startLine: 3699
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Low
|
id: Low
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3716
|
startLine: 3702
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: High
|
id: High
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3717
|
startLine: 3703
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3718
|
startLine: 3704
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Baby
|
id: Baby
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3720
|
startLine: 3706
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -9,7 +9,6 @@ items:
|
||||||
- TinyLife.Objects.WornClothes.Colors
|
- TinyLife.Objects.WornClothes.Colors
|
||||||
- TinyLife.Objects.WornClothes.CustomPrice
|
- TinyLife.Objects.WornClothes.CustomPrice
|
||||||
- TinyLife.Objects.WornClothes.FromStorage
|
- TinyLife.Objects.WornClothes.FromStorage
|
||||||
- TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
- TinyLife.Objects.WornClothes.GetPrice
|
- TinyLife.Objects.WornClothes.GetPrice
|
||||||
- TinyLife.Objects.WornClothes.Type
|
- TinyLife.Objects.WornClothes.Type
|
||||||
- TinyLife.Objects.WornClothes.Validate
|
- TinyLife.Objects.WornClothes.Validate
|
||||||
|
@ -27,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WornClothes
|
id: WornClothes
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 219
|
startLine: 222
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -76,7 +75,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 226
|
startLine: 229
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -115,7 +114,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Colors
|
id: Colors
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 233
|
startLine: 236
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -124,7 +123,7 @@ items:
|
||||||
|
|
||||||
Each index references the color of the underlying <xref href="TinyLife.Objects.WornClothes.Type" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.Clothes.Colors" data-throw-if-not-resolved="false"></xref>.
|
Each index references the color of the underlying <xref href="TinyLife.Objects.WornClothes.Type" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.Clothes.Colors" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
The actual color can be retrieved easily using <xref href="TinyLife.Objects.WornClothes.GetColor(System.Int32)" data-throw-if-not-resolved="false"></xref>.
|
The actual color can be retrieved easily using GetColor.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: >-
|
content: >-
|
||||||
|
@ -159,7 +158,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FromStorage
|
id: FromStorage
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 238
|
startLine: 241
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -198,7 +197,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomPrice
|
id: CustomPrice
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 244
|
startLine: 247
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -244,7 +243,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 251
|
startLine: 254
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -264,44 +263,6 @@ items:
|
||||||
nameWithType.vb: WornClothes.New(Clothes, Integer())
|
nameWithType.vb: WornClothes.New(Clothes, Integer())
|
||||||
fullName.vb: TinyLife.Objects.WornClothes.New(TinyLife.Objects.Clothes, Integer())
|
fullName.vb: TinyLife.Objects.WornClothes.New(TinyLife.Objects.Clothes, Integer())
|
||||||
name.vb: New(Clothes, Integer())
|
name.vb: New(Clothes, Integer())
|
||||||
- uid: TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
commentId: M:TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
id: GetColor(System.Int32)
|
|
||||||
parent: TinyLife.Objects.WornClothes
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: GetColor(int)
|
|
||||||
nameWithType: WornClothes.GetColor(int)
|
|
||||||
fullName: TinyLife.Objects.WornClothes.GetColor(int)
|
|
||||||
type: Method
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/Clothes.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: GetColor
|
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
|
||||||
startLine: 261
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
summary: Returns the <xref href="Microsoft.Xna.Framework.Color" data-throw-if-not-resolved="false"></xref> of the given layer
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public Color GetColor(int layer)
|
|
||||||
parameters:
|
|
||||||
- id: layer
|
|
||||||
type: System.Int32
|
|
||||||
description: The layer to query the color for
|
|
||||||
return:
|
|
||||||
type: Microsoft.Xna.Framework.Color
|
|
||||||
description: The color that the layer has, based on <xref href="TinyLife.Objects.WornClothes.Colors" data-throw-if-not-resolved="false"></xref>
|
|
||||||
content.vb: Public Function GetColor(layer As Integer) As Color
|
|
||||||
overload: TinyLife.Objects.WornClothes.GetColor*
|
|
||||||
nameWithType.vb: WornClothes.GetColor(Integer)
|
|
||||||
fullName.vb: TinyLife.Objects.WornClothes.GetColor(Integer)
|
|
||||||
name.vb: GetColor(Integer)
|
|
||||||
- uid: TinyLife.Objects.WornClothes.Validate
|
- uid: TinyLife.Objects.WornClothes.Validate
|
||||||
commentId: M:TinyLife.Objects.WornClothes.Validate
|
commentId: M:TinyLife.Objects.WornClothes.Validate
|
||||||
id: Validate
|
id: Validate
|
||||||
|
@ -320,7 +281,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 269
|
startLine: 263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -351,7 +312,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/Clothes.cs
|
path: ../TinyLife/Objects/Clothes.cs
|
||||||
startLine: 285
|
startLine: 274
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -750,36 +711,6 @@ references:
|
||||||
name: Colors
|
name: Colors
|
||||||
nameWithType: Clothes.Colors
|
nameWithType: Clothes.Colors
|
||||||
fullName: TinyLife.Objects.Clothes.Colors
|
fullName: TinyLife.Objects.Clothes.Colors
|
||||||
- uid: TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
commentId: M:TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
isExternal: true
|
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_GetColor_System_Int32_
|
|
||||||
name: GetColor(int)
|
|
||||||
nameWithType: WornClothes.GetColor(int)
|
|
||||||
fullName: TinyLife.Objects.WornClothes.GetColor(int)
|
|
||||||
nameWithType.vb: WornClothes.GetColor(Integer)
|
|
||||||
fullName.vb: TinyLife.Objects.WornClothes.GetColor(Integer)
|
|
||||||
name.vb: GetColor(Integer)
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
name: GetColor
|
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_GetColor_System_Int32_
|
|
||||||
- name: (
|
|
||||||
- uid: System.Int32
|
|
||||||
name: int
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.Objects.WornClothes.GetColor(System.Int32)
|
|
||||||
name: GetColor
|
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_GetColor_System_Int32_
|
|
||||||
- name: (
|
|
||||||
- uid: System.Int32
|
|
||||||
name: Integer
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
||||||
- name: )
|
|
||||||
- uid: System.Int32[]
|
- uid: System.Int32[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||||
|
@ -892,66 +823,6 @@ references:
|
||||||
nameWithType.vb: WornClothes.New
|
nameWithType.vb: WornClothes.New
|
||||||
fullName.vb: TinyLife.Objects.WornClothes.New
|
fullName.vb: TinyLife.Objects.WornClothes.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: Microsoft.Xna.Framework.Color
|
|
||||||
commentId: T:Microsoft.Xna.Framework.Color
|
|
||||||
parent: Microsoft.Xna.Framework
|
|
||||||
isExternal: true
|
|
||||||
name: Color
|
|
||||||
nameWithType: Color
|
|
||||||
fullName: Microsoft.Xna.Framework.Color
|
|
||||||
- uid: TinyLife.Objects.WornClothes.Colors
|
|
||||||
commentId: F:TinyLife.Objects.WornClothes.Colors
|
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_Colors
|
|
||||||
name: Colors
|
|
||||||
nameWithType: WornClothes.Colors
|
|
||||||
fullName: TinyLife.Objects.WornClothes.Colors
|
|
||||||
- uid: TinyLife.Objects.WornClothes.GetColor*
|
|
||||||
commentId: Overload:TinyLife.Objects.WornClothes.GetColor
|
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_GetColor_System_Int32_
|
|
||||||
name: GetColor
|
|
||||||
nameWithType: WornClothes.GetColor
|
|
||||||
fullName: TinyLife.Objects.WornClothes.GetColor
|
|
||||||
- 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: Microsoft.Xna.Framework
|
|
||||||
commentId: N:Microsoft.Xna.Framework
|
|
||||||
isExternal: true
|
|
||||||
name: Microsoft.Xna.Framework
|
|
||||||
nameWithType: Microsoft.Xna.Framework
|
|
||||||
fullName: Microsoft.Xna.Framework
|
|
||||||
spec.csharp:
|
|
||||||
- uid: Microsoft
|
|
||||||
name: Microsoft
|
|
||||||
isExternal: true
|
|
||||||
- name: .
|
|
||||||
- uid: Microsoft.Xna
|
|
||||||
name: Xna
|
|
||||||
isExternal: true
|
|
||||||
- name: .
|
|
||||||
- uid: Microsoft.Xna.Framework
|
|
||||||
name: Framework
|
|
||||||
isExternal: true
|
|
||||||
spec.vb:
|
|
||||||
- uid: Microsoft
|
|
||||||
name: Microsoft
|
|
||||||
isExternal: true
|
|
||||||
- name: .
|
|
||||||
- uid: Microsoft.Xna
|
|
||||||
name: Xna
|
|
||||||
isExternal: true
|
|
||||||
- name: .
|
|
||||||
- uid: Microsoft.Xna.Framework
|
|
||||||
name: Framework
|
|
||||||
isExternal: true
|
|
||||||
- uid: TinyLife.Objects.WornClothes.Validate*
|
- uid: TinyLife.Objects.WornClothes.Validate*
|
||||||
commentId: Overload:TinyLife.Objects.WornClothes.Validate
|
commentId: Overload:TinyLife.Objects.WornClothes.Validate
|
||||||
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_Validate
|
href: TinyLife.Objects.WornClothes.html#TinyLife_Objects_WornClothes_Validate
|
||||||
|
|
|
@ -47,7 +47,6 @@ items:
|
||||||
- TinyLife.Options.LongerNotifications
|
- TinyLife.Options.LongerNotifications
|
||||||
- TinyLife.Options.MusicVolume
|
- TinyLife.Options.MusicVolume
|
||||||
- TinyLife.Options.PauseGameKeybind
|
- TinyLife.Options.PauseGameKeybind
|
||||||
- TinyLife.Options.PronounsInFront
|
|
||||||
- TinyLife.Options.RightTrigger
|
- TinyLife.Options.RightTrigger
|
||||||
- TinyLife.Options.RotateCameraKeybind
|
- TinyLife.Options.RotateCameraKeybind
|
||||||
- TinyLife.Options.RotateKeybind
|
- TinyLife.Options.RotateKeybind
|
||||||
|
@ -263,7 +262,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 61
|
startLine: 58
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -294,7 +293,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CopyFurnitureKeybind
|
id: CopyFurnitureKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 65
|
startLine: 62
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -331,7 +330,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StoreInHouseholdKeybind
|
id: StoreInHouseholdKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 67
|
startLine: 64
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -368,7 +367,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateKeybind
|
id: RotateKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 69
|
startLine: 66
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -405,7 +404,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchPersonKeybind
|
id: SwitchPersonKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 71
|
startLine: 68
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -442,7 +441,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PauseGameKeybind
|
id: PauseGameKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 73
|
startLine: 70
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -479,7 +478,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IncreaseSpeedKeybind
|
id: IncreaseSpeedKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 75
|
startLine: 72
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -516,7 +515,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DecreaseSpeedKeybind
|
id: DecreaseSpeedKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 77
|
startLine: 74
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -553,7 +552,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ScreenshotKeybind
|
id: ScreenshotKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 79
|
startLine: 76
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -590,7 +589,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SellHeldObjectKeybind
|
id: SellHeldObjectKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 81
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -627,7 +626,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GridKeybind
|
id: GridKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 83
|
startLine: 80
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -664,7 +663,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ZoomInCameraKeybind
|
id: ZoomInCameraKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 85
|
startLine: 82
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -701,7 +700,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ZoomOutCameraKeybind
|
id: ZoomOutCameraKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 87
|
startLine: 84
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -738,7 +737,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateCameraKeybind
|
id: RotateCameraKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 89
|
startLine: 86
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -775,7 +774,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraUpKeybind
|
id: CameraUpKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 91
|
startLine: 88
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -812,7 +811,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraDownKeybind
|
id: CameraDownKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 93
|
startLine: 90
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -849,7 +848,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraLeftKeybind
|
id: CameraLeftKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 95
|
startLine: 92
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -886,7 +885,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraRightKeybind
|
id: CameraRightKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 97
|
startLine: 94
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -923,7 +922,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallsUpKeybind
|
id: WallsUpKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 99
|
startLine: 96
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -960,7 +959,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallsDownKeybind
|
id: WallsDownKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 101
|
startLine: 98
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -997,7 +996,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TabForwardKeybind
|
id: TabForwardKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 103
|
startLine: 100
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1034,7 +1033,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TabBackKeybind
|
id: TabBackKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 105
|
startLine: 102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1071,7 +1070,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CheatsKeybind
|
id: CheatsKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 107
|
startLine: 104
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1108,7 +1107,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FloorUpKeybind
|
id: FloorUpKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 109
|
startLine: 106
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1145,7 +1144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FloorDownKeybind
|
id: FloorDownKeybind
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 111
|
startLine: 108
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1182,7 +1181,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AButton
|
id: AButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 117
|
startLine: 114
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1213,7 +1212,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BButton
|
id: BButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 121
|
startLine: 118
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1244,7 +1243,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: XButton
|
id: XButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 125
|
startLine: 122
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1275,7 +1274,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: YButton
|
id: YButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 129
|
startLine: 126
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1306,7 +1305,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LeftTrigger
|
id: LeftTrigger
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 133
|
startLine: 130
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1337,7 +1336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RightTrigger
|
id: RightTrigger
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 137
|
startLine: 134
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1368,7 +1367,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallMode
|
id: WallMode
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 143
|
startLine: 140
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1407,7 +1406,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentFloor
|
id: CurrentFloor
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 149
|
startLine: 146
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1449,7 +1448,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Language
|
id: Language
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 155
|
startLine: 152
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1491,7 +1490,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiScale
|
id: UiScale
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 160
|
startLine: 157
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1530,7 +1529,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SoundVolume
|
id: SoundVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 165
|
startLine: 162
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1569,7 +1568,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MusicVolume
|
id: MusicVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 170
|
startLine: 167
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1608,7 +1607,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorldSoundVolume
|
id: WorldSoundVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 176
|
startLine: 173
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1650,7 +1649,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeechVolume
|
id: SpeechVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 182
|
startLine: 179
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1692,7 +1691,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StingVolume
|
id: StingVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 188
|
startLine: 185
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1734,7 +1733,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SoundscapeVolume
|
id: SoundscapeVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 194
|
startLine: 191
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1776,7 +1775,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoSaveIntervalSeconds
|
id: AutoSaveIntervalSeconds
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 200
|
startLine: 197
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1818,7 +1817,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraRotation
|
id: CameraRotation
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 207
|
startLine: 204
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1862,7 +1861,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrightnessIncrease
|
id: BrightnessIncrease
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 212
|
startLine: 209
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1901,7 +1900,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideHangingObjects
|
id: HideHangingObjects
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 218
|
startLine: 215
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1943,7 +1942,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoundCameraPosition
|
id: RoundCameraPosition
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 224
|
startLine: 221
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1985,7 +1984,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BlurZoomedOut
|
id: BlurZoomedOut
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 230
|
startLine: 227
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2027,7 +2026,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiAnimations
|
id: UiAnimations
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 236
|
startLine: 233
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2069,7 +2068,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShowBuildModeGrid
|
id: ShowBuildModeGrid
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 241
|
startLine: 238
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2108,7 +2107,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadScreenBorder
|
id: GamepadScreenBorder
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 246
|
startLine: 243
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2147,7 +2146,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadCursorSpeed
|
id: GamepadCursorSpeed
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 251
|
startLine: 248
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2186,7 +2185,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapTriggers
|
id: GamepadSwapTriggers
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 256
|
startLine: 253
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2225,7 +2224,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapAForB
|
id: GamepadSwapAForB
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 261
|
startLine: 258
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2264,7 +2263,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapXForY
|
id: GamepadSwapXForY
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 266
|
startLine: 263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2303,7 +2302,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideControlsHints
|
id: HideControlsHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 271
|
startLine: 268
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2342,7 +2341,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideGamepadControlsHints
|
id: HideGamepadControlsHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 277
|
startLine: 274
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2384,7 +2383,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideDemoHints
|
id: HideDemoHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 282
|
startLine: 279
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2423,7 +2422,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideEarlyAccessHints
|
id: HideEarlyAccessHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 287
|
startLine: 284
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2462,7 +2461,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowMods
|
id: AllowMods
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 292
|
startLine: 289
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2501,7 +2500,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameMusic
|
id: InGameMusic
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 297
|
startLine: 294
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2540,7 +2539,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TransparentTooltips
|
id: TransparentTooltips
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 302
|
startLine: 299
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2579,7 +2578,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InstantTooltips
|
id: InstantTooltips
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 307
|
startLine: 304
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2618,7 +2617,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LongerNotifications
|
id: LongerNotifications
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 312
|
startLine: 309
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2657,7 +2656,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CursorScale
|
id: CursorScale
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 317
|
startLine: 314
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2678,48 +2677,6 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
- uid: TinyLife.Options.PronounsInFront
|
|
||||||
commentId: F:TinyLife.Options.PronounsInFront
|
|
||||||
id: PronounsInFront
|
|
||||||
parent: TinyLife.Options
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: PronounsInFront
|
|
||||||
nameWithType: Options.PronounsInFront
|
|
||||||
fullName: TinyLife.Options.PronounsInFront
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Options.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: PronounsInFront
|
|
||||||
path: ../TinyLife/Options.cs
|
|
||||||
startLine: 323
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife
|
|
||||||
summary: >-
|
|
||||||
Whether a Tiny's <xref href="TinyLife.Objects.Person.Pronouns" data-throw-if-not-resolved="false"></xref> should be displayed in front of their name, rather than behind it.
|
|
||||||
|
|
||||||
This option affects <xref href="TinyLife.Objects.Person.FullNamePronouns" data-throw-if-not-resolved="false"></xref>.
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: >-
|
|
||||||
[DataMember]
|
|
||||||
|
|
||||||
public bool PronounsInFront
|
|
||||||
return:
|
|
||||||
type: System.Boolean
|
|
||||||
content.vb: >-
|
|
||||||
<DataMember>
|
|
||||||
|
|
||||||
Public PronounsInFront As Boolean
|
|
||||||
attributes:
|
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
||||||
arguments: []
|
|
||||||
- uid: TinyLife.Options.HighlightTinies
|
- uid: TinyLife.Options.HighlightTinies
|
||||||
commentId: F:TinyLife.Options.HighlightTinies
|
commentId: F:TinyLife.Options.HighlightTinies
|
||||||
id: HighlightTinies
|
id: HighlightTinies
|
||||||
|
@ -2738,7 +2695,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HighlightTinies
|
id: HighlightTinies
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 328
|
startLine: 319
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2777,7 +2734,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Apply
|
id: Apply
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 356
|
startLine: 347
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2811,7 +2768,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Save
|
id: Save
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 395
|
startLine: 387
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -4411,18 +4368,6 @@ references:
|
||||||
name: Cursor
|
name: Cursor
|
||||||
nameWithType: Cursor
|
nameWithType: Cursor
|
||||||
fullName: TinyLife.Uis.Cursor
|
fullName: TinyLife.Uis.Cursor
|
||||||
- uid: TinyLife.Objects.Person.Pronouns
|
|
||||||
commentId: F:TinyLife.Objects.Person.Pronouns
|
|
||||||
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Pronouns
|
|
||||||
name: Pronouns
|
|
||||||
nameWithType: Person.Pronouns
|
|
||||||
fullName: TinyLife.Objects.Person.Pronouns
|
|
||||||
- uid: TinyLife.Objects.Person.FullNamePronouns
|
|
||||||
commentId: P:TinyLife.Objects.Person.FullNamePronouns
|
|
||||||
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_FullNamePronouns
|
|
||||||
name: FullNamePronouns
|
|
||||||
nameWithType: Person.FullNamePronouns
|
|
||||||
fullName: TinyLife.Objects.Person.FullNamePronouns
|
|
||||||
- uid: TinyLife.Options.Apply*
|
- uid: TinyLife.Options.Apply*
|
||||||
commentId: Overload:TinyLife.Options.Apply
|
commentId: Overload:TinyLife.Options.Apply
|
||||||
href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_
|
href: TinyLife.Options.html#TinyLife_Options_Apply_System_Boolean_
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MapInfo
|
id: MapInfo
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 570
|
startLine: 564
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -73,7 +73,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 575
|
startLine: 569
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -102,7 +102,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Custom
|
id: Custom
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 579
|
startLine: 573
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 586
|
startLine: 580
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Equals
|
id: Equals
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 592
|
startLine: 586
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -206,7 +206,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Equals
|
id: Equals
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 599
|
startLine: 593
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -245,7 +245,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHashCode
|
id: GetHashCode
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 604
|
startLine: 598
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -22,6 +22,7 @@ items:
|
||||||
- TinyLife.PerSaveOptions.MaxRegularVisitors
|
- TinyLife.PerSaveOptions.MaxRegularVisitors
|
||||||
- TinyLife.PerSaveOptions.OtherLifespan
|
- TinyLife.PerSaveOptions.OtherLifespan
|
||||||
- TinyLife.PerSaveOptions.PlayedLifespan
|
- TinyLife.PerSaveOptions.PlayedLifespan
|
||||||
|
- TinyLife.PerSaveOptions.PopulateLots
|
||||||
- TinyLife.PerSaveOptions.Save(System.String)
|
- TinyLife.PerSaveOptions.Save(System.String)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
|
@ -37,7 +38,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerSaveOptions
|
id: PerSaveOptions
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 426
|
startLine: 418
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -96,7 +97,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 433
|
startLine: 425
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -130,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayedHints
|
id: DisplayedHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 439
|
startLine: 431
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -169,7 +170,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Maps
|
id: Maps
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 444
|
startLine: 436
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -208,7 +209,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisableAiSelected
|
id: DisableAiSelected
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 450
|
startLine: 442
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -247,7 +248,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisableAiHousehold
|
id: DisableAiHousehold
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 455
|
startLine: 447
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -286,7 +287,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiImportantActions
|
id: AiImportantActions
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 461
|
startLine: 453
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -328,7 +329,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiSkillBuilding
|
id: AiSkillBuilding
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 467
|
startLine: 459
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -370,7 +371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AiRelationships
|
id: AiRelationships
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 473
|
startLine: 465
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -412,7 +413,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaxRegularVisitors
|
id: MaxRegularVisitors
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 479
|
startLine: 471
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -454,7 +455,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadedMods
|
id: LoadedMods
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 485
|
startLine: 477
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -496,7 +497,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MapName
|
id: MapName
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 491
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -547,7 +548,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MapCustom
|
id: MapCustom
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 497
|
startLine: 489
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -598,7 +599,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayedLifespan
|
id: PlayedLifespan
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 503
|
startLine: 495
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -640,7 +641,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OtherLifespan
|
id: OtherLifespan
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 509
|
startLine: 501
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -682,7 +683,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LastGameVersion
|
id: LastGameVersion
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 514
|
startLine: 506
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -721,7 +722,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LastMap
|
id: LastMap
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 519
|
startLine: 511
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -742,6 +743,43 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
|
- uid: TinyLife.PerSaveOptions.PopulateLots
|
||||||
|
commentId: F:TinyLife.PerSaveOptions.PopulateLots
|
||||||
|
id: PopulateLots
|
||||||
|
parent: TinyLife.PerSaveOptions
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: PopulateLots
|
||||||
|
nameWithType: PerSaveOptions.PopulateLots
|
||||||
|
fullName: TinyLife.PerSaveOptions.PopulateLots
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: PopulateLots
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 513
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
syntax:
|
||||||
|
content: >-
|
||||||
|
[DataMember]
|
||||||
|
|
||||||
|
public bool PopulateLots
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: >-
|
||||||
|
<DataMember>
|
||||||
|
|
||||||
|
Public PopulateLots As Boolean
|
||||||
|
attributes:
|
||||||
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
|
arguments: []
|
||||||
- uid: TinyLife.PerSaveOptions.Save(System.String)
|
- uid: TinyLife.PerSaveOptions.Save(System.String)
|
||||||
commentId: M:TinyLife.PerSaveOptions.Save(System.String)
|
commentId: M:TinyLife.PerSaveOptions.Save(System.String)
|
||||||
id: Save(System.String)
|
id: Save(System.String)
|
||||||
|
@ -760,7 +798,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Save
|
id: Save
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 524
|
startLine: 518
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -794,7 +832,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Load
|
id: Load
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 532
|
startLine: 526
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TypeCategory
|
id: TypeCategory
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 321
|
startLine: 322
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -54,7 +54,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Major
|
id: Major
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 326
|
startLine: 327
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -82,7 +82,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Minor
|
id: Minor
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 330
|
startLine: 331
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -110,7 +110,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hidden
|
id: Hidden
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 335
|
startLine: 336
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -561,7 +561,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Independent
|
id: Independent
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 107
|
startLine: 108
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -588,7 +588,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FastLearner
|
id: FastLearner
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 111
|
startLine: 112
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -615,7 +615,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clingy
|
id: Clingy
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 115
|
startLine: 116
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -642,7 +642,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AfraidOfStrangers
|
id: AfraidOfStrangers
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 119
|
startLine: 120
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -669,7 +669,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Asexual
|
id: Asexual
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 126
|
startLine: 127
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -696,7 +696,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Aromantic
|
id: Aromantic
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 130
|
startLine: 131
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -723,7 +723,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HatesChildren
|
id: HatesChildren
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 134
|
startLine: 135
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -750,7 +750,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pescetarian
|
id: Pescetarian
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 138
|
startLine: 139
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -777,7 +777,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Vegetarian
|
id: Vegetarian
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 142
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -804,7 +804,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Vegan
|
id: Vegan
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 146
|
startLine: 147
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -831,7 +831,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MasterChef
|
id: MasterChef
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 153
|
startLine: 154
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -858,7 +858,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmartKid
|
id: SmartKid
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 156
|
startLine: 157
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -885,7 +885,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GymRat
|
id: GymRat
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 160
|
startLine: 161
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -912,7 +912,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HouseholdHero
|
id: HouseholdHero
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 163
|
startLine: 164
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -939,7 +939,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ComputerAddict
|
id: ComputerAddict
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 166
|
startLine: 167
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -966,7 +966,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FriendOfEveryone
|
id: FriendOfEveryone
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 169
|
startLine: 170
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -993,7 +993,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Millionaire
|
id: Millionaire
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 173
|
startLine: 174
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1020,7 +1020,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CapableCarpenter
|
id: CapableCarpenter
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 176
|
startLine: 177
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1047,7 +1047,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerfectPainter
|
id: PerfectPainter
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 179
|
startLine: 180
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1074,7 +1074,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreativeChild
|
id: CreativeChild
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 182
|
startLine: 183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1101,7 +1101,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadBaby
|
id: ReadBaby
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 186
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1128,7 +1128,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CommunicativeBaby
|
id: CommunicativeBaby
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 189
|
startLine: 190
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1155,7 +1155,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Writer
|
id: Writer
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 192
|
startLine: 193
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1182,7 +1182,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CityNative
|
id: CityNative
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 196
|
startLine: 197
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1209,7 +1209,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 205
|
startLine: 206
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1241,7 +1241,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Texture
|
id: Texture
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 209
|
startLine: 210
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1270,7 +1270,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Incompatible
|
id: Incompatible
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 214
|
startLine: 215
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1304,7 +1304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoostedSkills
|
id: BoostedSkills
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 221
|
startLine: 222
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1343,7 +1343,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BoostedSkillTypes
|
id: BoostedSkillTypes
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 228
|
startLine: 229
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1382,7 +1382,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowedAges
|
id: AllowedAges
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 233
|
startLine: 234
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1416,7 +1416,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Category
|
id: Category
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 237
|
startLine: 238
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1447,7 +1447,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 239
|
startLine: 240
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1480,7 +1480,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 246
|
startLine: 247
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1518,7 +1518,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompatible
|
id: IsCompatible
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 256
|
startLine: 257
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1553,7 +1553,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateInfoGroup
|
id: CreateInfoGroup
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 266
|
startLine: 267
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1594,7 +1594,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 281
|
startLine: 282
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1629,7 +1629,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FillRandomly
|
id: FillRandomly
|
||||||
path: ../TinyLife/PersonalityType.cs
|
path: ../TinyLife/PersonalityType.cs
|
||||||
startLine: 292
|
startLine: 293
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -6,6 +6,7 @@ items:
|
||||||
parent: TinyLife
|
parent: TinyLife
|
||||||
children:
|
children:
|
||||||
- TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
- TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
||||||
|
- TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
|
||||||
- TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
|
- TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
|
||||||
- TinyLife.Relationship.Dating
|
- TinyLife.Relationship.Dating
|
||||||
- TinyLife.Relationship.FriendDisplayString
|
- TinyLife.Relationship.FriendDisplayString
|
||||||
|
@ -32,7 +33,7 @@ items:
|
||||||
- TinyLife.Relationship.RomanceLevel
|
- TinyLife.Relationship.RomanceLevel
|
||||||
- TinyLife.Relationship.RomancePercentage
|
- TinyLife.Relationship.RomancePercentage
|
||||||
- TinyLife.Relationship.RomanceType
|
- TinyLife.Relationship.RomanceType
|
||||||
- TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)
|
- TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.Person})
|
||||||
- TinyLife.Relationship.TryingForBaby
|
- TinyLife.Relationship.TryingForBaby
|
||||||
- TinyLife.Relationship.Type
|
- TinyLife.Relationship.Type
|
||||||
- TinyLife.Relationship.Validate(TinyLife.Objects.Person)
|
- TinyLife.Relationship.Validate(TinyLife.Objects.Person)
|
||||||
|
@ -955,16 +956,16 @@ items:
|
||||||
nameWithType.vb: Relationship.ResetToStatic(Boolean, Boolean)
|
nameWithType.vb: Relationship.ResetToStatic(Boolean, Boolean)
|
||||||
fullName.vb: TinyLife.Relationship.ResetToStatic(Boolean, Boolean)
|
fullName.vb: TinyLife.Relationship.ResetToStatic(Boolean, Boolean)
|
||||||
name.vb: ResetToStatic(Boolean, Boolean)
|
name.vb: ResetToStatic(Boolean, Boolean)
|
||||||
- uid: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)
|
- uid: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.Person})
|
||||||
commentId: M:TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean)
|
commentId: M:TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.Person})
|
||||||
id: SetGenealogy(TinyLife.GenealogyType,System.Boolean)
|
id: SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.Person})
|
||||||
parent: TinyLife.Relationship
|
parent: TinyLife.Relationship
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: SetGenealogy(GenealogyType, bool)
|
name: SetGenealogy(GenealogyType, bool, Action<Person, Relationship, GenealogyType>, ICollection<Person>)
|
||||||
nameWithType: Relationship.SetGenealogy(GenealogyType, bool)
|
nameWithType: Relationship.SetGenealogy(GenealogyType, bool, Action<Person, Relationship, GenealogyType>, ICollection<Person>)
|
||||||
fullName: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, bool)
|
fullName: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, bool, System.Action<TinyLife.Objects.Person, TinyLife.Relationship, TinyLife.GenealogyType>, System.Collections.Generic.ICollection<TinyLife.Objects.Person>)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -980,7 +981,7 @@ items:
|
||||||
summary: Sets this relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref> and this <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref>, additionally updating all transitive relationships' genealogies using <xref href="TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType%2cTinyLife.GenealogyType)" data-throw-if-not-resolved="false"></xref>.
|
summary: Sets this relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref> and this <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref>, additionally updating all transitive relationships' genealogies using <xref href="TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType%2cTinyLife.GenealogyType)" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void SetGenealogy(GenealogyType genealogy, bool overwriteExistingTransitive)
|
content: public void SetGenealogy(GenealogyType genealogy, bool overwriteExistingTransitive, Action<Person, Relationship, GenealogyType> onGenealogyChanged = null, ICollection<Person> possibleAdditionalPeople = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: genealogy
|
- id: genealogy
|
||||||
type: TinyLife.GenealogyType
|
type: TinyLife.GenealogyType
|
||||||
|
@ -988,11 +989,15 @@ items:
|
||||||
- id: overwriteExistingTransitive
|
- id: overwriteExistingTransitive
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether the genealogies of existing transitive relationships should be updated, even if they are already set to a non-<xref href="TinyLife.GenealogyType.Unrelated" data-throw-if-not-resolved="false"></xref> relationship.
|
description: Whether the genealogies of existing transitive relationships should be updated, even if they are already set to a non-<xref href="TinyLife.GenealogyType.Unrelated" data-throw-if-not-resolved="false"></xref> relationship.
|
||||||
content.vb: Public Sub SetGenealogy(genealogy As GenealogyType, overwriteExistingTransitive As Boolean)
|
- id: onGenealogyChanged
|
||||||
|
type: System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType}
|
||||||
|
- id: possibleAdditionalPeople
|
||||||
|
type: System.Collections.Generic.ICollection{TinyLife.Objects.Person}
|
||||||
|
content.vb: Public Sub SetGenealogy(genealogy As GenealogyType, overwriteExistingTransitive As Boolean, onGenealogyChanged As Action(Of Person, Relationship, GenealogyType) = Nothing, possibleAdditionalPeople As ICollection(Of Person) = Nothing)
|
||||||
overload: TinyLife.Relationship.SetGenealogy*
|
overload: TinyLife.Relationship.SetGenealogy*
|
||||||
nameWithType.vb: Relationship.SetGenealogy(GenealogyType, Boolean)
|
nameWithType.vb: Relationship.SetGenealogy(GenealogyType, Boolean, Action(Of Person, Relationship, GenealogyType), ICollection(Of Person))
|
||||||
fullName.vb: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, Boolean)
|
fullName.vb: TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, Boolean, System.Action(Of TinyLife.Objects.Person, TinyLife.Relationship, TinyLife.GenealogyType), System.Collections.Generic.ICollection(Of TinyLife.Objects.Person))
|
||||||
name.vb: SetGenealogy(GenealogyType, Boolean)
|
name.vb: SetGenealogy(GenealogyType, Boolean, Action(Of Person, Relationship, GenealogyType), ICollection(Of Person))
|
||||||
- uid: TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
- uid: TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
||||||
commentId: M:TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
commentId: M:TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
||||||
id: AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
id: AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
|
||||||
|
@ -1011,7 +1016,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddMemory
|
id: AddMemory
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 311
|
startLine: 315
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1060,7 +1065,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMemories
|
id: GetMemories
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 325
|
startLine: 329
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1103,7 +1108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveMemory
|
id: RemoveMemory
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 340
|
startLine: 344
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1152,7 +1157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTimeSinceMemory
|
id: GetTimeSinceMemory
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 355
|
startLine: 359
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1201,7 +1206,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreatePanel
|
id: CreatePanel
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 374
|
startLine: 378
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1230,6 +1235,50 @@ items:
|
||||||
description: A <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> that contains the <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> created.
|
description: A <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> that contains the <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> created.
|
||||||
content.vb: Public Shared Function CreatePanel(person As Person, otherPerson As Person, relationship As Relationship, size As Vector2) As Group
|
content.vb: Public Shared Function CreatePanel(person As Person, otherPerson As Person, relationship As Relationship, size As Vector2) As Group
|
||||||
overload: TinyLife.Relationship.CreatePanel*
|
overload: TinyLife.Relationship.CreatePanel*
|
||||||
|
- uid: TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
|
||||||
|
id: CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
|
||||||
|
parent: TinyLife.Relationship
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CreateBars(Anchor, Person, Relationship, Vector2, float, bool)
|
||||||
|
nameWithType: Relationship.CreateBars(Anchor, Person, Relationship, Vector2, float, bool)
|
||||||
|
fullName: TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor, TinyLife.Objects.Person, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2, float, bool)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Relationship.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CreateBars
|
||||||
|
path: ../TinyLife/Relationship.cs
|
||||||
|
startLine: 392
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
syntax:
|
||||||
|
content: public static Group CreateBars(Anchor anchor, Person person, Relationship relationship, Vector2 size, float barHeight = 10, bool showText = true)
|
||||||
|
parameters:
|
||||||
|
- id: anchor
|
||||||
|
type: MLEM.Ui.Anchor
|
||||||
|
- id: person
|
||||||
|
type: TinyLife.Objects.Person
|
||||||
|
- id: relationship
|
||||||
|
type: TinyLife.Relationship
|
||||||
|
- id: size
|
||||||
|
type: Microsoft.Xna.Framework.Vector2
|
||||||
|
- id: barHeight
|
||||||
|
type: System.Single
|
||||||
|
- id: showText
|
||||||
|
type: System.Boolean
|
||||||
|
return:
|
||||||
|
type: MLEM.Ui.Elements.Group
|
||||||
|
content.vb: Public Shared Function CreateBars(anchor As Anchor, person As Person, relationship As Relationship, size As Vector2, barHeight As Single = 10, showText As Boolean = True) As Group
|
||||||
|
overload: TinyLife.Relationship.CreateBars*
|
||||||
|
nameWithType.vb: Relationship.CreateBars(Anchor, Person, Relationship, Vector2, Single, Boolean)
|
||||||
|
fullName.vb: TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor, TinyLife.Objects.Person, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2, Single, Boolean)
|
||||||
|
name.vb: CreateBars(Anchor, Person, Relationship, Vector2, Single, Boolean)
|
||||||
- uid: TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
- uid: TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
||||||
commentId: M:TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
commentId: M:TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
||||||
id: PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
id: PopulateTooltip(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
|
||||||
|
@ -1248,7 +1297,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PopulateTooltip
|
id: PopulateTooltip
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 413
|
startLine: 432
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2808,10 +2857,164 @@ references:
|
||||||
fullName: TinyLife.GenealogyType.Unrelated
|
fullName: TinyLife.GenealogyType.Unrelated
|
||||||
- uid: TinyLife.Relationship.SetGenealogy*
|
- uid: TinyLife.Relationship.SetGenealogy*
|
||||||
commentId: Overload:TinyLife.Relationship.SetGenealogy
|
commentId: Overload:TinyLife.Relationship.SetGenealogy
|
||||||
href: TinyLife.Relationship.html#TinyLife_Relationship_SetGenealogy_TinyLife_GenealogyType_System_Boolean_
|
href: TinyLife.Relationship.html#TinyLife_Relationship_SetGenealogy_TinyLife_GenealogyType_System_Boolean_System_Action_TinyLife_Objects_Person_TinyLife_Relationship_TinyLife_GenealogyType__System_Collections_Generic_ICollection_TinyLife_Objects_Person__
|
||||||
name: SetGenealogy
|
name: SetGenealogy
|
||||||
nameWithType: Relationship.SetGenealogy
|
nameWithType: Relationship.SetGenealogy
|
||||||
fullName: TinyLife.Relationship.SetGenealogy
|
fullName: TinyLife.Relationship.SetGenealogy
|
||||||
|
- uid: System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType}
|
||||||
|
commentId: T:System.Action{TinyLife.Objects.Person,TinyLife.Relationship,TinyLife.GenealogyType}
|
||||||
|
parent: System
|
||||||
|
definition: System.Action`3
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
name: Action<Person, Relationship, GenealogyType>
|
||||||
|
nameWithType: Action<Person, Relationship, GenealogyType>
|
||||||
|
fullName: System.Action<TinyLife.Objects.Person, TinyLife.Relationship, TinyLife.GenealogyType>
|
||||||
|
nameWithType.vb: Action(Of Person, Relationship, GenealogyType)
|
||||||
|
fullName.vb: System.Action(Of TinyLife.Objects.Person, TinyLife.Relationship, TinyLife.GenealogyType)
|
||||||
|
name.vb: Action(Of Person, Relationship, GenealogyType)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Action`3
|
||||||
|
name: Action
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Relationship
|
||||||
|
name: Relationship
|
||||||
|
href: TinyLife.Relationship.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.GenealogyType
|
||||||
|
name: GenealogyType
|
||||||
|
href: TinyLife.GenealogyType.html
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Action`3
|
||||||
|
name: Action
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Relationship
|
||||||
|
name: Relationship
|
||||||
|
href: TinyLife.Relationship.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.GenealogyType
|
||||||
|
name: GenealogyType
|
||||||
|
href: TinyLife.GenealogyType.html
|
||||||
|
- name: )
|
||||||
|
- uid: System.Collections.Generic.ICollection{TinyLife.Objects.Person}
|
||||||
|
commentId: T:System.Collections.Generic.ICollection{TinyLife.Objects.Person}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.ICollection`1
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
name: ICollection<Person>
|
||||||
|
nameWithType: ICollection<Person>
|
||||||
|
fullName: System.Collections.Generic.ICollection<TinyLife.Objects.Person>
|
||||||
|
nameWithType.vb: ICollection(Of Person)
|
||||||
|
fullName.vb: System.Collections.Generic.ICollection(Of TinyLife.Objects.Person)
|
||||||
|
name.vb: ICollection(Of Person)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: )
|
||||||
|
- uid: System.Action`3
|
||||||
|
commentId: T:System.Action`3
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
name: Action<T1, T2, T3>
|
||||||
|
nameWithType: Action<T1, T2, T3>
|
||||||
|
fullName: System.Action<T1, T2, T3>
|
||||||
|
nameWithType.vb: Action(Of T1, T2, T3)
|
||||||
|
fullName.vb: System.Action(Of T1, T2, T3)
|
||||||
|
name.vb: Action(Of T1, T2, T3)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Action`3
|
||||||
|
name: Action
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
- name: <
|
||||||
|
- name: T1
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- name: T2
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- name: T3
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Action`3
|
||||||
|
name: Action
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.action-3
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- name: T1
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- name: T2
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- name: T3
|
||||||
|
- name: )
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
commentId: T:System.Collections.Generic.ICollection`1
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
name: ICollection<T>
|
||||||
|
nameWithType: ICollection<T>
|
||||||
|
fullName: System.Collections.Generic.ICollection<T>
|
||||||
|
nameWithType.vb: ICollection(Of T)
|
||||||
|
fullName.vb: System.Collections.Generic.ICollection(Of T)
|
||||||
|
name.vb: ICollection(Of T)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: <
|
||||||
|
- name: T
|
||||||
|
- name: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.ICollection`1
|
||||||
|
name: ICollection
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- name: T
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Goals.Memory
|
- uid: TinyLife.Goals.Memory
|
||||||
commentId: T:TinyLife.Goals.Memory
|
commentId: T:TinyLife.Goals.Memory
|
||||||
href: TinyLife.Goals.Memory.html
|
href: TinyLife.Goals.Memory.html
|
||||||
|
@ -3176,6 +3379,41 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- uid: TinyLife.Relationship.CreateBars*
|
||||||
|
commentId: Overload:TinyLife.Relationship.CreateBars
|
||||||
|
href: TinyLife.Relationship.html#TinyLife_Relationship_CreateBars_MLEM_Ui_Anchor_TinyLife_Objects_Person_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_System_Single_System_Boolean_
|
||||||
|
name: CreateBars
|
||||||
|
nameWithType: Relationship.CreateBars
|
||||||
|
fullName: TinyLife.Relationship.CreateBars
|
||||||
|
- uid: MLEM.Ui.Anchor
|
||||||
|
commentId: T:MLEM.Ui.Anchor
|
||||||
|
parent: MLEM.Ui
|
||||||
|
isExternal: true
|
||||||
|
name: Anchor
|
||||||
|
nameWithType: Anchor
|
||||||
|
fullName: MLEM.Ui.Anchor
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
commentId: N:MLEM.Ui
|
||||||
|
isExternal: true
|
||||||
|
name: MLEM.Ui
|
||||||
|
nameWithType: MLEM.Ui
|
||||||
|
fullName: MLEM.Ui
|
||||||
|
spec.csharp:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
|
spec.vb:
|
||||||
|
- uid: MLEM
|
||||||
|
name: MLEM
|
||||||
|
isExternal: true
|
||||||
|
- name: .
|
||||||
|
- uid: MLEM.Ui
|
||||||
|
name: Ui
|
||||||
|
isExternal: true
|
||||||
- uid: TinyLife.Relationship.OnRelationshipTooltip
|
- uid: TinyLife.Relationship.OnRelationshipTooltip
|
||||||
commentId: E:TinyLife.Relationship.OnRelationshipTooltip
|
commentId: E:TinyLife.Relationship.OnRelationshipTooltip
|
||||||
href: TinyLife.Relationship.html#TinyLife_Relationship_OnRelationshipTooltip
|
href: TinyLife.Relationship.html#TinyLife_Relationship_OnRelationshipTooltip
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RelationshipType
|
id: RelationshipType
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 459
|
startLine: 478
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Enemies
|
id: Enemies
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 464
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -84,7 +84,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disliked
|
id: Disliked
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 468
|
startLine: 487
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Acquaintances
|
id: Acquaintances
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 472
|
startLine: 491
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -140,7 +140,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Friends
|
id: Friends
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 476
|
startLine: 495
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoodFriends
|
id: GoodFriends
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 480
|
startLine: 499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RomanceType
|
id: RomanceType
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 488
|
startLine: 507
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NoRomance
|
id: NoRomance
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 493
|
startLine: 512
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Interested
|
id: Interested
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 497
|
startLine: 516
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sweethearts
|
id: Sweethearts
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 501
|
startLine: 520
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Soulmates
|
id: Soulmates
|
||||||
path: ../TinyLife/Relationship.cs
|
path: ../TinyLife/Relationship.cs
|
||||||
startLine: 505
|
startLine: 524
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaveData
|
id: SaveData
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 354
|
startLine: 358
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -72,7 +72,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Maps
|
id: Maps
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 359
|
startLine: 363
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Time
|
id: Time
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 363
|
startLine: 367
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -134,7 +134,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Achievements
|
id: Achievements
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 368
|
startLine: 372
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -165,7 +165,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 374
|
startLine: 378
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -8,6 +8,7 @@ items:
|
||||||
- TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
- TinyLife.SaveHandler.CreateSerializer(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
||||||
- TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
- TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
||||||
- TinyLife.SaveHandler.GetGameDir
|
- TinyLife.SaveHandler.GetGameDir
|
||||||
|
- TinyLife.SaveHandler.GetSaveBackups(System.String)
|
||||||
- TinyLife.SaveHandler.GetSaveDir(System.String)
|
- TinyLife.SaveHandler.GetSaveDir(System.String)
|
||||||
- TinyLife.SaveHandler.GetSavesDir
|
- TinyLife.SaveHandler.GetSavesDir
|
||||||
- TinyLife.SaveHandler.OnGameLoaded
|
- TinyLife.SaveHandler.OnGameLoaded
|
||||||
|
@ -305,6 +306,40 @@ items:
|
||||||
nameWithType.vb: SaveHandler.GetSaveDir(String)
|
nameWithType.vb: SaveHandler.GetSaveDir(String)
|
||||||
fullName.vb: TinyLife.SaveHandler.GetSaveDir(String)
|
fullName.vb: TinyLife.SaveHandler.GetSaveDir(String)
|
||||||
name.vb: GetSaveDir(String)
|
name.vb: GetSaveDir(String)
|
||||||
|
- uid: TinyLife.SaveHandler.GetSaveBackups(System.String)
|
||||||
|
commentId: M:TinyLife.SaveHandler.GetSaveBackups(System.String)
|
||||||
|
id: GetSaveBackups(System.String)
|
||||||
|
parent: TinyLife.SaveHandler
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: GetSaveBackups(string)
|
||||||
|
nameWithType: SaveHandler.GetSaveBackups(string)
|
||||||
|
fullName: TinyLife.SaveHandler.GetSaveBackups(string)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/SaveHandler.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: GetSaveBackups
|
||||||
|
path: ../TinyLife/SaveHandler.cs
|
||||||
|
startLine: 79
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
syntax:
|
||||||
|
content: public static IEnumerable<FileInfo> GetSaveBackups(string name)
|
||||||
|
parameters:
|
||||||
|
- id: name
|
||||||
|
type: System.String
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.IEnumerable{System.IO.FileInfo}
|
||||||
|
content.vb: Public Shared Function GetSaveBackups(name As String) As IEnumerable(Of FileInfo)
|
||||||
|
overload: TinyLife.SaveHandler.GetSaveBackups*
|
||||||
|
nameWithType.vb: SaveHandler.GetSaveBackups(String)
|
||||||
|
fullName.vb: TinyLife.SaveHandler.GetSaveBackups(String)
|
||||||
|
name.vb: GetSaveBackups(String)
|
||||||
- uid: TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
- uid: TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
||||||
commentId: M:TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
commentId: M:TinyLife.SaveHandler.CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
||||||
id: CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
id: CreateSerializerSettings(System.EventHandler{Newtonsoft.Json.Serialization.ErrorEventArgs})
|
||||||
|
@ -323,7 +358,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateSerializerSettings
|
id: CreateSerializerSettings
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 85
|
startLine: 89
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -364,7 +399,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateSerializer
|
id: CreateSerializer
|
||||||
path: ../TinyLife/SaveHandler.cs
|
path: ../TinyLife/SaveHandler.cs
|
||||||
startLine: 109
|
startLine: 113
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1079,6 +1114,112 @@ references:
|
||||||
nameWithType.vb: String
|
nameWithType.vb: String
|
||||||
fullName.vb: String
|
fullName.vb: String
|
||||||
name.vb: String
|
name.vb: String
|
||||||
|
- uid: TinyLife.SaveHandler.GetSaveBackups*
|
||||||
|
commentId: Overload:TinyLife.SaveHandler.GetSaveBackups
|
||||||
|
href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_GetSaveBackups_System_String_
|
||||||
|
name: GetSaveBackups
|
||||||
|
nameWithType: SaveHandler.GetSaveBackups
|
||||||
|
fullName: TinyLife.SaveHandler.GetSaveBackups
|
||||||
|
- uid: System.Collections.Generic.IEnumerable{System.IO.FileInfo}
|
||||||
|
commentId: T:System.Collections.Generic.IEnumerable{System.IO.FileInfo}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.IEnumerable`1
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||||
|
name: IEnumerable<FileInfo>
|
||||||
|
nameWithType: IEnumerable<FileInfo>
|
||||||
|
fullName: System.Collections.Generic.IEnumerable<System.IO.FileInfo>
|
||||||
|
nameWithType.vb: IEnumerable(Of FileInfo)
|
||||||
|
fullName.vb: System.Collections.Generic.IEnumerable(Of System.IO.FileInfo)
|
||||||
|
name.vb: IEnumerable(Of FileInfo)
|
||||||
|
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: System.IO.FileInfo
|
||||||
|
name: FileInfo
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.io.fileinfo
|
||||||
|
- 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: System.IO.FileInfo
|
||||||
|
name: FileInfo
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.io.fileinfo
|
||||||
|
- 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: 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.World.Map
|
- uid: TinyLife.World.Map
|
||||||
commentId: T:TinyLife.World.Map
|
commentId: T:TinyLife.World.Map
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1238
|
startLine: 1355
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Woodworking
|
id: Woodworking
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1244
|
startLine: 1361
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1248
|
startLine: 1365
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildClothes
|
id: ChildClothes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1252
|
startLine: 1369
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RetroFurniture
|
id: RetroFurniture
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1256
|
startLine: 1373
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -28,7 +28,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ContainerType
|
id: ContainerType
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 608
|
startLine: 615
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -67,7 +67,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Plate
|
id: Plate
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 613
|
startLine: 620
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -96,7 +96,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Glass
|
id: Glass
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 620
|
startLine: 627
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mug
|
id: Mug
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 627
|
startLine: 634
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -154,7 +154,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 635
|
startLine: 642
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -183,7 +183,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsDrink
|
id: IsDrink
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 639
|
startLine: 646
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -212,7 +212,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 653
|
startLine: 660
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -259,7 +259,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFilled
|
id: GetFilled
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 666
|
startLine: 673
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -297,7 +297,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEmpty
|
id: GetEmpty
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 675
|
startLine: 682
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -335,7 +335,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDefaultTexture
|
id: GetDefaultTexture
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 684
|
startLine: 691
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
|
525
docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml
Normal file
525
docs/api/TinyLife.Skills.FoodType.FoodRestriction.yml
Normal file
|
@ -0,0 +1,525 @@
|
||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
commentId: T:TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
id: FoodType.FoodRestriction
|
||||||
|
parent: TinyLife.Skills
|
||||||
|
children:
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.None
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotForBabies
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotForChildren
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: FoodType.FoodRestriction
|
||||||
|
nameWithType: FoodType.FoodRestriction
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
type: Enum
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: FoodRestriction
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 701
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: >-
|
||||||
|
A flag enumeration that represents a set of food tolerance restrictions for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>, which determines what food can be eaten by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> based on their <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref> and other properties.
|
||||||
|
|
||||||
|
See <xref href="TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction%2cTinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> to retrieve matching personalities.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: >-
|
||||||
|
[Flags]
|
||||||
|
|
||||||
|
public enum FoodType.FoodRestriction
|
||||||
|
content.vb: >-
|
||||||
|
<Flags>
|
||||||
|
|
||||||
|
Public Enum FoodType.FoodRestriction
|
||||||
|
extensionMethods:
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
|
||||||
|
- TinyLife.Skills.FoodType.FoodRestriction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
attributes:
|
||||||
|
- type: System.FlagsAttribute
|
||||||
|
ctor: System.FlagsAttribute.#ctor
|
||||||
|
arguments: []
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.None
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.None
|
||||||
|
id: None
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: None
|
||||||
|
nameWithType: FoodType.FoodRestriction.None
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.None
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: None
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 707
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: No food restriction.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: None = 0
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
id: NotVegan
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotVegan
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotVegan
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotVegan
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 711
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: A food restriction representing a food item that is not vegan.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: NotVegan = 1
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
id: NotVegetarian
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotVegetarian
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotVegetarian
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotVegetarian
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 715
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: A food restriction representing a food item that is not vegetarian, which also includes the <xref href="TinyLife.Skills.FoodType.FoodRestriction.NotVegan" data-throw-if-not-resolved="false"></xref> flag.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: NotVegetarian = 3
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian
|
||||||
|
id: NotPescetarian
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotPescetarian
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotPescetarian
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotPescetarian
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotPescetarian
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 719
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: A food restriction representing a food item that is not pescetarian, which also includes the <xref href="TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian" data-throw-if-not-resolved="false"></xref> (and thus, <xref href="TinyLife.Skills.FoodType.FoodRestriction.NotVegan" data-throw-if-not-resolved="false"></xref>) flag.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: NotPescetarian = 7
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotForBabies
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotForBabies
|
||||||
|
id: NotForBabies
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotForBabies
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotForBabies
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForBabies
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotForBabies
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 723
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: A food restriction representing a food that is not suitable for babies to eat.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: NotForBabies = 8
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotForChildren
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotForChildren
|
||||||
|
id: NotForChildren
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotForChildren
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotForChildren
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForChildren
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotForChildren
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 727
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
summary: A food restriction representing a food that is not suitable for children, or babies, to eat.
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: NotForChildren = 24
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy
|
||||||
|
id: NotForPregnancy
|
||||||
|
parent: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotForPregnancy
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotForPregnancy
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotForPregnancy
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Skills/FoodType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotForPregnancy
|
||||||
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
|
startLine: 728
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Skills
|
||||||
|
syntax:
|
||||||
|
content: NotForPregnancy = 32
|
||||||
|
return:
|
||||||
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
references:
|
||||||
|
- uid: TinyLife.Skills.FoodType
|
||||||
|
commentId: T:TinyLife.Skills.FoodType
|
||||||
|
parent: TinyLife.Skills
|
||||||
|
href: TinyLife.Skills.FoodType.html
|
||||||
|
name: FoodType
|
||||||
|
nameWithType: FoodType
|
||||||
|
fullName: TinyLife.Skills.FoodType
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
commentId: T:TinyLife.Objects.Person
|
||||||
|
parent: TinyLife.Objects
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
name: Person
|
||||||
|
nameWithType: Person
|
||||||
|
fullName: TinyLife.Objects.Person
|
||||||
|
- uid: TinyLife.PersonalityType
|
||||||
|
commentId: T:TinyLife.PersonalityType
|
||||||
|
parent: TinyLife
|
||||||
|
href: TinyLife.PersonalityType.html
|
||||||
|
name: PersonalityType
|
||||||
|
nameWithType: PersonalityType
|
||||||
|
fullName: TinyLife.PersonalityType
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
name: GetPersonality(FoodRestriction, Person)
|
||||||
|
nameWithType: Extensions.GetPersonality(FoodType.FoodRestriction, Person)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Objects.Person)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
name: GetPersonality
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
name: GetPersonality
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Skills
|
||||||
|
commentId: N:TinyLife.Skills
|
||||||
|
href: TinyLife.html
|
||||||
|
name: TinyLife.Skills
|
||||||
|
nameWithType: TinyLife.Skills
|
||||||
|
fullName: TinyLife.Skills
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Skills
|
||||||
|
name: Skills
|
||||||
|
href: TinyLife.Skills.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Skills
|
||||||
|
name: Skills
|
||||||
|
href: TinyLife.Skills.html
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
|
||||||
|
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
parent: TinyLife.Utilities.Extensions
|
||||||
|
definition: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
name: GetPersonality(FoodRestriction, Person)
|
||||||
|
nameWithType: Extensions.GetPersonality(FoodType.FoodRestriction, Person)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Objects.Person)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
name: GetPersonality
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Objects.Person)
|
||||||
|
name: GetPersonality
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Objects_Person_
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
href: TinyLife.Objects.Person.html
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.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<FoodRestriction>(FoodRestriction)
|
||||||
|
nameWithType: Extensions.JsonCopy<FoodType.FoodRestriction>(FoodType.FoodRestriction)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.FoodRestriction>(TinyLife.Skills.FoodType.FoodRestriction)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of FoodType.FoodRestriction)(FoodType.FoodRestriction)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.FoodRestriction)(TinyLife.Skills.FoodType.FoodRestriction)
|
||||||
|
name.vb: JsonCopy(Of FoodRestriction)(FoodRestriction)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.FoodRestriction)
|
||||||
|
name: JsonCopy
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.FoodRestriction)
|
||||||
|
name: JsonCopy
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
commentId: N:TinyLife.Objects
|
||||||
|
href: TinyLife.html
|
||||||
|
name: TinyLife.Objects
|
||||||
|
nameWithType: TinyLife.Objects
|
||||||
|
fullName: TinyLife.Objects
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
href: TinyLife.Objects.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Objects
|
||||||
|
name: Objects
|
||||||
|
href: TinyLife.Objects.html
|
||||||
|
- uid: TinyLife
|
||||||
|
commentId: N:TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
name: TinyLife
|
||||||
|
nameWithType: TinyLife
|
||||||
|
fullName: TinyLife
|
||||||
|
- 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_
|
||||||
|
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
|
||||||
|
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
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
commentId: T:TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
parent: TinyLife.Skills
|
||||||
|
href: TinyLife.Skills.FoodType.html
|
||||||
|
name: FoodType.FoodRestriction
|
||||||
|
nameWithType: FoodType.FoodRestriction
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Skills.FoodType
|
||||||
|
name: FoodType
|
||||||
|
href: TinyLife.Skills.FoodType.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Skills.FoodType
|
||||||
|
name: FoodType
|
||||||
|
href: TinyLife.Skills.FoodType.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
|
name: FoodRestriction
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html#TinyLife_Skills_FoodType_FoodRestriction_NotVegan
|
||||||
|
name: NotVegan
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotVegan
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegan
|
||||||
|
- uid: TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
commentId: F:TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
||||||
|
href: TinyLife.Skills.FoodType.FoodRestriction.html#TinyLife_Skills_FoodType_FoodRestriction_NotVegetarian
|
||||||
|
name: NotVegetarian
|
||||||
|
nameWithType: FoodType.FoodRestriction.NotVegetarian
|
||||||
|
fullName: TinyLife.Skills.FoodType.FoodRestriction.NotVegetarian
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPriceDelegate
|
id: GetPriceDelegate
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 518
|
startLine: 525
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
|
|
@ -34,7 +34,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IngredientSource
|
id: IngredientSource
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 523
|
startLine: 530
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -73,7 +73,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fridge
|
id: Fridge
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 528
|
startLine: 535
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -102,7 +102,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Barbecue
|
id: Barbecue
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 532
|
startLine: 539
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildStove
|
id: ChildStove
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 536
|
startLine: 543
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CoffeeMachine
|
id: CoffeeMachine
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 540
|
startLine: 547
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sink
|
id: Sink
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 544
|
startLine: 551
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -218,7 +218,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CafeDisplayCase
|
id: CafeDisplayCase
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 548
|
startLine: 555
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -247,7 +247,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TeaKit
|
id: TeaKit
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 552
|
startLine: 559
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -276,7 +276,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ProteinShakeMaker
|
id: ProteinShakeMaker
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 557
|
startLine: 564
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -305,7 +305,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MixologyKit
|
id: MixologyKit
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 561
|
startLine: 568
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 571
|
startLine: 578
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -363,7 +363,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Container
|
id: Container
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 575
|
startLine: 582
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -392,7 +392,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEaten
|
id: OnEaten
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 581
|
startLine: 588
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -428,7 +428,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEat
|
id: CanEat
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 586
|
startLine: 593
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -462,7 +462,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 591
|
startLine: 598
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -496,7 +496,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 598
|
startLine: 605
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
|
|
@ -5,9 +5,9 @@ items:
|
||||||
id: FoodType
|
id: FoodType
|
||||||
parent: TinyLife.Skills
|
parent: TinyLife.Skills
|
||||||
children:
|
children:
|
||||||
- TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
- TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
- TinyLife.Skills.FoodType.AdditionalObject
|
- TinyLife.Skills.FoodType.AdditionalObject
|
||||||
- TinyLife.Skills.FoodType.AllIntolerances
|
- TinyLife.Skills.FoodType.AllRestrictions
|
||||||
- TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
|
- TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
|
||||||
- TinyLife.Skills.FoodType.CanCreateFunc
|
- TinyLife.Skills.FoodType.CanCreateFunc
|
||||||
- TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)
|
- TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)
|
||||||
|
@ -17,15 +17,14 @@ items:
|
||||||
- TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)
|
- TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)
|
||||||
- TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)
|
- TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)
|
||||||
- TinyLife.Skills.FoodType.Container
|
- TinyLife.Skills.FoodType.Container
|
||||||
- TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
- 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.CustomTextureFunc
|
||||||
- TinyLife.Skills.FoodType.DisplayName
|
- TinyLife.Skills.FoodType.DisplayName
|
||||||
- TinyLife.Skills.FoodType.GetAllContainers(System.Int32)
|
- TinyLife.Skills.FoodType.GetAllContainers(System.Int32)
|
||||||
- TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)
|
|
||||||
- TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.Person,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
|
- TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.Person,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
|
||||||
- TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
- TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
||||||
|
- TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
|
||||||
- TinyLife.Skills.FoodType.GetTexture(System.Int32)
|
- TinyLife.Skills.FoodType.GetTexture(System.Int32)
|
||||||
- TinyLife.Skills.FoodType.Intolerances
|
|
||||||
- TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
- TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
- TinyLife.Skills.FoodType.Name
|
- TinyLife.Skills.FoodType.Name
|
||||||
- TinyLife.Skills.FoodType.OnEaten
|
- TinyLife.Skills.FoodType.OnEaten
|
||||||
|
@ -35,6 +34,7 @@ items:
|
||||||
- TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
|
- TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
|
||||||
- TinyLife.Skills.FoodType.RequiredSkill
|
- TinyLife.Skills.FoodType.RequiredSkill
|
||||||
- TinyLife.Skills.FoodType.RequiredSkillLevel
|
- TinyLife.Skills.FoodType.RequiredSkillLevel
|
||||||
|
- TinyLife.Skills.FoodType.Restrictions
|
||||||
- TinyLife.Skills.FoodType.SaturationModifier
|
- TinyLife.Skills.FoodType.SaturationModifier
|
||||||
- TinyLife.Skills.FoodType.SourceString
|
- TinyLife.Skills.FoodType.SourceString
|
||||||
- TinyLife.Skills.FoodType.Sources
|
- TinyLife.Skills.FoodType.Sources
|
||||||
|
@ -124,35 +124,35 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.FoodType}
|
type: System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.FoodType}
|
||||||
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, FoodType)
|
content.vb: Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, FoodType)
|
||||||
- uid: TinyLife.Skills.FoodType.AllIntolerances
|
- uid: TinyLife.Skills.FoodType.AllRestrictions
|
||||||
commentId: F:TinyLife.Skills.FoodType.AllIntolerances
|
commentId: F:TinyLife.Skills.FoodType.AllRestrictions
|
||||||
id: AllIntolerances
|
id: AllRestrictions
|
||||||
parent: TinyLife.Skills.FoodType
|
parent: TinyLife.Skills.FoodType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AllIntolerances
|
name: AllRestrictions
|
||||||
nameWithType: FoodType.AllIntolerances
|
nameWithType: FoodType.AllRestrictions
|
||||||
fullName: TinyLife.Skills.FoodType.AllIntolerances
|
fullName: TinyLife.Skills.FoodType.AllRestrictions
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Skills/FoodType.cs
|
path: TinyLife/Skills/FoodType.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllIntolerances
|
id: AllRestrictions
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 42
|
startLine: 42
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: All of the defined <xref href="TinyLife.Skills.FoodType.FoodIntolerance" data-throw-if-not-resolved="false"></xref> flag values.
|
summary: All of the defined <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flag values.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static readonly FoodType.FoodIntolerance[] AllIntolerances
|
content: public static readonly FoodType.FoodRestriction[] AllRestrictions
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Skills.FoodType.FoodIntolerance[]
|
type: TinyLife.Skills.FoodType.FoodRestriction[]
|
||||||
content.vb: Public Shared ReadOnly AllIntolerances As FoodType.FoodIntolerance()
|
content.vb: Public Shared ReadOnly AllRestrictions As FoodType.FoodRestriction()
|
||||||
- uid: TinyLife.Skills.FoodType.OnFoodEaten
|
- uid: TinyLife.Skills.FoodType.OnFoodEaten
|
||||||
commentId: E:TinyLife.Skills.FoodType.OnFoodEaten
|
commentId: E:TinyLife.Skills.FoodType.OnFoodEaten
|
||||||
id: OnFoodEaten
|
id: OnFoodEaten
|
||||||
|
@ -234,7 +234,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 159
|
startLine: 162
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkillLevel
|
id: RequiredSkillLevel
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 163
|
startLine: 166
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -292,7 +292,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Price
|
id: Price
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 168
|
startLine: 171
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -324,7 +324,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaturationModifier
|
id: SaturationModifier
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 172
|
startLine: 175
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -353,7 +353,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Color
|
id: Color
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 176
|
startLine: 179
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -382,7 +382,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sources
|
id: Sources
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 180
|
startLine: 183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -393,35 +393,35 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource}
|
type: System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource}
|
||||||
content.vb: Public ReadOnly Sources As ISet(Of FoodType.IngredientSource)
|
content.vb: Public ReadOnly Sources As ISet(Of FoodType.IngredientSource)
|
||||||
- uid: TinyLife.Skills.FoodType.Intolerances
|
- uid: TinyLife.Skills.FoodType.Restrictions
|
||||||
commentId: F:TinyLife.Skills.FoodType.Intolerances
|
commentId: F:TinyLife.Skills.FoodType.Restrictions
|
||||||
id: Intolerances
|
id: Restrictions
|
||||||
parent: TinyLife.Skills.FoodType
|
parent: TinyLife.Skills.FoodType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Intolerances
|
name: Restrictions
|
||||||
nameWithType: FoodType.Intolerances
|
nameWithType: FoodType.Restrictions
|
||||||
fullName: TinyLife.Skills.FoodType.Intolerances
|
fullName: TinyLife.Skills.FoodType.Restrictions
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Skills/FoodType.cs
|
path: TinyLife/Skills/FoodType.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Intolerances
|
id: Restrictions
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 184
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: A set of <xref href="TinyLife.Skills.FoodType.FoodIntolerance" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
|
summary: 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.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly FoodType.FoodIntolerance Intolerances
|
content: public readonly FoodType.FoodRestriction Restrictions
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Skills.FoodType.FoodIntolerance
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
content.vb: Public ReadOnly Intolerances As FoodType.FoodIntolerance
|
content.vb: Public ReadOnly Restrictions As FoodType.FoodRestriction
|
||||||
- uid: TinyLife.Skills.FoodType.RequiredSkill
|
- uid: TinyLife.Skills.FoodType.RequiredSkill
|
||||||
commentId: P:TinyLife.Skills.FoodType.RequiredSkill
|
commentId: P:TinyLife.Skills.FoodType.RequiredSkill
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
|
@ -440,7 +440,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredSkill
|
id: RequiredSkill
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 190
|
startLine: 193
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -474,7 +474,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AdditionalObject
|
id: AdditionalObject
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 196
|
startLine: 199
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -510,7 +510,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Container
|
id: Container
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 200
|
startLine: 203
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -541,7 +541,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEaten
|
id: OnEaten
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 206
|
startLine: 209
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -577,7 +577,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEatFunc
|
id: CanEatFunc
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 211
|
startLine: 214
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -611,7 +611,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCreateFunc
|
id: CanCreateFunc
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 216
|
startLine: 219
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -645,7 +645,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CustomTextureFunc
|
id: CustomTextureFunc
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 220
|
startLine: 223
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -676,7 +676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanHaveCandle
|
id: CanHaveCandle
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 224
|
startLine: 227
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -705,7 +705,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayName
|
id: DisplayName
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 228
|
startLine: 231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -736,7 +736,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 230
|
startLine: 233
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -751,16 +751,16 @@ items:
|
||||||
overload: TinyLife.Skills.FoodType.SourceString*
|
overload: TinyLife.Skills.FoodType.SourceString*
|
||||||
implements:
|
implements:
|
||||||
- TinyLife.Emotions.IEmotionSource.SourceString
|
- TinyLife.Emotions.IEmotionSource.SourceString
|
||||||
- uid: TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
- uid: TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
commentId: M:TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
commentId: M:TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||||
id: '#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})'
|
id: '#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})'
|
||||||
parent: TinyLife.Skills.FoodType
|
parent: TinyLife.Skills.FoodType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: FoodType(string, int, int, float, FoodIntolerance, IngredientSource, Color?)
|
name: FoodType(string, int, int, float, FoodRestriction, IngredientSource, Color?)
|
||||||
nameWithType: FoodType.FoodType(string, int, int, float, FoodType.FoodIntolerance, FoodType.IngredientSource, Color?)
|
nameWithType: FoodType.FoodType(string, int, int, float, FoodType.FoodRestriction, FoodType.IngredientSource, Color?)
|
||||||
fullName: TinyLife.Skills.FoodType.FoodType(string, int, int, float, TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
|
fullName: TinyLife.Skills.FoodType.FoodType(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -769,14 +769,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 242
|
startLine: 245
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: Creates a new food type with the given settings.
|
summary: Creates a new food type with the given settings.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public FoodType(string name, int requiredSkillLevel, int price, float saturationModifier, FoodType.FoodIntolerance intolerances, FoodType.IngredientSource source = null, Color? color = null)
|
content: public FoodType(string name, int requiredSkillLevel, int price, float saturationModifier, FoodType.FoodRestriction restrictions, FoodType.IngredientSource source = null, Color? color = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -790,20 +790,20 @@ items:
|
||||||
- id: saturationModifier
|
- id: saturationModifier
|
||||||
type: System.Single
|
type: System.Single
|
||||||
description: A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
|
description: A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
|
||||||
- id: intolerances
|
- id: restrictions
|
||||||
type: TinyLife.Skills.FoodType.FoodIntolerance
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
description: A set of <xref href="TinyLife.Skills.FoodType.FoodIntolerance" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
|
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
|
- id: source
|
||||||
type: TinyLife.Skills.FoodType.IngredientSource
|
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>.
|
||||||
- id: color
|
- id: color
|
||||||
type: System.Nullable{Microsoft.Xna.Framework.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>.
|
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>.
|
||||||
content.vb: Public Sub New(name As String, requiredSkillLevel As Integer, price As Integer, saturationModifier As Single, intolerances As FoodType.FoodIntolerance, source As FoodType.IngredientSource = Nothing, color As Color? = Nothing)
|
content.vb: Public Sub New(name As String, requiredSkillLevel As Integer, price As Integer, saturationModifier As Single, restrictions As FoodType.FoodRestriction, source As FoodType.IngredientSource = Nothing, color As Color? = Nothing)
|
||||||
overload: TinyLife.Skills.FoodType.#ctor*
|
overload: TinyLife.Skills.FoodType.#ctor*
|
||||||
nameWithType.vb: FoodType.New(String, Integer, Integer, Single, FoodType.FoodIntolerance, FoodType.IngredientSource, Color?)
|
nameWithType.vb: FoodType.New(String, Integer, Integer, Single, FoodType.FoodRestriction, FoodType.IngredientSource, Color?)
|
||||||
fullName.vb: TinyLife.Skills.FoodType.New(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
|
fullName.vb: TinyLife.Skills.FoodType.New(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
|
||||||
name.vb: New(String, Integer, Integer, Single, FoodIntolerance, IngredientSource, Color?)
|
name.vb: New(String, Integer, Integer, Single, FoodRestriction, IngredientSource, Color?)
|
||||||
- uid: TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
- uid: TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
||||||
commentId: M:TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
commentId: M:TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
||||||
id: GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
id: GetPrice(TinyLife.Objects.Person,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
|
||||||
|
@ -822,7 +822,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 263
|
startLine: 266
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -869,7 +869,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 285
|
startLine: 288
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -928,7 +928,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructUnfinished
|
id: ConstructUnfinished
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 305
|
startLine: 308
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -987,14 +987,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanEat
|
id: CanEat
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 322
|
startLine: 325
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: >-
|
summary: >-
|
||||||
Returns a <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether a <xref href="TinyLife.Objects.FoodTypedItem" data-throw-if-not-resolved="false"></xref> that has this food type can currently be eaten.
|
Returns a <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether a <xref href="TinyLife.Objects.FoodTypedItem" data-throw-if-not-resolved="false"></xref> that has this food type can currently be eaten.
|
||||||
|
|
||||||
This method also invokes <xref href="TinyLife.Skills.FoodType.CanEatFunc" data-throw-if-not-resolved="false"></xref> and checks for matching <xref href="TinyLife.Skills.FoodType.Intolerances" data-throw-if-not-resolved="false"></xref>.
|
This method also invokes <xref href="TinyLife.Skills.FoodType.CanEatFunc" data-throw-if-not-resolved="false"></xref> and checks for matching <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public CanExecuteResult CanEat(Person person, FoodTypedItem food, bool automatic)
|
content: public CanExecuteResult CanEat(Person person, FoodTypedItem food, bool automatic)
|
||||||
|
@ -1034,7 +1034,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCreate
|
id: CanCreate
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 351
|
startLine: 358
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1069,47 +1069,47 @@ items:
|
||||||
nameWithType.vb: FoodType.CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
|
nameWithType.vb: FoodType.CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
|
||||||
fullName.vb: TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, Boolean, Integer, Single, Boolean)
|
fullName.vb: TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, Boolean, Integer, Single, Boolean)
|
||||||
name.vb: CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
|
name.vb: CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
|
||||||
- uid: TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)
|
- uid: TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
|
||||||
commentId: M:TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)
|
commentId: M:TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
|
||||||
id: GetIntolerancesDescription(System.Boolean)
|
id: GetRestrictionsDescription(System.Boolean)
|
||||||
parent: TinyLife.Skills.FoodType
|
parent: TinyLife.Skills.FoodType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetIntolerancesDescription(bool)
|
name: GetRestrictionsDescription(bool)
|
||||||
nameWithType: FoodType.GetIntolerancesDescription(bool)
|
nameWithType: FoodType.GetRestrictionsDescription(bool)
|
||||||
fullName: TinyLife.Skills.FoodType.GetIntolerancesDescription(bool)
|
fullName: TinyLife.Skills.FoodType.GetRestrictionsDescription(bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
path: TinyLife/Skills/FoodType.cs
|
path: TinyLife/Skills/FoodType.cs
|
||||||
branch: main
|
branch: main
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetIntolerancesDescription
|
id: GetRestrictionsDescription
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 376
|
startLine: 383
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: >-
|
summary: >-
|
||||||
Returns a set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Intolerances" data-throw-if-not-resolved="false"></xref>.
|
Returns a set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
If this item has no intolerances, no strings are returned.
|
If this item has no restrictions, no strings are returned.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public IEnumerable<string> GetIntolerancesDescription(bool includeIcon = true)
|
content: public IEnumerable<string> GetRestrictionsDescription(bool includeIcon = true)
|
||||||
parameters:
|
parameters:
|
||||||
- id: includeIcon
|
- id: includeIcon
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether the intolerances' icons should be included.
|
description: Whether the restrictions' icons should be included.
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.IEnumerable{System.String}
|
type: System.Collections.Generic.IEnumerable{System.String}
|
||||||
description: A set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Intolerances" data-throw-if-not-resolved="false"></xref>.
|
description: A set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
|
||||||
content.vb: Public Function GetIntolerancesDescription(includeIcon As Boolean = True) As IEnumerable(Of String)
|
content.vb: Public Function GetRestrictionsDescription(includeIcon As Boolean = True) As IEnumerable(Of String)
|
||||||
overload: TinyLife.Skills.FoodType.GetIntolerancesDescription*
|
overload: TinyLife.Skills.FoodType.GetRestrictionsDescription*
|
||||||
nameWithType.vb: FoodType.GetIntolerancesDescription(Boolean)
|
nameWithType.vb: FoodType.GetRestrictionsDescription(Boolean)
|
||||||
fullName.vb: TinyLife.Skills.FoodType.GetIntolerancesDescription(Boolean)
|
fullName.vb: TinyLife.Skills.FoodType.GetRestrictionsDescription(Boolean)
|
||||||
name.vb: GetIntolerancesDescription(Boolean)
|
name.vb: GetRestrictionsDescription(Boolean)
|
||||||
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
id: InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
id: InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
|
@ -1128,7 +1128,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InvokeOnEaten
|
id: InvokeOnEaten
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 391
|
startLine: 398
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1166,7 +1166,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTexture
|
id: GetTexture
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 417
|
startLine: 424
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1207,7 +1207,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 426
|
startLine: 433
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1242,7 +1242,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPossibleArguments
|
id: GetPossibleArguments
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 442
|
startLine: 449
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1295,7 +1295,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetAllContainers
|
id: GetAllContainers
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 476
|
startLine: 483
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
|
@ -1318,16 +1318,16 @@ items:
|
||||||
nameWithType.vb: FoodType.GetAllContainers(Integer)
|
nameWithType.vb: FoodType.GetAllContainers(Integer)
|
||||||
fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Integer)
|
fullName.vb: TinyLife.Skills.FoodType.GetAllContainers(Integer)
|
||||||
name.vb: GetAllContainers(Integer)
|
name.vb: GetAllContainers(Integer)
|
||||||
- uid: TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodIntolerance,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
|
- 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.FoodIntolerance,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.FoodIntolerance,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[])
|
||||||
parent: TinyLife.Skills.FoodType
|
parent: TinyLife.Skills.FoodType
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateBaked(string, int, int, float, FoodIntolerance, bool, params IngredientSource[])
|
name: CreateBaked(string, int, int, float, FoodRestriction, bool, params IngredientSource[])
|
||||||
nameWithType: FoodType.CreateBaked(string, int, int, float, FoodType.FoodIntolerance, bool, params FoodType.IngredientSource[])
|
nameWithType: FoodType.CreateBaked(string, int, int, float, FoodType.FoodRestriction, bool, params FoodType.IngredientSource[])
|
||||||
fullName: TinyLife.Skills.FoodType.CreateBaked(string, int, int, float, TinyLife.Skills.FoodType.FoodIntolerance, bool, params TinyLife.Skills.FoodType.IngredientSource[])
|
fullName: TinyLife.Skills.FoodType.CreateBaked(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, bool, params TinyLife.Skills.FoodType.IngredientSource[])
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -1336,14 +1336,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateBaked
|
id: CreateBaked
|
||||||
path: ../TinyLife/Skills/FoodType.cs
|
path: ../TinyLife/Skills/FoodType.cs
|
||||||
startLine: 494
|
startLine: 501
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Skills
|
namespace: TinyLife.Skills
|
||||||
summary: Helper method that creates a simple baked <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>, which includes a set of sub-textures that are drawn when pieces or slices have been taken from it, as well as the ability to have a candle on it if it is a <code class="paramref">cake</code> and no slices have been taken yet.
|
summary: Helper method that creates a simple baked <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>, which includes a set of sub-textures that are drawn when pieces or slices have been taken from it, as well as the ability to have a candle on it if it is a <code class="paramref">cake</code> and no slices have been taken yet.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public static FoodType CreateBaked(string name, int requiredCookingLevel, int price, float saturationModifier, FoodType.FoodIntolerance intolerances, bool cake = false, params FoodType.IngredientSource[] additionalSources)
|
content: public static FoodType CreateBaked(string name, int requiredCookingLevel, int price, float saturationModifier, FoodType.FoodRestriction restrictions, bool cake = false, params FoodType.IngredientSource[] additionalSources)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -1357,9 +1357,9 @@ items:
|
||||||
- id: saturationModifier
|
- id: saturationModifier
|
||||||
type: System.Single
|
type: System.Single
|
||||||
description: A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
|
description: A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
|
||||||
- id: intolerances
|
- id: restrictions
|
||||||
type: TinyLife.Skills.FoodType.FoodIntolerance
|
type: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
description: A set of <xref href="TinyLife.Skills.FoodType.FoodIntolerance" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
|
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: cake
|
- id: cake
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether the item is a cake, which causes it to be able to have candles and slices.
|
description: Whether the item is a cake, which causes it to be able to have candles and slices.
|
||||||
|
@ -1368,11 +1368,11 @@ items:
|
||||||
description: A set of additional values to add to the <xref href="TinyLife.Skills.FoodType.Sources" data-throw-if-not-resolved="false"></xref> collection.
|
description: A set of additional values to add to the <xref href="TinyLife.Skills.FoodType.Sources" data-throw-if-not-resolved="false"></xref> collection.
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Skills.FoodType
|
type: TinyLife.Skills.FoodType
|
||||||
content.vb: Public Shared Function CreateBaked(name As String, requiredCookingLevel As Integer, price As Integer, saturationModifier As Single, intolerances As FoodType.FoodIntolerance, cake As Boolean = False, ParamArray additionalSources As FoodType.IngredientSource()) As FoodType
|
content.vb: Public Shared Function CreateBaked(name As String, requiredCookingLevel As Integer, price As Integer, saturationModifier As Single, restrictions As FoodType.FoodRestriction, cake As Boolean = False, ParamArray additionalSources As FoodType.IngredientSource()) As FoodType
|
||||||
overload: TinyLife.Skills.FoodType.CreateBaked*
|
overload: TinyLife.Skills.FoodType.CreateBaked*
|
||||||
nameWithType.vb: FoodType.CreateBaked(String, Integer, Integer, Single, FoodType.FoodIntolerance, Boolean, ParamArray FoodType.IngredientSource())
|
nameWithType.vb: FoodType.CreateBaked(String, Integer, Integer, Single, FoodType.FoodRestriction, Boolean, ParamArray FoodType.IngredientSource())
|
||||||
fullName.vb: TinyLife.Skills.FoodType.CreateBaked(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodIntolerance, Boolean, ParamArray TinyLife.Skills.FoodType.IngredientSource())
|
fullName.vb: TinyLife.Skills.FoodType.CreateBaked(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodRestriction, Boolean, ParamArray TinyLife.Skills.FoodType.IngredientSource())
|
||||||
name.vb: CreateBaked(String, Integer, Integer, Single, FoodIntolerance, Boolean, ParamArray IngredientSource())
|
name.vb: CreateBaked(String, Integer, Integer, Single, FoodRestriction, Boolean, ParamArray IngredientSource())
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Actions.ActionType.GetIngredientsSingle
|
- uid: TinyLife.Actions.ActionType.GetIngredientsSingle
|
||||||
commentId: F:TinyLife.Actions.ActionType.GetIngredientsSingle
|
commentId: F:TinyLife.Actions.ActionType.GetIngredientsSingle
|
||||||
|
@ -2201,48 +2201,48 @@ references:
|
||||||
name: ObjectModel
|
name: ObjectModel
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
href: https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
|
commentId: T:TinyLife.Skills.FoodType.FoodRestriction
|
||||||
parent: TinyLife.Skills
|
parent: TinyLife.Skills
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
name: FoodType.FoodIntolerance
|
name: FoodType.FoodRestriction
|
||||||
nameWithType: FoodType.FoodIntolerance
|
nameWithType: FoodType.FoodRestriction
|
||||||
fullName: TinyLife.Skills.FoodType.FoodIntolerance
|
fullName: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Skills.FoodType
|
- uid: TinyLife.Skills.FoodType
|
||||||
name: FoodType
|
name: FoodType
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Skills.FoodType
|
- uid: TinyLife.Skills.FoodType
|
||||||
name: FoodType
|
name: FoodType
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance[]
|
- uid: TinyLife.Skills.FoodType.FoodRestriction[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
name: FoodIntolerance[]
|
name: FoodRestriction[]
|
||||||
nameWithType: FoodType.FoodIntolerance[]
|
nameWithType: FoodType.FoodRestriction[]
|
||||||
fullName: TinyLife.Skills.FoodType.FoodIntolerance[]
|
fullName: TinyLife.Skills.FoodType.FoodRestriction[]
|
||||||
nameWithType.vb: FoodType.FoodIntolerance()
|
nameWithType.vb: FoodType.FoodRestriction()
|
||||||
fullName.vb: TinyLife.Skills.FoodType.FoodIntolerance()
|
fullName.vb: TinyLife.Skills.FoodType.FoodRestriction()
|
||||||
name.vb: FoodIntolerance()
|
name.vb: FoodRestriction()
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
- name: '['
|
- name: '['
|
||||||
- name: ']'
|
- name: ']'
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System.Action
|
- uid: System.Action
|
||||||
|
@ -3438,7 +3438,7 @@ references:
|
||||||
fullName: Microsoft.Xna.Framework.Color.White
|
fullName: Microsoft.Xna.Framework.Color.White
|
||||||
- uid: TinyLife.Skills.FoodType.#ctor*
|
- uid: TinyLife.Skills.FoodType.#ctor*
|
||||||
commentId: Overload:TinyLife.Skills.FoodType.#ctor
|
commentId: Overload:TinyLife.Skills.FoodType.#ctor
|
||||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType__ctor_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Skills_FoodType_IngredientSource_System_Nullable_Microsoft_Xna_Framework_Color__
|
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType__ctor_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Skills_FoodType_IngredientSource_System_Nullable_Microsoft_Xna_Framework_Color__
|
||||||
name: FoodType
|
name: FoodType
|
||||||
nameWithType: FoodType.FoodType
|
nameWithType: FoodType.FoodType
|
||||||
fullName: TinyLife.Skills.FoodType.FoodType
|
fullName: TinyLife.Skills.FoodType.FoodType
|
||||||
|
@ -3742,12 +3742,12 @@ references:
|
||||||
name: CanEatFunc
|
name: CanEatFunc
|
||||||
nameWithType: FoodType.CanEatFunc
|
nameWithType: FoodType.CanEatFunc
|
||||||
fullName: TinyLife.Skills.FoodType.CanEatFunc
|
fullName: TinyLife.Skills.FoodType.CanEatFunc
|
||||||
- uid: TinyLife.Skills.FoodType.Intolerances
|
- uid: TinyLife.Skills.FoodType.Restrictions
|
||||||
commentId: F:TinyLife.Skills.FoodType.Intolerances
|
commentId: F:TinyLife.Skills.FoodType.Restrictions
|
||||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Intolerances
|
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Restrictions
|
||||||
name: Intolerances
|
name: Restrictions
|
||||||
nameWithType: FoodType.Intolerances
|
nameWithType: FoodType.Restrictions
|
||||||
fullName: TinyLife.Skills.FoodType.Intolerances
|
fullName: TinyLife.Skills.FoodType.Restrictions
|
||||||
- uid: TinyLife.Skills.FoodType.CanEat*
|
- uid: TinyLife.Skills.FoodType.CanEat*
|
||||||
commentId: Overload:TinyLife.Skills.FoodType.CanEat
|
commentId: Overload:TinyLife.Skills.FoodType.CanEat
|
||||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_Person_TinyLife_Objects_FoodTypedItem_System_Boolean_
|
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_Person_TinyLife_Objects_FoodTypedItem_System_Boolean_
|
||||||
|
@ -3779,12 +3779,12 @@ references:
|
||||||
name: ActionInfo
|
name: ActionInfo
|
||||||
nameWithType: ActionInfo
|
nameWithType: ActionInfo
|
||||||
fullName: TinyLife.Actions.ActionInfo
|
fullName: TinyLife.Actions.ActionInfo
|
||||||
- uid: TinyLife.Skills.FoodType.GetIntolerancesDescription*
|
- uid: TinyLife.Skills.FoodType.GetRestrictionsDescription*
|
||||||
commentId: Overload:TinyLife.Skills.FoodType.GetIntolerancesDescription
|
commentId: Overload:TinyLife.Skills.FoodType.GetRestrictionsDescription
|
||||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetIntolerancesDescription_System_Boolean_
|
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetRestrictionsDescription_System_Boolean_
|
||||||
name: GetIntolerancesDescription
|
name: GetRestrictionsDescription
|
||||||
nameWithType: FoodType.GetIntolerancesDescription
|
nameWithType: FoodType.GetRestrictionsDescription
|
||||||
fullName: TinyLife.Skills.FoodType.GetIntolerancesDescription
|
fullName: TinyLife.Skills.FoodType.GetRestrictionsDescription
|
||||||
- uid: System.Collections.Generic.IEnumerable{System.String}
|
- uid: System.Collections.Generic.IEnumerable{System.String}
|
||||||
commentId: T:System.Collections.Generic.IEnumerable{System.String}
|
commentId: T:System.Collections.Generic.IEnumerable{System.String}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -4024,7 +4024,7 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Skills.FoodType.CreateBaked*
|
- uid: TinyLife.Skills.FoodType.CreateBaked*
|
||||||
commentId: Overload:TinyLife.Skills.FoodType.CreateBaked
|
commentId: Overload:TinyLife.Skills.FoodType.CreateBaked
|
||||||
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CreateBaked_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodIntolerance_System_Boolean_TinyLife_Skills_FoodType_IngredientSource___
|
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CreateBaked_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodRestriction_System_Boolean_TinyLife_Skills_FoodType_IngredientSource___
|
||||||
name: CreateBaked
|
name: CreateBaked
|
||||||
nameWithType: FoodType.CreateBaked
|
nameWithType: FoodType.CreateBaked
|
||||||
fullName: TinyLife.Skills.FoodType.CreateBaked
|
fullName: TinyLife.Skills.FoodType.CreateBaked
|
||||||
|
|
|
@ -6,7 +6,7 @@ items:
|
||||||
children:
|
children:
|
||||||
- TinyLife.Skills.FoodType
|
- TinyLife.Skills.FoodType
|
||||||
- TinyLife.Skills.FoodType.ContainerType
|
- TinyLife.Skills.FoodType.ContainerType
|
||||||
- TinyLife.Skills.FoodType.FoodIntolerance
|
- TinyLife.Skills.FoodType.FoodRestriction
|
||||||
- TinyLife.Skills.FoodType.GetPriceDelegate
|
- TinyLife.Skills.FoodType.GetPriceDelegate
|
||||||
- TinyLife.Skills.FoodType.IngredientSource
|
- TinyLife.Skills.FoodType.IngredientSource
|
||||||
- TinyLife.Skills.PaintingType
|
- TinyLife.Skills.PaintingType
|
||||||
|
@ -101,29 +101,29 @@ references:
|
||||||
- uid: TinyLife.Skills.FoodType.ContainerType
|
- uid: TinyLife.Skills.FoodType.ContainerType
|
||||||
name: ContainerType
|
name: ContainerType
|
||||||
href: TinyLife.Skills.FoodType.ContainerType.html
|
href: TinyLife.Skills.FoodType.ContainerType.html
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
|
commentId: T:TinyLife.Skills.FoodType.FoodRestriction
|
||||||
parent: TinyLife.Skills
|
parent: TinyLife.Skills
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
name: FoodType.FoodIntolerance
|
name: FoodType.FoodRestriction
|
||||||
nameWithType: FoodType.FoodIntolerance
|
nameWithType: FoodType.FoodRestriction
|
||||||
fullName: TinyLife.Skills.FoodType.FoodIntolerance
|
fullName: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Skills.FoodType
|
- uid: TinyLife.Skills.FoodType
|
||||||
name: FoodType
|
name: FoodType
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Skills.FoodType
|
- uid: TinyLife.Skills.FoodType
|
||||||
name: FoodType
|
name: FoodType
|
||||||
href: TinyLife.Skills.FoodType.html
|
href: TinyLife.Skills.FoodType.html
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Skills.FoodType.FoodIntolerance
|
- uid: TinyLife.Skills.FoodType.FoodRestriction
|
||||||
name: FoodIntolerance
|
name: FoodRestriction
|
||||||
href: TinyLife.Skills.FoodType.FoodIntolerance.html
|
href: TinyLife.Skills.FoodType.FoodRestriction.html
|
||||||
- uid: TinyLife.Skills.PaintingType
|
- uid: TinyLife.Skills.PaintingType
|
||||||
commentId: T:TinyLife.Skills.PaintingType
|
commentId: T:TinyLife.Skills.PaintingType
|
||||||
parent: TinyLife.Skills
|
parent: TinyLife.Skills
|
||||||
|
|
620
docs/api/TinyLife.Tools.CanPlaceResult.yml
Normal file
620
docs/api/TinyLife.Tools.CanPlaceResult.yml
Normal file
|
@ -0,0 +1,620 @@
|
||||||
|
### YamlMime:ManagedReference
|
||||||
|
items:
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
id: CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
children:
|
||||||
|
- TinyLife.Tools.CanPlaceResult.AreaTooLarge
|
||||||
|
- TinyLife.Tools.CanPlaceResult.DisallowedOnGround
|
||||||
|
- TinyLife.Tools.CanPlaceResult.MiscInvalid
|
||||||
|
- TinyLife.Tools.CanPlaceResult.NotEnoughMoney
|
||||||
|
- TinyLife.Tools.CanPlaceResult.NotOnLot
|
||||||
|
- TinyLife.Tools.CanPlaceResult.ObjectInTheWay
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresNaturalGround
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresRoofBelow
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresTileBelow
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresWall
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RequiresWater
|
||||||
|
- TinyLife.Tools.CanPlaceResult.RoofInTheWay
|
||||||
|
- TinyLife.Tools.CanPlaceResult.StairsInTheWay
|
||||||
|
- TinyLife.Tools.CanPlaceResult.Valid
|
||||||
|
- TinyLife.Tools.CanPlaceResult.WallInTheWay
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
|
type: Enum
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlaceResult
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 409
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: public enum CanPlaceResult
|
||||||
|
content.vb: Public Enum CanPlaceResult
|
||||||
|
extensionMethods:
|
||||||
|
- TinyLife.Tools.CanPlaceResult.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.Valid
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.Valid
|
||||||
|
id: Valid
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: Valid
|
||||||
|
nameWithType: CanPlaceResult.Valid
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.Valid
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: Valid
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 411
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: Valid = 0
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.MiscInvalid
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.MiscInvalid
|
||||||
|
id: MiscInvalid
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: MiscInvalid
|
||||||
|
nameWithType: CanPlaceResult.MiscInvalid
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.MiscInvalid
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: MiscInvalid
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 412
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: MiscInvalid = 1
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.NotEnoughMoney
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.NotEnoughMoney
|
||||||
|
id: NotEnoughMoney
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotEnoughMoney
|
||||||
|
nameWithType: CanPlaceResult.NotEnoughMoney
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.NotEnoughMoney
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotEnoughMoney
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 413
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: NotEnoughMoney = 2
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.DisallowedOnGround
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.DisallowedOnGround
|
||||||
|
id: DisallowedOnGround
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: DisallowedOnGround
|
||||||
|
nameWithType: CanPlaceResult.DisallowedOnGround
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.DisallowedOnGround
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: DisallowedOnGround
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 414
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: DisallowedOnGround = 3
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.WallInTheWay
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.WallInTheWay
|
||||||
|
id: WallInTheWay
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: WallInTheWay
|
||||||
|
nameWithType: CanPlaceResult.WallInTheWay
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.WallInTheWay
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: WallInTheWay
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 415
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: WallInTheWay = 4
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RoofInTheWay
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RoofInTheWay
|
||||||
|
id: RoofInTheWay
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RoofInTheWay
|
||||||
|
nameWithType: CanPlaceResult.RoofInTheWay
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RoofInTheWay
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RoofInTheWay
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 416
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RoofInTheWay = 5
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.StairsInTheWay
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.StairsInTheWay
|
||||||
|
id: StairsInTheWay
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: StairsInTheWay
|
||||||
|
nameWithType: CanPlaceResult.StairsInTheWay
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.StairsInTheWay
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: StairsInTheWay
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 417
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: StairsInTheWay = 6
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.ObjectInTheWay
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.ObjectInTheWay
|
||||||
|
id: ObjectInTheWay
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ObjectInTheWay
|
||||||
|
nameWithType: CanPlaceResult.ObjectInTheWay
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.ObjectInTheWay
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ObjectInTheWay
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 418
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: ObjectInTheWay = 7
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresWall
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresWall
|
||||||
|
id: RequiresWall
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresWall
|
||||||
|
nameWithType: CanPlaceResult.RequiresWall
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresWall
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresWall
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 419
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresWall = 8
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening
|
||||||
|
id: RequiresWallNoOpening
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresWallNoOpening
|
||||||
|
nameWithType: CanPlaceResult.RequiresWallNoOpening
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresWallNoOpening
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresWallNoOpening
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 420
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresWallNoOpening = 9
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.NotOnLot
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.NotOnLot
|
||||||
|
id: NotOnLot
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: NotOnLot
|
||||||
|
nameWithType: CanPlaceResult.NotOnLot
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.NotOnLot
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: NotOnLot
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 421
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: NotOnLot = 10
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove
|
||||||
|
id: RequiresCeilingAbove
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresCeilingAbove
|
||||||
|
nameWithType: CanPlaceResult.RequiresCeilingAbove
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresCeilingAbove
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresCeilingAbove
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 422
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresCeilingAbove = 11
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresRoofBelow
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresRoofBelow
|
||||||
|
id: RequiresRoofBelow
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresRoofBelow
|
||||||
|
nameWithType: CanPlaceResult.RequiresRoofBelow
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresRoofBelow
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresRoofBelow
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 423
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresRoofBelow = 12
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresTileBelow
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresTileBelow
|
||||||
|
id: RequiresTileBelow
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresTileBelow
|
||||||
|
nameWithType: CanPlaceResult.RequiresTileBelow
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresTileBelow
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresTileBelow
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 424
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresTileBelow = 13
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresWater
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresWater
|
||||||
|
id: RequiresWater
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresWater
|
||||||
|
nameWithType: CanPlaceResult.RequiresWater
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresWater
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresWater
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 425
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresWater = 14
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.RequiresNaturalGround
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.RequiresNaturalGround
|
||||||
|
id: RequiresNaturalGround
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: RequiresNaturalGround
|
||||||
|
nameWithType: CanPlaceResult.RequiresNaturalGround
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.RequiresNaturalGround
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: RequiresNaturalGround
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 426
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: RequiresNaturalGround = 15
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.AreaTooLarge
|
||||||
|
commentId: F:TinyLife.Tools.CanPlaceResult.AreaTooLarge
|
||||||
|
id: AreaTooLarge
|
||||||
|
parent: TinyLife.Tools.CanPlaceResult
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: AreaTooLarge
|
||||||
|
nameWithType: CanPlaceResult.AreaTooLarge
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult.AreaTooLarge
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/Tool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: AreaTooLarge
|
||||||
|
path: ../TinyLife/Tools/Tool.cs
|
||||||
|
startLine: 427
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: AreaTooLarge = 16
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
references:
|
||||||
|
- uid: TinyLife.Tools
|
||||||
|
commentId: N:TinyLife.Tools
|
||||||
|
href: TinyLife.html
|
||||||
|
name: TinyLife.Tools
|
||||||
|
nameWithType: TinyLife.Tools
|
||||||
|
fullName: TinyLife.Tools
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Tools
|
||||||
|
name: Tools
|
||||||
|
href: TinyLife.Tools.html
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
href: TinyLife.html
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Tools
|
||||||
|
name: Tools
|
||||||
|
href: TinyLife.Tools.html
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult.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<CanPlaceResult>(CanPlaceResult)
|
||||||
|
nameWithType: Extensions.JsonCopy<CanPlaceResult>(CanPlaceResult)
|
||||||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.CanPlaceResult>(TinyLife.Tools.CanPlaceResult)
|
||||||
|
nameWithType.vb: Extensions.JsonCopy(Of CanPlaceResult)(CanPlaceResult)
|
||||||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.CanPlaceResult)(TinyLife.Tools.CanPlaceResult)
|
||||||
|
name.vb: JsonCopy(Of CanPlaceResult)(CanPlaceResult)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.CanPlaceResult)
|
||||||
|
name: JsonCopy
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||||
|
- name: <
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
name: CanPlaceResult
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
- name: '>'
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
name: CanPlaceResult
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Tools.CanPlaceResult)
|
||||||
|
name: JsonCopy
|
||||||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||||||
|
- name: (
|
||||||
|
- name: Of
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
name: CanPlaceResult
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
- name: )
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
name: CanPlaceResult
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
- name: )
|
||||||
|
- 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.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
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
|
@ -6,12 +6,13 @@ items:
|
||||||
parent: TinyLife.Tools
|
parent: TinyLife.Tools
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.FenceTool.#ctor
|
- TinyLife.Tools.FenceTool.#ctor
|
||||||
|
- TinyLife.Tools.FenceTool.CanPlaceForTooltip
|
||||||
- TinyLife.Tools.FenceTool.CanUndoRedo
|
- TinyLife.Tools.FenceTool.CanUndoRedo
|
||||||
- TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.FenceTool.GetMouseCursor
|
- TinyLife.Tools.FenceTool.GetMouseCursor
|
||||||
- TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- TinyLife.Tools.FenceTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
- TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.FenceTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -112,16 +113,16 @@ items:
|
||||||
nameWithType.vb: FenceTool.New()
|
nameWithType.vb: FenceTool.New()
|
||||||
fullName.vb: TinyLife.Tools.FenceTool.New()
|
fullName.vb: TinyLife.Tools.FenceTool.New()
|
||||||
name.vb: New()
|
name.vb: New()
|
||||||
- uid: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.FenceTool
|
parent: TinyLife.Tools.FenceTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: FenceTool.Update(GameTime)
|
nameWithType: FenceTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -140,24 +141,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.FenceTool.Update*
|
overload: TinyLife.Tools.FenceTool.Update*
|
||||||
- uid: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: FenceTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.FenceTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.FenceTool
|
parent: TinyLife.Tools.FenceTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: FenceTool.Draw(GameTime, SpriteBatch)
|
nameWithType: FenceTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -166,19 +172,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Tools/FenceTool.cs
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
startLine: 58
|
startLine: 60
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -186,9 +190,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.FenceTool.Draw*
|
overload: TinyLife.Tools.FenceTool.Draw*
|
||||||
|
nameWithType.vb: FenceTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.FenceTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.FenceTool.GetMouseCursor
|
- uid: TinyLife.Tools.FenceTool.GetMouseCursor
|
||||||
commentId: M:TinyLife.Tools.FenceTool.GetMouseCursor
|
commentId: M:TinyLife.Tools.FenceTool.GetMouseCursor
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
|
@ -207,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
path: ../TinyLife/Tools/FenceTool.cs
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
startLine: 70
|
startLine: 74
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -224,6 +233,36 @@ items:
|
||||||
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
||||||
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
||||||
overload: TinyLife.Tools.FenceTool.GetMouseCursor*
|
overload: TinyLife.Tools.FenceTool.GetMouseCursor*
|
||||||
|
- uid: TinyLife.Tools.FenceTool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.FenceTool.CanPlaceForTooltip
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.FenceTool
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: FenceTool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.FenceTool.CanPlaceForTooltip()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/FenceTool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
|
startLine: 78
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override CanPlaceResult CanPlaceForTooltip()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Overrides Function CanPlaceForTooltip() As CanPlaceResult
|
||||||
|
overridden: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
overload: TinyLife.Tools.FenceTool.CanPlaceForTooltip*
|
||||||
- uid: TinyLife.Tools.FenceTool.CanUndoRedo
|
- uid: TinyLife.Tools.FenceTool.CanUndoRedo
|
||||||
commentId: M:TinyLife.Tools.FenceTool.CanUndoRedo
|
commentId: M:TinyLife.Tools.FenceTool.CanUndoRedo
|
||||||
id: CanUndoRedo
|
id: CanUndoRedo
|
||||||
|
@ -242,7 +281,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanUndoRedo
|
id: CanUndoRedo
|
||||||
path: ../TinyLife/Tools/FenceTool.cs
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
startLine: 75
|
startLine: 85
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -274,7 +313,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldHighlightSelectedObject
|
id: ShouldHighlightSelectedObject
|
||||||
path: ../TinyLife/Tools/FenceTool.cs
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
startLine: 80
|
startLine: 90
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -316,7 +355,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitBuildModeUi
|
id: InitBuildModeUi
|
||||||
path: ../TinyLife/Tools/FenceTool.cs
|
path: ../TinyLife/Tools/FenceTool.cs
|
||||||
startLine: 85
|
startLine: 95
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -1323,35 +1362,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.FenceTool.Update*
|
- uid: TinyLife.Tools.FenceTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.FenceTool.Update
|
commentId: Overload:TinyLife.Tools.FenceTool.Update
|
||||||
href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: FenceTool.Update
|
nameWithType: FenceTool.Update
|
||||||
fullName: TinyLife.Tools.FenceTool.Update
|
fullName: TinyLife.Tools.FenceTool.Update
|
||||||
|
@ -1362,6 +1416,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1392,18 +1457,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1413,11 +1481,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1427,10 +1501,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.FenceTool.Draw*
|
- uid: TinyLife.Tools.FenceTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.FenceTool.Draw
|
commentId: Overload:TinyLife.Tools.FenceTool.Draw
|
||||||
href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: FenceTool.Draw
|
nameWithType: FenceTool.Draw
|
||||||
fullName: TinyLife.Tools.FenceTool.Draw
|
fullName: TinyLife.Tools.FenceTool.Draw
|
||||||
|
@ -1539,6 +1619,38 @@ references:
|
||||||
- uid: TinyLife.Uis
|
- uid: TinyLife.Uis
|
||||||
name: Uis
|
name: Uis
|
||||||
href: TinyLife.Uis.html
|
href: TinyLife.Uis.html
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.FenceTool.CanPlaceForTooltip*
|
||||||
|
commentId: Overload:TinyLife.Tools.FenceTool.CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.FenceTool.html#TinyLife_Tools_FenceTool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
nameWithType: FenceTool.CanPlaceForTooltip
|
||||||
|
fullName: TinyLife.Tools.FenceTool.CanPlaceForTooltip
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
- uid: TinyLife.Tools.UndoRedoStack.Undo
|
- uid: TinyLife.Tools.UndoRedoStack.Undo
|
||||||
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
||||||
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
||||||
|
@ -1600,17 +1712,6 @@ references:
|
||||||
name: CanUndoRedo
|
name: CanUndoRedo
|
||||||
nameWithType: FenceTool.CanUndoRedo
|
nameWithType: FenceTool.CanUndoRedo
|
||||||
fullName: TinyLife.Tools.FenceTool.CanUndoRedo
|
fullName: TinyLife.Tools.FenceTool.CanUndoRedo
|
||||||
- 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.GameImpl.IsCursorOnUi
|
- uid: TinyLife.GameImpl.IsCursorOnUi
|
||||||
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCustomPriceDelegate
|
id: GetCustomPriceDelegate
|
||||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
startLine: 455
|
startLine: 461
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
|
|
@ -6,7 +6,9 @@ items:
|
||||||
parent: TinyLife.Tools
|
parent: TinyLife.Tools
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
|
- TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture,TinyLife.Tools.UndoableAction})
|
||||||
|
- TinyLife.Tools.FurniturePlacer.CanPlace
|
||||||
- TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.FurniturePlacer.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||||
|
- TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
- TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
- TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
||||||
- TinyLife.Tools.FurniturePlacer.GetMouseCursor
|
- TinyLife.Tools.FurniturePlacer.GetMouseCursor
|
||||||
- TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
|
- TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
|
||||||
|
@ -240,7 +242,7 @@ items:
|
||||||
summary: >-
|
summary: >-
|
||||||
Updates this furniture placer.
|
Updates this furniture placer.
|
||||||
|
|
||||||
This should be called in <xref href="TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)" data-throw-if-not-resolved="false"></xref> each frame.
|
This should be called in <xref href="TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> each frame.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void Update()
|
content: public void Update()
|
||||||
|
@ -356,6 +358,34 @@ items:
|
||||||
description: The cursor type
|
description: The cursor type
|
||||||
content.vb: Public Function GetMouseCursor() As CursorType
|
content.vb: Public Function GetMouseCursor() As CursorType
|
||||||
overload: TinyLife.Tools.FurniturePlacer.GetMouseCursor*
|
overload: TinyLife.Tools.FurniturePlacer.GetMouseCursor*
|
||||||
|
- uid: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
|
commentId: M:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
|
id: GetCurrentCanPlaceResult
|
||||||
|
parent: TinyLife.Tools.FurniturePlacer
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: GetCurrentCanPlaceResult()
|
||||||
|
nameWithType: FurniturePlacer.GetCurrentCanPlaceResult()
|
||||||
|
fullName: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/FurniturePlacer.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: GetCurrentCanPlaceResult
|
||||||
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
|
startLine: 195
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: public CanPlaceResult GetCurrentCanPlaceResult()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Function GetCurrentCanPlaceResult() As CanPlaceResult
|
||||||
|
overload: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult*
|
||||||
- uid: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
- uid: TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
commentId: M:TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
||||||
id: SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
id: SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)
|
||||||
|
@ -374,7 +404,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectFurniture
|
id: SelectFurniture
|
||||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
startLine: 205
|
startLine: 209
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -427,7 +457,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnselectFurniture
|
id: UnselectFurniture
|
||||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
startLine: 223
|
startLine: 227
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -437,6 +467,34 @@ items:
|
||||||
content: public void UnselectFurniture()
|
content: public void UnselectFurniture()
|
||||||
content.vb: Public Sub UnselectFurniture()
|
content.vb: Public Sub UnselectFurniture()
|
||||||
overload: TinyLife.Tools.FurniturePlacer.UnselectFurniture*
|
overload: TinyLife.Tools.FurniturePlacer.UnselectFurniture*
|
||||||
|
- uid: TinyLife.Tools.FurniturePlacer.CanPlace
|
||||||
|
commentId: M:TinyLife.Tools.FurniturePlacer.CanPlace
|
||||||
|
id: CanPlace
|
||||||
|
parent: TinyLife.Tools.FurniturePlacer
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlace()
|
||||||
|
nameWithType: FurniturePlacer.CanPlace()
|
||||||
|
fullName: TinyLife.Tools.FurniturePlacer.CanPlace()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/FurniturePlacer.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlace
|
||||||
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
|
startLine: 231
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
syntax:
|
||||||
|
content: public CanPlaceResult CanPlace()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Function CanPlace() As CanPlaceResult
|
||||||
|
overload: TinyLife.Tools.FurniturePlacer.CanPlace*
|
||||||
- uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
- uid: TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
||||||
commentId: M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
commentId: M:TinyLife.Tools.FurniturePlacer.GetCustomPrice(TinyLife.Objects.Furniture)
|
||||||
id: GetCustomPrice(TinyLife.Objects.Furniture)
|
id: GetCustomPrice(TinyLife.Objects.Furniture)
|
||||||
|
@ -455,7 +513,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCustomPrice
|
id: GetCustomPrice
|
||||||
path: ../TinyLife/Tools/FurniturePlacer.cs
|
path: ../TinyLife/Tools/FurniturePlacer.cs
|
||||||
startLine: 424
|
startLine: 430
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -1065,31 +1123,46 @@ references:
|
||||||
- name: " "
|
- name: " "
|
||||||
- name: T2
|
- name: T2
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.FurniturePlacer.Update*
|
- uid: TinyLife.Tools.FurniturePlacer.Update*
|
||||||
commentId: Overload:TinyLife.Tools.FurniturePlacer.Update
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.Update
|
||||||
|
@ -1295,6 +1368,19 @@ references:
|
||||||
- uid: TinyLife.Uis
|
- uid: TinyLife.Uis
|
||||||
name: Uis
|
name: Uis
|
||||||
href: TinyLife.Uis.html
|
href: TinyLife.Uis.html
|
||||||
|
- uid: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult*
|
||||||
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
|
href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_GetCurrentCanPlaceResult
|
||||||
|
name: GetCurrentCanPlaceResult
|
||||||
|
nameWithType: FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.FurniturePlacer.GetCurrentCanPlaceResult
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
- uid: TinyLife.Tools.FurniturePlacer.SelectFurniture*
|
- uid: TinyLife.Tools.FurniturePlacer.SelectFurniture*
|
||||||
commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.SelectFurniture
|
||||||
href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectFurniture_TinyLife_Objects_FurnitureType_TinyLife_Objects_Furniture_System_Action_TinyLife_Objects_Furniture__MLEM_Misc_Direction2_System_Int32___System_Boolean_
|
href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_SelectFurniture_TinyLife_Objects_FurnitureType_TinyLife_Objects_Furniture_System_Action_TinyLife_Objects_Furniture__MLEM_Misc_Direction2_System_Int32___System_Boolean_
|
||||||
|
@ -1397,6 +1483,12 @@ references:
|
||||||
name: UnselectFurniture
|
name: UnselectFurniture
|
||||||
nameWithType: FurniturePlacer.UnselectFurniture
|
nameWithType: FurniturePlacer.UnselectFurniture
|
||||||
fullName: TinyLife.Tools.FurniturePlacer.UnselectFurniture
|
fullName: TinyLife.Tools.FurniturePlacer.UnselectFurniture
|
||||||
|
- uid: TinyLife.Tools.FurniturePlacer.CanPlace*
|
||||||
|
commentId: Overload:TinyLife.Tools.FurniturePlacer.CanPlace
|
||||||
|
href: TinyLife.Tools.FurniturePlacer.html#TinyLife_Tools_FurniturePlacer_CanPlace
|
||||||
|
name: CanPlace
|
||||||
|
nameWithType: FurniturePlacer.CanPlace
|
||||||
|
fullName: TinyLife.Tools.FurniturePlacer.CanPlace
|
||||||
- uid: TinyLife.GameImpl.CurrentHousehold
|
- uid: TinyLife.GameImpl.CurrentHousehold
|
||||||
commentId: P:TinyLife.GameImpl.CurrentHousehold
|
commentId: P:TinyLife.GameImpl.CurrentHousehold
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold
|
||||||
|
|
|
@ -32,7 +32,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tab
|
id: Tab
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 165
|
startLine: 174
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -71,7 +71,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: All
|
id: All
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 169
|
startLine: 178
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -97,7 +97,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LivingRoom
|
id: LivingRoom
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 170
|
startLine: 179
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Kitchen
|
id: Kitchen
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 171
|
startLine: 180
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -149,7 +149,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bathroom
|
id: Bathroom
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 172
|
startLine: 181
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -175,7 +175,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DiningRoom
|
id: DiningRoom
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 173
|
startLine: 182
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bedroom
|
id: Bedroom
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 174
|
startLine: 183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -227,7 +227,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Office
|
id: Office
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 175
|
startLine: 184
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -253,7 +253,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: KidsRoom
|
id: KidsRoom
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 176
|
startLine: 185
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -279,7 +279,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Decoration
|
id: Decoration
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 177
|
startLine: 186
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -305,7 +305,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Outside
|
id: Outside
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 178
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Lighting
|
id: Lighting
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 179
|
startLine: 188
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Other
|
id: Other
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 180
|
startLine: 189
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -383,7 +383,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Debug
|
id: Debug
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 181
|
startLine: 190
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
|
|
@ -6,12 +6,13 @@ items:
|
||||||
parent: TinyLife.Tools
|
parent: TinyLife.Tools
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.FurnitureTool.#ctor
|
- TinyLife.Tools.FurnitureTool.#ctor
|
||||||
|
- TinyLife.Tools.FurnitureTool.CanPlaceForTooltip
|
||||||
- TinyLife.Tools.FurnitureTool.Closed
|
- TinyLife.Tools.FurnitureTool.Closed
|
||||||
- TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.FurnitureTool.GetMouseCursor
|
- TinyLife.Tools.FurnitureTool.GetMouseCursor
|
||||||
- TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
- TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -112,16 +113,16 @@ items:
|
||||||
nameWithType.vb: FurnitureTool.New()
|
nameWithType.vb: FurnitureTool.New()
|
||||||
fullName.vb: TinyLife.Tools.FurnitureTool.New()
|
fullName.vb: TinyLife.Tools.FurnitureTool.New()
|
||||||
name.vb: New()
|
name.vb: New()
|
||||||
- uid: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.FurnitureTool
|
parent: TinyLife.Tools.FurnitureTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: FurnitureTool.Update(GameTime)
|
nameWithType: FurnitureTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -140,24 +141,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.FurnitureTool.Update*
|
overload: TinyLife.Tools.FurnitureTool.Update*
|
||||||
- uid: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: FurnitureTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.FurnitureTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.FurnitureTool
|
parent: TinyLife.Tools.FurnitureTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: FurnitureTool.Draw(GameTime, SpriteBatch)
|
nameWithType: FurnitureTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -166,19 +172,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 49
|
startLine: 51
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -186,9 +190,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.FurnitureTool.Draw*
|
overload: TinyLife.Tools.FurnitureTool.Draw*
|
||||||
|
nameWithType.vb: FurnitureTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.FurnitureTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- uid: TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
commentId: M:TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
commentId: M:TinyLife.Tools.FurnitureTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
|
@ -207,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitBuildModeUi
|
id: InitBuildModeUi
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 55
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -246,7 +255,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Closed
|
id: Closed
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 103
|
startLine: 107
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -278,7 +287,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 111
|
startLine: 115
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -295,6 +304,36 @@ items:
|
||||||
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
||||||
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
||||||
overload: TinyLife.Tools.FurnitureTool.GetMouseCursor*
|
overload: TinyLife.Tools.FurnitureTool.GetMouseCursor*
|
||||||
|
- uid: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.FurnitureTool.CanPlaceForTooltip
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.FurnitureTool
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: FurnitureTool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/FurnitureTool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
|
startLine: 120
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override CanPlaceResult CanPlaceForTooltip()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Overrides Function CanPlaceForTooltip() As CanPlaceResult
|
||||||
|
overridden: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
overload: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip*
|
||||||
- uid: TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
- uid: TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
commentId: M:TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
commentId: M:TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
id: ShouldHighlightSelectedObject(System.Object)
|
id: ShouldHighlightSelectedObject(System.Object)
|
||||||
|
@ -313,7 +352,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldHighlightSelectedObject
|
id: ShouldHighlightSelectedObject
|
||||||
path: ../TinyLife/Tools/FurnitureTool.cs
|
path: ../TinyLife/Tools/FurnitureTool.cs
|
||||||
startLine: 116
|
startLine: 125
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -1323,35 +1362,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.FurnitureTool.Update*
|
- uid: TinyLife.Tools.FurnitureTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.FurnitureTool.Update
|
commentId: Overload:TinyLife.Tools.FurnitureTool.Update
|
||||||
href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: FurnitureTool.Update
|
nameWithType: FurnitureTool.Update
|
||||||
fullName: TinyLife.Tools.FurnitureTool.Update
|
fullName: TinyLife.Tools.FurnitureTool.Update
|
||||||
|
@ -1362,6 +1416,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1392,18 +1457,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1413,11 +1481,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1427,10 +1501,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.FurnitureTool.Draw*
|
- uid: TinyLife.Tools.FurnitureTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.FurnitureTool.Draw
|
commentId: Overload:TinyLife.Tools.FurnitureTool.Draw
|
||||||
href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: FurnitureTool.Draw
|
nameWithType: FurnitureTool.Draw
|
||||||
fullName: TinyLife.Tools.FurnitureTool.Draw
|
fullName: TinyLife.Tools.FurnitureTool.Draw
|
||||||
|
@ -1643,6 +1723,38 @@ references:
|
||||||
- uid: TinyLife.Uis
|
- uid: TinyLife.Uis
|
||||||
name: Uis
|
name: Uis
|
||||||
href: TinyLife.Uis.html
|
href: TinyLife.Uis.html
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip*
|
||||||
|
commentId: Overload:TinyLife.Tools.FurnitureTool.CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.FurnitureTool.html#TinyLife_Tools_FurnitureTool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
nameWithType: FurnitureTool.CanPlaceForTooltip
|
||||||
|
fullName: TinyLife.Tools.FurnitureTool.CanPlaceForTooltip
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
- uid: TinyLife.GameImpl.IsCursorOnUi
|
- uid: TinyLife.GameImpl.IsCursorOnUi
|
||||||
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
||||||
|
@ -1712,17 +1824,6 @@ references:
|
||||||
name: ShouldHighlightSelectedObject
|
name: ShouldHighlightSelectedObject
|
||||||
nameWithType: FurnitureTool.ShouldHighlightSelectedObject
|
nameWithType: FurnitureTool.ShouldHighlightSelectedObject
|
||||||
fullName: TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject
|
fullName: TinyLife.Tools.FurnitureTool.ShouldHighlightSelectedObject
|
||||||
- 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
|
- uid: TinyLife.Objects
|
||||||
commentId: N:TinyLife.Objects
|
commentId: N:TinyLife.Objects
|
||||||
href: TinyLife.html
|
href: TinyLife.html
|
||||||
|
|
|
@ -7,10 +7,10 @@ items:
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.LotTool.#ctor
|
- TinyLife.Tools.LotTool.#ctor
|
||||||
- TinyLife.Tools.LotTool.CanUndoRedo
|
- TinyLife.Tools.LotTool.CanUndoRedo
|
||||||
- TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
- TinyLife.Tools.LotTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
||||||
- TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.LotTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -68,6 +68,7 @@ items:
|
||||||
- TinyLife.Tools.Tool.Opened
|
- TinyLife.Tools.Tool.Opened
|
||||||
- TinyLife.Tools.Tool.Closed
|
- TinyLife.Tools.Tool.Closed
|
||||||
- TinyLife.Tools.Tool.GetMouseCursor
|
- TinyLife.Tools.Tool.GetMouseCursor
|
||||||
|
- TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
- TinyLife.Tools.Tool.CanSwitchGameModes
|
- TinyLife.Tools.Tool.CanSwitchGameModes
|
||||||
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
||||||
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
|
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
|
||||||
|
@ -112,16 +113,16 @@ items:
|
||||||
nameWithType.vb: LotTool.New()
|
nameWithType.vb: LotTool.New()
|
||||||
fullName.vb: TinyLife.Tools.LotTool.New()
|
fullName.vb: TinyLife.Tools.LotTool.New()
|
||||||
name.vb: New()
|
name.vb: New()
|
||||||
- uid: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.LotTool
|
parent: TinyLife.Tools.LotTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: LotTool.Update(GameTime)
|
nameWithType: LotTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -140,24 +141,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.LotTool.Update*
|
overload: TinyLife.Tools.LotTool.Update*
|
||||||
- uid: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: LotTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.LotTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.LotTool
|
parent: TinyLife.Tools.LotTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: LotTool.Draw(GameTime, SpriteBatch)
|
nameWithType: LotTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -166,19 +172,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Tools/LotTool.cs
|
path: ../TinyLife/Tools/LotTool.cs
|
||||||
startLine: 43
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -186,9 +190,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.LotTool.Draw*
|
overload: TinyLife.Tools.LotTool.Draw*
|
||||||
|
nameWithType.vb: LotTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.LotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.LotTool.CanUndoRedo
|
- uid: TinyLife.Tools.LotTool.CanUndoRedo
|
||||||
commentId: M:TinyLife.Tools.LotTool.CanUndoRedo
|
commentId: M:TinyLife.Tools.LotTool.CanUndoRedo
|
||||||
id: CanUndoRedo
|
id: CanUndoRedo
|
||||||
|
@ -207,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanUndoRedo
|
id: CanUndoRedo
|
||||||
path: ../TinyLife/Tools/LotTool.cs
|
path: ../TinyLife/Tools/LotTool.cs
|
||||||
startLine: 50
|
startLine: 54
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -239,7 +248,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldHighlightSelectedObject
|
id: ShouldHighlightSelectedObject
|
||||||
path: ../TinyLife/Tools/LotTool.cs
|
path: ../TinyLife/Tools/LotTool.cs
|
||||||
startLine: 55
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -281,7 +290,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnButtonCreated
|
id: OnButtonCreated
|
||||||
path: ../TinyLife/Tools/LotTool.cs
|
path: ../TinyLife/Tools/LotTool.cs
|
||||||
startLine: 60
|
startLine: 64
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -591,6 +600,25 @@ references:
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_GetMouseCursor
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
|
- uid: TinyLife.Tools.Tool.CanSwitchGameModes
|
||||||
commentId: M:TinyLife.Tools.Tool.CanSwitchGameModes
|
commentId: M:TinyLife.Tools.Tool.CanSwitchGameModes
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
|
@ -1311,35 +1339,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.LotTool.Update*
|
- uid: TinyLife.Tools.LotTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.LotTool.Update
|
commentId: Overload:TinyLife.Tools.LotTool.Update
|
||||||
href: TinyLife.Tools.LotTool.html#TinyLife_Tools_LotTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.LotTool.html#TinyLife_Tools_LotTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: LotTool.Update
|
nameWithType: LotTool.Update
|
||||||
fullName: TinyLife.Tools.LotTool.Update
|
fullName: TinyLife.Tools.LotTool.Update
|
||||||
|
@ -1350,6 +1393,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1380,18 +1434,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1401,11 +1458,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1415,10 +1478,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.LotTool.Draw*
|
- uid: TinyLife.Tools.LotTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.LotTool.Draw
|
commentId: Overload:TinyLife.Tools.LotTool.Draw
|
||||||
href: TinyLife.Tools.LotTool.html#TinyLife_Tools_LotTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.LotTool.html#TinyLife_Tools_LotTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: LotTool.Draw
|
nameWithType: LotTool.Draw
|
||||||
fullName: TinyLife.Tools.LotTool.Draw
|
fullName: TinyLife.Tools.LotTool.Draw
|
||||||
|
@ -1528,17 +1597,6 @@ references:
|
||||||
name: CanUndoRedo
|
name: CanUndoRedo
|
||||||
nameWithType: LotTool.CanUndoRedo
|
nameWithType: LotTool.CanUndoRedo
|
||||||
fullName: TinyLife.Tools.LotTool.CanUndoRedo
|
fullName: TinyLife.Tools.LotTool.CanUndoRedo
|
||||||
- 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.GameImpl.IsCursorOnUi
|
- uid: TinyLife.GameImpl.IsCursorOnUi
|
||||||
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
||||||
|
|
|
@ -9,11 +9,11 @@ items:
|
||||||
- TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
- TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
||||||
- TinyLife.Tools.MoveLotTool.CanUndoRedo
|
- TinyLife.Tools.MoveLotTool.CanUndoRedo
|
||||||
- TinyLife.Tools.MoveLotTool.Closed
|
- TinyLife.Tools.MoveLotTool.Closed
|
||||||
- TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.MoveLotTool.GetMouseCursor
|
- TinyLife.Tools.MoveLotTool.GetMouseCursor
|
||||||
- TinyLife.Tools.MoveLotTool.Opened
|
- TinyLife.Tools.MoveLotTool.Opened
|
||||||
- TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.MoveLotTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -68,6 +68,7 @@ items:
|
||||||
- TinyLife.Tools.Tool.DisplayAsTab
|
- TinyLife.Tools.Tool.DisplayAsTab
|
||||||
- TinyLife.Tools.Tool.MousePos
|
- TinyLife.Tools.Tool.MousePos
|
||||||
- TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
|
- TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
- TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
||||||
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Tools.Tool.IsOnLot(Microsoft.Xna.Framework.Point)
|
||||||
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
|
- TinyLife.Tools.Tool.ColorSelection(TinyLife.Utilities.ColorScheme[],System.Action{System.Int32,System.Int32},System.Func{System.Int32,System.Int32,System.Boolean})
|
||||||
|
@ -176,16 +177,16 @@ items:
|
||||||
content.vb: Public Overrides Sub Closed()
|
content.vb: Public Overrides Sub Closed()
|
||||||
overridden: TinyLife.Tools.Tool.Closed
|
overridden: TinyLife.Tools.Tool.Closed
|
||||||
overload: TinyLife.Tools.MoveLotTool.Closed*
|
overload: TinyLife.Tools.MoveLotTool.Closed*
|
||||||
- uid: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.MoveLotTool
|
parent: TinyLife.Tools.MoveLotTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: MoveLotTool.Update(GameTime)
|
nameWithType: MoveLotTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -204,24 +205,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.MoveLotTool.Update*
|
overload: TinyLife.Tools.MoveLotTool.Update*
|
||||||
- uid: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: MoveLotTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.MoveLotTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.MoveLotTool
|
parent: TinyLife.Tools.MoveLotTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: MoveLotTool.Draw(GameTime, SpriteBatch)
|
nameWithType: MoveLotTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -237,12 +243,10 @@ items:
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -250,9 +254,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.MoveLotTool.Draw*
|
overload: TinyLife.Tools.MoveLotTool.Draw*
|
||||||
|
nameWithType.vb: MoveLotTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.MoveLotTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
- uid: TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
||||||
commentId: M:TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
commentId: M:TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
|
@ -632,6 +641,25 @@ references:
|
||||||
name: Panel
|
name: Panel
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
- uid: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
- uid: TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
||||||
commentId: M:TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
commentId: M:TinyLife.Tools.Tool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
|
@ -1409,35 +1437,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.MoveLotTool.Update*
|
- uid: TinyLife.Tools.MoveLotTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.MoveLotTool.Update
|
commentId: Overload:TinyLife.Tools.MoveLotTool.Update
|
||||||
href: TinyLife.Tools.MoveLotTool.html#TinyLife_Tools_MoveLotTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.MoveLotTool.html#TinyLife_Tools_MoveLotTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: MoveLotTool.Update
|
nameWithType: MoveLotTool.Update
|
||||||
fullName: TinyLife.Tools.MoveLotTool.Update
|
fullName: TinyLife.Tools.MoveLotTool.Update
|
||||||
|
@ -1448,6 +1491,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1478,18 +1532,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1499,11 +1556,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1513,10 +1576,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.MoveLotTool.Draw*
|
- uid: TinyLife.Tools.MoveLotTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.MoveLotTool.Draw
|
commentId: Overload:TinyLife.Tools.MoveLotTool.Draw
|
||||||
href: TinyLife.Tools.MoveLotTool.html#TinyLife_Tools_MoveLotTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.MoveLotTool.html#TinyLife_Tools_MoveLotTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: MoveLotTool.Draw
|
nameWithType: MoveLotTool.Draw
|
||||||
fullName: TinyLife.Tools.MoveLotTool.Draw
|
fullName: TinyLife.Tools.MoveLotTool.Draw
|
||||||
|
@ -1608,17 +1677,6 @@ references:
|
||||||
name: CanSwitchGameModes
|
name: CanSwitchGameModes
|
||||||
nameWithType: MoveLotTool.CanSwitchGameModes
|
nameWithType: MoveLotTool.CanSwitchGameModes
|
||||||
fullName: TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
fullName: TinyLife.Tools.MoveLotTool.CanSwitchGameModes
|
||||||
- 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.Tools.UndoRedoStack.Undo
|
- uid: TinyLife.Tools.UndoRedoStack.Undo
|
||||||
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
||||||
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
||||||
|
|
|
@ -6,17 +6,18 @@ items:
|
||||||
parent: TinyLife.Tools
|
parent: TinyLife.Tools
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.MoveTool.#ctor
|
- TinyLife.Tools.MoveTool.#ctor
|
||||||
|
- TinyLife.Tools.MoveTool.CanPlaceForTooltip
|
||||||
- TinyLife.Tools.MoveTool.CanSwitchGameModes
|
- TinyLife.Tools.MoveTool.CanSwitchGameModes
|
||||||
- TinyLife.Tools.MoveTool.CanUndoRedo
|
- TinyLife.Tools.MoveTool.CanUndoRedo
|
||||||
- TinyLife.Tools.MoveTool.Closed
|
- TinyLife.Tools.MoveTool.Closed
|
||||||
- TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.MoveTool.GetMouseCursor
|
- TinyLife.Tools.MoveTool.GetMouseCursor
|
||||||
- TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
- TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
- TinyLife.Tools.MoveTool.OnButtonCreated(MLEM.Ui.Elements.Button)
|
||||||
- TinyLife.Tools.MoveTool.Opened
|
- TinyLife.Tools.MoveTool.Opened
|
||||||
- TinyLife.Tools.MoveTool.Reload
|
- TinyLife.Tools.MoveTool.Reload
|
||||||
- TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -216,16 +217,16 @@ items:
|
||||||
content.vb: Protected Overrides Sub InitBuildModeUi(content As Panel, zoom As Panel)
|
content.vb: Protected Overrides Sub InitBuildModeUi(content As Panel, zoom As Panel)
|
||||||
overridden: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
overridden: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
overload: TinyLife.Tools.MoveTool.InitBuildModeUi*
|
overload: TinyLife.Tools.MoveTool.InitBuildModeUi*
|
||||||
- uid: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.MoveTool
|
parent: TinyLife.Tools.MoveTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: MoveTool.Update(GameTime)
|
nameWithType: MoveTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -244,24 +245,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.MoveTool.Update*
|
overload: TinyLife.Tools.MoveTool.Update*
|
||||||
- uid: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: MoveTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.MoveTool
|
parent: TinyLife.Tools.MoveTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: MoveTool.Draw(GameTime, SpriteBatch)
|
nameWithType: MoveTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -270,19 +276,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 104
|
startLine: 106
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -290,9 +294,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.MoveTool.Draw*
|
overload: TinyLife.Tools.MoveTool.Draw*
|
||||||
|
nameWithType.vb: MoveTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.MoveTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.MoveTool.GetMouseCursor
|
- uid: TinyLife.Tools.MoveTool.GetMouseCursor
|
||||||
commentId: M:TinyLife.Tools.MoveTool.GetMouseCursor
|
commentId: M:TinyLife.Tools.MoveTool.GetMouseCursor
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
|
@ -311,7 +320,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 110
|
startLine: 114
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -328,6 +337,36 @@ items:
|
||||||
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
||||||
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
||||||
overload: TinyLife.Tools.MoveTool.GetMouseCursor*
|
overload: TinyLife.Tools.MoveTool.GetMouseCursor*
|
||||||
|
- uid: TinyLife.Tools.MoveTool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.MoveTool.CanPlaceForTooltip
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.MoveTool
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: MoveTool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.MoveTool.CanPlaceForTooltip()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/MoveTool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
|
startLine: 119
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override CanPlaceResult CanPlaceForTooltip()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Overrides Function CanPlaceForTooltip() As CanPlaceResult
|
||||||
|
overridden: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
overload: TinyLife.Tools.MoveTool.CanPlaceForTooltip*
|
||||||
- uid: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
- uid: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
||||||
commentId: M:TinyLife.Tools.MoveTool.CanSwitchGameModes
|
commentId: M:TinyLife.Tools.MoveTool.CanSwitchGameModes
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
|
@ -346,7 +385,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 115
|
startLine: 124
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -378,7 +417,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanUndoRedo
|
id: CanUndoRedo
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 121
|
startLine: 130
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -410,7 +449,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldHighlightSelectedObject
|
id: ShouldHighlightSelectedObject
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 126
|
startLine: 135
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -452,7 +491,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnButtonCreated
|
id: OnButtonCreated
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 131
|
startLine: 140
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -485,7 +524,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Reload
|
id: Reload
|
||||||
path: ../TinyLife/Tools/MoveTool.cs
|
path: ../TinyLife/Tools/MoveTool.cs
|
||||||
startLine: 152
|
startLine: 162
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -1527,35 +1566,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.MoveTool.Update*
|
- uid: TinyLife.Tools.MoveTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.MoveTool.Update
|
commentId: Overload:TinyLife.Tools.MoveTool.Update
|
||||||
href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: MoveTool.Update
|
nameWithType: MoveTool.Update
|
||||||
fullName: TinyLife.Tools.MoveTool.Update
|
fullName: TinyLife.Tools.MoveTool.Update
|
||||||
|
@ -1566,6 +1620,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1596,18 +1661,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1617,11 +1685,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1631,10 +1705,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.MoveTool.Draw*
|
- uid: TinyLife.Tools.MoveTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.MoveTool.Draw
|
commentId: Overload:TinyLife.Tools.MoveTool.Draw
|
||||||
href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: MoveTool.Draw
|
nameWithType: MoveTool.Draw
|
||||||
fullName: TinyLife.Tools.MoveTool.Draw
|
fullName: TinyLife.Tools.MoveTool.Draw
|
||||||
|
@ -1743,6 +1823,38 @@ references:
|
||||||
- uid: TinyLife.Uis
|
- uid: TinyLife.Uis
|
||||||
name: Uis
|
name: Uis
|
||||||
href: TinyLife.Uis.html
|
href: TinyLife.Uis.html
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.MoveTool.CanPlaceForTooltip*
|
||||||
|
commentId: Overload:TinyLife.Tools.MoveTool.CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.MoveTool.html#TinyLife_Tools_MoveTool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
nameWithType: MoveTool.CanPlaceForTooltip
|
||||||
|
fullName: TinyLife.Tools.MoveTool.CanPlaceForTooltip
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
- uid: TinyLife.GameImpl.CanSwitchGameModes
|
- uid: TinyLife.GameImpl.CanSwitchGameModes
|
||||||
commentId: M:TinyLife.GameImpl.CanSwitchGameModes
|
commentId: M:TinyLife.GameImpl.CanSwitchGameModes
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CanSwitchGameModes
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CanSwitchGameModes
|
||||||
|
@ -1786,17 +1898,6 @@ references:
|
||||||
name: CanSwitchGameModes
|
name: CanSwitchGameModes
|
||||||
nameWithType: MoveTool.CanSwitchGameModes
|
nameWithType: MoveTool.CanSwitchGameModes
|
||||||
fullName: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
fullName: TinyLife.Tools.MoveTool.CanSwitchGameModes
|
||||||
- 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.Tools.UndoRedoStack.Undo
|
- uid: TinyLife.Tools.UndoRedoStack.Undo
|
||||||
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
commentId: M:TinyLife.Tools.UndoRedoStack.Undo
|
||||||
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
href: TinyLife.Tools.UndoRedoStack.html#TinyLife_Tools_UndoRedoStack_Undo
|
||||||
|
|
|
@ -6,11 +6,12 @@ items:
|
||||||
parent: TinyLife.Tools
|
parent: TinyLife.Tools
|
||||||
children:
|
children:
|
||||||
- TinyLife.Tools.OpeningTool.#ctor
|
- TinyLife.Tools.OpeningTool.#ctor
|
||||||
- TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- TinyLife.Tools.OpeningTool.CanPlaceForTooltip
|
||||||
|
- TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
- TinyLife.Tools.OpeningTool.GetMouseCursor
|
- TinyLife.Tools.OpeningTool.GetMouseCursor
|
||||||
- TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
- TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
- TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
- TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)
|
- TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -112,16 +113,16 @@ items:
|
||||||
nameWithType.vb: OpeningTool.New()
|
nameWithType.vb: OpeningTool.New()
|
||||||
fullName.vb: TinyLife.Tools.OpeningTool.New()
|
fullName.vb: TinyLife.Tools.OpeningTool.New()
|
||||||
name.vb: New()
|
name.vb: New()
|
||||||
- uid: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.OpeningTool
|
parent: TinyLife.Tools.OpeningTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: OpeningTool.Update(GameTime)
|
nameWithType: OpeningTool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -140,24 +141,29 @@ items:
|
||||||
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
By default, this method updates the <xref href="TinyLife.Tools.Tool.MousePos" data-throw-if-not-resolved="false"></xref> and invokes <xref href="TinyLife.Tools.Tool.OnUpdate" data-throw-if-not-resolved="false"></xref>, and also manages the <xref href="TinyLife.Tools.UndoRedoStack" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time)
|
content: public override void Update(GameTime time, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
description: The game's time
|
description: The game's time
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Update(time As GameTime, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
overload: TinyLife.Tools.OpeningTool.Update*
|
overload: TinyLife.Tools.OpeningTool.Update*
|
||||||
- uid: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
nameWithType.vb: OpeningTool.Update(GameTime, Boolean)
|
||||||
commentId: M:TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName.vb: TinyLife.Tools.OpeningTool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
name.vb: Update(GameTime, Boolean)
|
||||||
|
- uid: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
commentId: M:TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
|
id: Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.OpeningTool
|
parent: TinyLife.Tools.OpeningTool
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: OpeningTool.Draw(GameTime, SpriteBatch)
|
nameWithType: OpeningTool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -166,19 +172,17 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Tools/OpeningTool.cs
|
path: ../TinyLife/Tools/OpeningTool.cs
|
||||||
startLine: 62
|
startLine: 64
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
summary: >-
|
summary: >-
|
||||||
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
This method is called every draw frame for the <xref href="TinyLife.GameImpl.CurrentTool" data-throw-if-not-resolved="false"></xref>.
|
||||||
|
|
||||||
Note that this method is only called if the mouse is not hovering over any ui elements.
|
|
||||||
|
|
||||||
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
By default, this method invokes <xref href="TinyLife.Tools.Tool.OnDraw" data-throw-if-not-resolved="false"></xref>.
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Draw(GameTime time, SpriteBatch batch)
|
content: public override void Draw(GameTime time, SpriteBatch batch, bool cursorOnUi)
|
||||||
parameters:
|
parameters:
|
||||||
- id: time
|
- id: time
|
||||||
type: Microsoft.Xna.Framework.GameTime
|
type: Microsoft.Xna.Framework.GameTime
|
||||||
|
@ -186,9 +190,14 @@ items:
|
||||||
- id: batch
|
- id: batch
|
||||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
description: The sprite batch used for drawing
|
description: The sprite batch used for drawing
|
||||||
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch)
|
- id: cursorOnUi
|
||||||
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, cursorOnUi As Boolean)
|
||||||
|
overridden: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
overload: TinyLife.Tools.OpeningTool.Draw*
|
overload: TinyLife.Tools.OpeningTool.Draw*
|
||||||
|
nameWithType.vb: OpeningTool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.OpeningTool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
- uid: TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
- uid: TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
commentId: M:TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
commentId: M:TinyLife.Tools.OpeningTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
id: InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
|
||||||
|
@ -207,7 +216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitBuildModeUi
|
id: InitBuildModeUi
|
||||||
path: ../TinyLife/Tools/OpeningTool.cs
|
path: ../TinyLife/Tools/OpeningTool.cs
|
||||||
startLine: 75
|
startLine: 79
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -246,7 +255,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMouseCursor
|
id: GetMouseCursor
|
||||||
path: ../TinyLife/Tools/OpeningTool.cs
|
path: ../TinyLife/Tools/OpeningTool.cs
|
||||||
startLine: 102
|
startLine: 105
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -263,6 +272,36 @@ items:
|
||||||
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
content.vb: Public Overrides Function GetMouseCursor() As CursorType
|
||||||
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
overridden: TinyLife.Tools.Tool.GetMouseCursor
|
||||||
overload: TinyLife.Tools.OpeningTool.GetMouseCursor*
|
overload: TinyLife.Tools.OpeningTool.GetMouseCursor*
|
||||||
|
- uid: TinyLife.Tools.OpeningTool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.OpeningTool.CanPlaceForTooltip
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.OpeningTool
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: OpeningTool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.OpeningTool.CanPlaceForTooltip()
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Tools/OpeningTool.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanPlaceForTooltip
|
||||||
|
path: ../TinyLife/Tools/OpeningTool.cs
|
||||||
|
startLine: 111
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Tools
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override CanPlaceResult CanPlaceForTooltip()
|
||||||
|
return:
|
||||||
|
type: TinyLife.Tools.CanPlaceResult
|
||||||
|
content.vb: Public Overrides Function CanPlaceForTooltip() As CanPlaceResult
|
||||||
|
overridden: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
overload: TinyLife.Tools.OpeningTool.CanPlaceForTooltip*
|
||||||
- uid: TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
- uid: TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
commentId: M:TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
commentId: M:TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject(System.Object)
|
||||||
id: ShouldHighlightSelectedObject(System.Object)
|
id: ShouldHighlightSelectedObject(System.Object)
|
||||||
|
@ -281,7 +320,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShouldHighlightSelectedObject
|
id: ShouldHighlightSelectedObject
|
||||||
path: ../TinyLife/Tools/OpeningTool.cs
|
path: ../TinyLife/Tools/OpeningTool.cs
|
||||||
startLine: 109
|
startLine: 120
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -1310,35 +1349,50 @@ references:
|
||||||
name: UndoRedoStack
|
name: UndoRedoStack
|
||||||
nameWithType: UndoRedoStack
|
nameWithType: UndoRedoStack
|
||||||
fullName: TinyLife.Tools.UndoRedoStack
|
fullName: TinyLife.Tools.UndoRedoStack
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
commentId: M:TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update(GameTime)
|
name: Update(GameTime, bool)
|
||||||
nameWithType: Tool.Update(GameTime)
|
nameWithType: Tool.Update(GameTime, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
fullName: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, bool)
|
||||||
|
nameWithType.vb: Tool.Update(GameTime, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime, Boolean)
|
||||||
|
name.vb: Update(GameTime, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime)
|
- uid: TinyLife.Tools.Tool.Update(Microsoft.Xna.Framework.GameTime,System.Boolean)
|
||||||
name: Update
|
name: Update
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.OpeningTool.Update*
|
- uid: TinyLife.Tools.OpeningTool.Update*
|
||||||
commentId: Overload:TinyLife.Tools.OpeningTool.Update
|
commentId: Overload:TinyLife.Tools.OpeningTool.Update
|
||||||
href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool_Update_Microsoft_Xna_Framework_GameTime_
|
href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool_Update_Microsoft_Xna_Framework_GameTime_System_Boolean_
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: OpeningTool.Update
|
nameWithType: OpeningTool.Update
|
||||||
fullName: TinyLife.Tools.OpeningTool.Update
|
fullName: TinyLife.Tools.OpeningTool.Update
|
||||||
|
@ -1349,6 +1403,17 @@ references:
|
||||||
name: GameTime
|
name: GameTime
|
||||||
nameWithType: GameTime
|
nameWithType: GameTime
|
||||||
fullName: Microsoft.Xna.Framework.GameTime
|
fullName: Microsoft.Xna.Framework.GameTime
|
||||||
|
- 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: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
commentId: N:Microsoft.Xna.Framework
|
commentId: N:Microsoft.Xna.Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1379,18 +1444,21 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework
|
- uid: Microsoft.Xna.Framework
|
||||||
name: Framework
|
name: Framework
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
commentId: M:TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
parent: TinyLife.Tools.Tool
|
parent: TinyLife.Tools.Tool
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw(GameTime, SpriteBatch)
|
name: Draw(GameTime, SpriteBatch, bool)
|
||||||
nameWithType: Tool.Draw(GameTime, SpriteBatch)
|
nameWithType: Tool.Draw(GameTime, SpriteBatch, bool)
|
||||||
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
fullName: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, bool)
|
||||||
|
nameWithType.vb: Tool.Draw(GameTime, SpriteBatch, Boolean)
|
||||||
|
fullName.vb: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Boolean)
|
||||||
|
name.vb: Draw(GameTime, SpriteBatch, Boolean)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1400,11 +1468,17 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: bool
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
- uid: TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Boolean)
|
||||||
name: Draw
|
name: Draw
|
||||||
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
- name: (
|
- name: (
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
name: GameTime
|
name: GameTime
|
||||||
|
@ -1414,10 +1488,16 @@ references:
|
||||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||||
name: SpriteBatch
|
name: SpriteBatch
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Tools.OpeningTool.Draw*
|
- uid: TinyLife.Tools.OpeningTool.Draw*
|
||||||
commentId: Overload:TinyLife.Tools.OpeningTool.Draw
|
commentId: Overload:TinyLife.Tools.OpeningTool.Draw
|
||||||
href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Boolean_
|
||||||
name: Draw
|
name: Draw
|
||||||
nameWithType: OpeningTool.Draw
|
nameWithType: OpeningTool.Draw
|
||||||
fullName: TinyLife.Tools.OpeningTool.Draw
|
fullName: TinyLife.Tools.OpeningTool.Draw
|
||||||
|
@ -1605,6 +1685,38 @@ references:
|
||||||
- uid: TinyLife.Uis
|
- uid: TinyLife.Uis
|
||||||
name: Uis
|
name: Uis
|
||||||
href: TinyLife.Uis.html
|
href: TinyLife.Uis.html
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
commentId: M:TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
parent: TinyLife.Tools.Tool
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip()
|
||||||
|
nameWithType: Tool.CanPlaceForTooltip()
|
||||||
|
fullName: TinyLife.Tools.Tool.CanPlaceForTooltip()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Tools.Tool.CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_CanPlaceForTooltip
|
||||||
|
- name: (
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.Tools.OpeningTool.CanPlaceForTooltip*
|
||||||
|
commentId: Overload:TinyLife.Tools.OpeningTool.CanPlaceForTooltip
|
||||||
|
href: TinyLife.Tools.OpeningTool.html#TinyLife_Tools_OpeningTool_CanPlaceForTooltip
|
||||||
|
name: CanPlaceForTooltip
|
||||||
|
nameWithType: OpeningTool.CanPlaceForTooltip
|
||||||
|
fullName: TinyLife.Tools.OpeningTool.CanPlaceForTooltip
|
||||||
|
- uid: TinyLife.Tools.CanPlaceResult
|
||||||
|
commentId: T:TinyLife.Tools.CanPlaceResult
|
||||||
|
parent: TinyLife.Tools
|
||||||
|
href: TinyLife.Tools.CanPlaceResult.html
|
||||||
|
name: CanPlaceResult
|
||||||
|
nameWithType: CanPlaceResult
|
||||||
|
fullName: TinyLife.Tools.CanPlaceResult
|
||||||
- uid: TinyLife.GameImpl.IsCursorOnUi
|
- uid: TinyLife.GameImpl.IsCursorOnUi
|
||||||
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
commentId: M:TinyLife.GameImpl.IsCursorOnUi
|
||||||
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_IsCursorOnUi
|
||||||
|
@ -1674,17 +1786,6 @@ references:
|
||||||
name: ShouldHighlightSelectedObject
|
name: ShouldHighlightSelectedObject
|
||||||
nameWithType: OpeningTool.ShouldHighlightSelectedObject
|
nameWithType: OpeningTool.ShouldHighlightSelectedObject
|
||||||
fullName: TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject
|
fullName: TinyLife.Tools.OpeningTool.ShouldHighlightSelectedObject
|
||||||
- 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
|
- uid: TinyLife.Objects
|
||||||
commentId: N:TinyLife.Objects
|
commentId: N:TinyLife.Objects
|
||||||
href: TinyLife.html
|
href: TinyLife.html
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StatType
|
id: StatType
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1156
|
startLine: 1158
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Needs
|
id: Needs
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1159
|
startLine: 1161
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -81,7 +81,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Emotions
|
id: Emotions
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1160
|
startLine: 1162
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Skills
|
id: Skills
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1161
|
startLine: 1163
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Relationships
|
id: Relationships
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1162
|
startLine: 1164
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Job
|
id: Job
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1163
|
startLine: 1165
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeGoal
|
id: LifeGoal
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1164
|
startLine: 1166
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
namespace: TinyLife.Tools
|
||||||
|
@ -211,7 +211,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: About
|
id: About
|
||||||
path: ../TinyLife/Tools/PlayModeTool.cs
|
path: ../TinyLife/Tools/PlayModeTool.cs
|
||||||
startLine: 1165
|
startLine: 1167
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Tools
|
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