mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-25 04:28:34 +01:00
0.38.2
This commit is contained in:
parent
0ecc0d174a
commit
e3d9eeb379
9 changed files with 248 additions and 185 deletions
10
Changelog.md
10
Changelog.md
|
@ -1,3 +1,9 @@
|
||||||
|
# 0.38.2
|
||||||
|
*December 14, 2023*
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
- Fixed an error when people try to visit a lot while none are within visitation hours
|
||||||
|
|
||||||
# 0.38.1
|
# 0.38.1
|
||||||
*December 13, 2023*
|
*December 13, 2023*
|
||||||
|
|
||||||
|
@ -182,7 +188,7 @@ Improvements
|
||||||
- Display a wide new game button when there are no saves, rather than graying out the load button
|
- Display a wide new game button when there are no saves, rather than graying out the load button
|
||||||
- Inverted default steam cloud behavior, causing newly created saves to be cloud synced by default
|
- Inverted default steam cloud behavior, causing newly created saves to be cloud synced by default
|
||||||
- Use the natural placement sound for water objects
|
- Use the natural placement sound for water objects
|
||||||
- Use newer masters of Leiss' soundtrack, which also includes some previously missing bits
|
- Use newer masters of Leiss' soundtrack, which also includes some previously missing bits
|
||||||
- Changed the furniture tool's name and icon to "Objects" to accommodate the fact that it also contains plants and other decorations
|
- Changed the furniture tool's name and icon to "Objects" to accommodate the fact that it also contains plants and other decorations
|
||||||
- Reduced the time it takes for new Steam subscriptions to be reflected in the game
|
- Reduced the time it takes for new Steam subscriptions to be reflected in the game
|
||||||
- Display an info that the game needs to be restarted when enabling or disabling mods
|
- Display an info that the game needs to be restarted when enabling or disabling mods
|
||||||
|
@ -223,7 +229,7 @@ Additions
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
- Use the natural placement sound for water objects
|
- Use the natural placement sound for water objects
|
||||||
- Use newer masters of Leiss' soundtrack, which also includes some previously missing bits
|
- Use newer masters of Leiss' soundtrack, which also includes some previously missing bits
|
||||||
- Changed the furniture tool's name and icon to "Objects" to accommodate the fact that it also contains plants and other decorations
|
- Changed the furniture tool's name and icon to "Objects" to accommodate the fact that it also contains plants and other decorations
|
||||||
- Reduced the time it takes for new Steam subscriptions to be reflected in the game
|
- Reduced the time it takes for new Steam subscriptions to be reflected in the game
|
||||||
|
|
||||||
|
|
|
@ -3616,6 +3616,7 @@
|
||||||
"TinyLife.World.Lot.Area": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.Area": "TinyLife.World.Lot.yml",
|
||||||
"TinyLife.World.Lot.AreRequirementsMet": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.AreRequirementsMet": "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.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",
|
||||||
"TinyLife.World.Lot.GetDefaultTile": "TinyLife.World.Lot.yml",
|
"TinyLife.World.Lot.GetDefaultTile": "TinyLife.World.Lot.yml",
|
||||||
|
|
|
@ -2137,7 +2137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Paint
|
id: Paint
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 247
|
startLine: 248
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2164,7 +2164,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sell
|
id: Sell
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 257
|
startLine: 258
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2191,7 +2191,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeSpeech
|
id: PracticeSpeech
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 265
|
startLine: 266
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2218,7 +2218,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Read
|
id: Read
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 273
|
startLine: 274
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2245,7 +2245,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StudyBook
|
id: StudyBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 284
|
startLine: 285
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2272,7 +2272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutAway
|
id: PutAway
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 294
|
startLine: 295
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2299,7 +2299,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeJokes
|
id: PracticeJokes
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 304
|
startLine: 305
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2326,7 +2326,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Work
|
id: Work
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 312
|
startLine: 313
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2353,7 +2353,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetJob
|
id: GetJob
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 322
|
startLine: 323
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2380,7 +2380,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetJobFromNewspaper
|
id: GetJobFromNewspaper
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 323
|
startLine: 324
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2407,7 +2407,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeVacationDay
|
id: TakeVacationDay
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 325
|
startLine: 326
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2434,7 +2434,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeParentalLeave
|
id: TakeParentalLeave
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 328
|
startLine: 329
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2461,7 +2461,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: QuitJob
|
id: QuitJob
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 332
|
startLine: 333
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2488,7 +2488,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MopPuddle
|
id: MopPuddle
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 335
|
startLine: 336
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2515,7 +2515,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeProgramming
|
id: PracticeProgramming
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 347
|
startLine: 348
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2542,7 +2542,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ModGame
|
id: ModGame
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 355
|
startLine: 356
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2569,7 +2569,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateApp
|
id: CreateApp
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 361
|
startLine: 362
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2596,7 +2596,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PublishApp
|
id: PublishApp
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 367
|
startLine: 368
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2623,7 +2623,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HackSomeone
|
id: HackSomeone
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 373
|
startLine: 374
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2650,7 +2650,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ResearchProgrammingPatterns
|
id: ResearchProgrammingPatterns
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 378
|
startLine: 379
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2677,7 +2677,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WatchTv
|
id: WatchTv
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 383
|
startLine: 384
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2704,7 +2704,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Repair
|
id: Repair
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 393
|
startLine: 394
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2731,7 +2731,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PayBills
|
id: PayBills
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 407
|
startLine: 408
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2758,7 +2758,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeWriting
|
id: PracticeWriting
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 421
|
startLine: 422
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2785,7 +2785,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WriteBook
|
id: WriteBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 429
|
startLine: 430
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2812,7 +2812,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelfPublishBook
|
id: SelfPublishBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 439
|
startLine: 440
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2839,7 +2839,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HaveBookPublished
|
id: HaveBookPublished
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 440
|
startLine: 441
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2866,7 +2866,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LockDoor
|
id: LockDoor
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 441
|
startLine: 442
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2893,7 +2893,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AdmireLgbtFlag
|
id: AdmireLgbtFlag
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 446
|
startLine: 447
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2920,7 +2920,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetWater
|
id: GetWater
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 449
|
startLine: 450
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2947,7 +2947,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WashHands
|
id: WashHands
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 457
|
startLine: 458
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -2974,7 +2974,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToggleLight
|
id: ToggleLight
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 464
|
startLine: 465
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3001,7 +3001,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToggleAllLights
|
id: ToggleAllLights
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 467
|
startLine: 468
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3028,7 +3028,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GrillFood
|
id: GrillFood
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 479
|
startLine: 480
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3055,7 +3055,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ThrowAway
|
id: ThrowAway
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 489
|
startLine: 490
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3082,7 +3082,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scrap
|
id: Scrap
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 497
|
startLine: 498
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3109,7 +3109,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CleanEverything
|
id: CleanEverything
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 503
|
startLine: 504
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3136,7 +3136,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Clean
|
id: Clean
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 509
|
startLine: 510
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3163,7 +3163,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Light
|
id: Light
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 517
|
startLine: 518
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3190,7 +3190,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoHomework
|
id: DoHomework
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 526
|
startLine: 527
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3217,7 +3217,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayWithToy
|
id: PlayWithToy
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 538
|
startLine: 539
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3244,7 +3244,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CookChildFood
|
id: CookChildFood
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 551
|
startLine: 552
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3271,7 +3271,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayInSandbox
|
id: PlayInSandbox
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 564
|
startLine: 565
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3298,7 +3298,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShufflePuzzle
|
id: ShufflePuzzle
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 573
|
startLine: 574
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3325,7 +3325,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Puzzle
|
id: Puzzle
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 581
|
startLine: 582
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3352,7 +3352,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Store
|
id: Store
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 589
|
startLine: 590
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3379,7 +3379,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFurnitureMail
|
id: GetFurnitureMail
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 600
|
startLine: 601
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3406,7 +3406,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadNewspaper
|
id: ReadNewspaper
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 608
|
startLine: 609
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3433,7 +3433,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadJokes
|
id: ReadJokes
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 616
|
startLine: 617
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3460,7 +3460,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrewCoffee
|
id: BrewCoffee
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 624
|
startLine: 625
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3487,7 +3487,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeTea
|
id: MakeTea
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 634
|
startLine: 635
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3514,7 +3514,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TinkerWith
|
id: TinkerWith
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 644
|
startLine: 645
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3541,7 +3541,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AdmireFood
|
id: AdmireFood
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 652
|
startLine: 653
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3568,7 +3568,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddALittleSomething
|
id: AddALittleSomething
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 660
|
startLine: 661
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3595,7 +3595,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RunAround
|
id: RunAround
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 674
|
startLine: 675
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3622,7 +3622,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Rummage
|
id: Rummage
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 683
|
startLine: 684
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3649,7 +3649,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddCandle
|
id: AddCandle
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 690
|
startLine: 691
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3676,7 +3676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BlowOutCandles
|
id: BlowOutCandles
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 696
|
startLine: 697
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3703,7 +3703,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutInFridge
|
id: PutInFridge
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 700
|
startLine: 701
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3730,7 +3730,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeFromFridge
|
id: TakeFromFridge
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 714
|
startLine: 715
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3757,7 +3757,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CleanOutFridge
|
id: CleanOutFridge
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 718
|
startLine: 719
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3784,7 +3784,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetLeftovers
|
id: GetLeftovers
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 729
|
startLine: 730
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3811,7 +3811,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AdoptChild
|
id: AdoptChild
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 736
|
startLine: 737
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3838,7 +3838,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ResearchBusinessPlans
|
id: ResearchBusinessPlans
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 744
|
startLine: 745
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3865,7 +3865,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PracticeSalesPitch
|
id: PracticeSalesPitch
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 752
|
startLine: 753
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3892,7 +3892,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadSkillBook
|
id: ReadSkillBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 760
|
startLine: 761
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3919,7 +3919,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToggleNewspapers
|
id: ToggleNewspapers
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 769
|
startLine: 770
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3946,7 +3946,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToggleVisitors
|
id: ToggleVisitors
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 774
|
startLine: 775
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -3973,7 +3973,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeOutTrash
|
id: TakeOutTrash
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 781
|
startLine: 782
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4000,7 +4000,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PlayOnJungleGym
|
id: PlayOnJungleGym
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 793
|
startLine: 794
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4027,7 +4027,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ColorColoringBook
|
id: ColorColoringBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 802
|
startLine: 803
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4054,7 +4054,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CollectSunlight
|
id: CollectSunlight
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 811
|
startLine: 812
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4081,7 +4081,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoJogging
|
id: GoJogging
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 814
|
startLine: 815
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4108,7 +4108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MoveHere
|
id: MoveHere
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 822
|
startLine: 823
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4135,7 +4135,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChatOnPhone
|
id: ChatOnPhone
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 828
|
startLine: 829
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4162,7 +4162,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChatOnPhoneWith
|
id: ChatOnPhoneWith
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 836
|
startLine: 837
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4189,7 +4189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetPhoneColor
|
id: SetPhoneColor
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 842
|
startLine: 843
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4216,7 +4216,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetJobPhone
|
id: GetJobPhone
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 846
|
startLine: 847
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4243,7 +4243,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: QuitJobPhone
|
id: QuitJobPhone
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 847
|
startLine: 848
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4270,7 +4270,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeVacationDayPhone
|
id: TakeVacationDayPhone
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 850
|
startLine: 851
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4297,7 +4297,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InviteOver
|
id: InviteOver
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 853
|
startLine: 854
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4324,7 +4324,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChangePronouns
|
id: ChangePronouns
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 869
|
startLine: 870
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4351,7 +4351,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TravelToMap
|
id: TravelToMap
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 871
|
startLine: 872
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4378,7 +4378,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PsychSelfUp
|
id: PsychSelfUp
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 875
|
startLine: 876
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4405,7 +4405,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ReadBabyBook
|
id: ReadBabyBook
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 879
|
startLine: 880
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4432,7 +4432,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Potty
|
id: Potty
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 891
|
startLine: 892
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4459,7 +4459,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UseDiaper
|
id: UseDiaper
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 903
|
startLine: 904
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4486,7 +4486,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowAdult
|
id: FollowAdult
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 911
|
startLine: 912
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4513,7 +4513,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HaveBaby
|
id: HaveBaby
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 928
|
startLine: 929
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4540,7 +4540,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HaveAbortion
|
id: HaveAbortion
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 936
|
startLine: 937
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4567,7 +4567,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakePregnancyTest
|
id: TakePregnancyTest
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 939
|
startLine: 940
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4594,7 +4594,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeOutOfCrib
|
id: TakeOutOfCrib
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 946
|
startLine: 947
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4621,7 +4621,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SleepInCrib
|
id: SleepInCrib
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 955
|
startLine: 956
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -4648,7 +4648,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeDrinks
|
id: MakeDrinks
|
||||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||||
startLine: 969
|
startLine: 970
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TransitionType
|
id: TransitionType
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 1249
|
startLine: 1234
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -50,7 +50,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Swipe
|
id: Swipe
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 1255
|
startLine: 1240
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -78,7 +78,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fade
|
id: Fade
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 1260
|
startLine: 1245
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Menus
|
id: Menus
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 40
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -59,7 +59,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Transition
|
id: Transition
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 63
|
startLine: 64
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -119,7 +119,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadHint
|
id: GamepadHint
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 134
|
startLine: 135
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MenuBackground
|
id: MenuBackground
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 154
|
startLine: 155
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
|
|
@ -31,7 +31,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedLot
|
id: ExportedLot
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 505
|
startLine: 520
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -70,7 +70,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedVersion
|
id: ExportedVersion
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 510
|
startLine: 525
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Area
|
id: Area
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 514
|
startLine: 529
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -128,7 +128,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Type
|
id: Type
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 518
|
startLine: 533
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Furniture
|
id: Furniture
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 522
|
startLine: 537
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -186,7 +186,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walls
|
id: Walls
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 527
|
startLine: 542
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -227,7 +227,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallLikes
|
id: WallLikes
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 532
|
startLine: 547
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Roofs
|
id: Roofs
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 536
|
startLine: 551
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -285,7 +285,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stairs
|
id: Stairs
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 541
|
startLine: 556
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -314,7 +314,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tiles
|
id: Tiles
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 545
|
startLine: 560
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -343,7 +343,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OtherFloorTiles
|
id: OtherFloorTiles
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 550
|
startLine: 565
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -372,7 +372,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 556
|
startLine: 571
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -403,7 +403,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoveredArea
|
id: GetCoveredArea
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 569
|
startLine: 584
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WeeklyBillsDelegate
|
id: WeeklyBillsDelegate
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 497
|
startLine: 512
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -9,6 +9,7 @@ items:
|
||||||
- TinyLife.World.Lot.Area
|
- TinyLife.World.Lot.Area
|
||||||
- TinyLife.World.Lot.AreRequirementsMet
|
- TinyLife.World.Lot.AreRequirementsMet
|
||||||
- TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
|
- TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
|
||||||
|
- TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
- TinyLife.World.Lot.Export
|
- TinyLife.World.Lot.Export
|
||||||
- TinyLife.World.Lot.GetCoveredArea
|
- TinyLife.World.Lot.GetCoveredArea
|
||||||
- TinyLife.World.Lot.GetDefaultTile
|
- TinyLife.World.Lot.GetDefaultTile
|
||||||
|
@ -888,6 +889,37 @@ items:
|
||||||
description: The area that this lot covers
|
description: The area that this lot covers
|
||||||
content.vb: Public Function GetCoveredArea() As RectangleF
|
content.vb: Public Function GetCoveredArea() As RectangleF
|
||||||
overload: TinyLife.World.Lot.GetCoveredArea*
|
overload: TinyLife.World.Lot.GetCoveredArea*
|
||||||
|
- uid: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
commentId: M:TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
id: CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
parent: TinyLife.World.Lot
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: CanVisitRightNow(Person)
|
||||||
|
nameWithType: Lot.CanVisitRightNow(Person)
|
||||||
|
fullName: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/World/Lot.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: CanVisitRightNow
|
||||||
|
path: ../TinyLife/World/Lot.cs
|
||||||
|
startLine: 354
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.World
|
||||||
|
syntax:
|
||||||
|
content: public bool CanVisitRightNow(Person person)
|
||||||
|
parameters:
|
||||||
|
- id: person
|
||||||
|
type: TinyLife.Objects.Person
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: Public Function CanVisitRightNow(person As Person) As Boolean
|
||||||
|
overload: TinyLife.World.Lot.CanVisitRightNow*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Tools.LotTool
|
- uid: TinyLife.Tools.LotTool
|
||||||
commentId: T:TinyLife.Tools.LotTool
|
commentId: T:TinyLife.Tools.LotTool
|
||||||
|
@ -2256,3 +2288,8 @@ references:
|
||||||
name: GetCoveredArea
|
name: GetCoveredArea
|
||||||
nameWithType: Lot.GetCoveredArea
|
nameWithType: Lot.GetCoveredArea
|
||||||
fullName: TinyLife.World.Lot.GetCoveredArea
|
fullName: TinyLife.World.Lot.GetCoveredArea
|
||||||
|
- uid: TinyLife.World.Lot.CanVisitRightNow*
|
||||||
|
commentId: Overload:TinyLife.World.Lot.CanVisitRightNow
|
||||||
|
name: CanVisitRightNow
|
||||||
|
nameWithType: Lot.CanVisitRightNow
|
||||||
|
fullName: TinyLife.World.Lot.CanVisitRightNow
|
||||||
|
|
|
@ -41,7 +41,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LotType
|
id: LotType
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 591
|
startLine: 606
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -86,7 +86,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Types
|
id: Types
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 598
|
startLine: 613
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -115,7 +115,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Residential
|
id: Residential
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 601
|
startLine: 616
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -142,7 +142,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Park
|
id: Park
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 605
|
startLine: 620
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cafe
|
id: Cafe
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 608
|
startLine: 623
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -196,7 +196,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: KidsPlayground
|
id: KidsPlayground
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 623
|
startLine: 638
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -223,7 +223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Library
|
id: Library
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 630
|
startLine: 645
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -250,7 +250,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GenericPublicLot
|
id: GenericPublicLot
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 644
|
startLine: 659
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -277,7 +277,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Gym
|
id: Gym
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 647
|
startLine: 662
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bar
|
id: Bar
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 658
|
startLine: 673
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -331,7 +331,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 679
|
startLine: 694
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -360,7 +360,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 683
|
startLine: 698
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -389,7 +389,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsResidential
|
id: IsResidential
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 688
|
startLine: 703
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -418,7 +418,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RequiredFurniture
|
id: RequiredFurniture
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 693
|
startLine: 708
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -447,11 +447,11 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetVisitPriority
|
id: GetVisitPriority
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 699
|
startLine: 715
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nA function that returns, for a <xref href=\"TinyLife.World.Lot\" data-throw-if-not-resolved=\"false\"></xref> with this lot type, and a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> trying ot visit the lot, how likely it is for the lot to be chosen. It is recommended to use a helper method like <xref href=\"TinyLife.World.LotType.GetScalingVisitPriority(TinyLife.World.Lot%2cSystem.Single%2cSystem.Int32)\" data-throw-if-not-resolved=\"false\"></xref>.\nThe higher the return value is, the more likely it is for this lot to be chosen.\nFor reference, the "Park" lot type always returns 200.\n"
|
summary: "\nA function that returns, for a <xref href=\"TinyLife.World.Lot\" data-throw-if-not-resolved=\"false\"></xref> with this lot type, and a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> trying ot visit the lot, how likely it is for the lot to be chosen. It is recommended to use a helper method like <xref href=\"TinyLife.World.LotType.GetScalingVisitPriority(TinyLife.World.Lot%2cSystem.Single%2cSystem.Int32)\" data-throw-if-not-resolved=\"false\"></xref>.\nThe higher the return value is, the more likely it is for this lot to be chosen.\nFor reference, the "Park" lot type always returns 200.\nSee also <xref href=\"TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot%2cTinyLife.Objects.Person%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly Func<Lot, Person, float> GetVisitPriority
|
content: public readonly Func<Lot, Person, float> GetVisitPriority
|
||||||
|
@ -476,7 +476,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Employments
|
id: Employments
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 704
|
startLine: 720
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -507,7 +507,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 709
|
startLine: 725
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -538,7 +538,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisitHours
|
id: VisitHours
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 714
|
startLine: 730
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -569,7 +569,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayName
|
id: DisplayName
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 719
|
startLine: 735
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -600,7 +600,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 729
|
startLine: 745
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -647,11 +647,11 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCurrentVisitPriority
|
id: GetCurrentVisitPriority
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 745
|
startLine: 762
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
summary: "\nReturns this lot's current visitation priority, which is a combination of the <xref href=\"TinyLife.World.LotType.GetVisitPriority\" data-throw-if-not-resolved=\"false\"></xref> function and this lot's <xref href=\"TinyLife.World.LotType.VisitHours\" data-throw-if-not-resolved=\"false\"></xref>. If the <code data-dev-comment-type=\"paramref\" class=\"paramref\">time</code> is outside of the <xref href=\"TinyLife.World.LotType.VisitHours\" data-throw-if-not-resolved=\"false\"></xref>, then the priority is reduced by 95%.\nNote that visitation priority doesn't factor in whether the lot's <xref href=\"TinyLife.World.Lot.Map\" data-throw-if-not-resolved=\"false\"></xref> is the same as the <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code>'s.\n"
|
summary: "\nReturns this lot's current visitation priority, which is a combination of the <xref href=\"TinyLife.World.LotType.GetVisitPriority\" data-throw-if-not-resolved=\"false\"></xref> function and this lot's <xref href=\"TinyLife.World.LotType.VisitHours\" data-throw-if-not-resolved=\"false\"></xref>. If the <code data-dev-comment-type=\"paramref\" class=\"paramref\">time</code> is outside of the <xref href=\"TinyLife.World.LotType.VisitHours\" data-throw-if-not-resolved=\"false\"></xref>, then the priority is reduced by 95%.\nNote that visitation priority doesn't factor in whether the lot's <xref href=\"TinyLife.World.Lot.Map\" data-throw-if-not-resolved=\"false\"></xref> is the same as the <code data-dev-comment-type=\"paramref\" class=\"paramref\">person</code>'s.\nSee also <xref href=\"TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public float GetCurrentVisitPriority(Lot lot, Person person, TimeSpan? time = null)
|
content: public float GetCurrentVisitPriority(Lot lot, Person person, TimeSpan? time = null)
|
||||||
|
@ -688,7 +688,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 753
|
startLine: 770
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -722,7 +722,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetScalingVisitPriority
|
id: GetScalingVisitPriority
|
||||||
path: ../TinyLife/World/Lot.cs
|
path: ../TinyLife/World/Lot.cs
|
||||||
startLine: 766
|
startLine: 783
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -1439,6 +1439,68 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.int32
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
||||||
- name: )
|
- name: )
|
||||||
|
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
||||||
|
commentId: M:TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
name: GetCurrentVisitPriority(Lot, Person, TimeSpan?)
|
||||||
|
nameWithType: LotType.GetCurrentVisitPriority(Lot, Person, TimeSpan?)
|
||||||
|
fullName: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot, TinyLife.Objects.Person, System.TimeSpan?)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
||||||
|
name: GetCurrentVisitPriority
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.World.Lot
|
||||||
|
name: Lot
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: '?'
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
||||||
|
name: GetCurrentVisitPriority
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.World.Lot
|
||||||
|
name: Lot
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
- name: ','
|
||||||
|
- name: " "
|
||||||
|
- uid: System.TimeSpan
|
||||||
|
name: TimeSpan
|
||||||
|
isExternal: true
|
||||||
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
||||||
|
- name: '?'
|
||||||
|
- name: )
|
||||||
|
- uid: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
commentId: M:TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
name: CanVisitRightNow(Person)
|
||||||
|
nameWithType: Lot.CanVisitRightNow(Person)
|
||||||
|
fullName: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
name: CanVisitRightNow
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
- name: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
|
||||||
|
name: CanVisitRightNow
|
||||||
|
- name: (
|
||||||
|
- uid: TinyLife.Objects.Person
|
||||||
|
name: Person
|
||||||
|
- name: )
|
||||||
- uid: System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Single}
|
- uid: System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Single}
|
||||||
commentId: T:System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Single}
|
commentId: T:System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Single}
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1703,49 +1765,6 @@ references:
|
||||||
- name: " "
|
- name: " "
|
||||||
- name: TResult
|
- name: TResult
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
|
||||||
commentId: M:TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
||||||
name: GetCurrentVisitPriority(Lot, Person, TimeSpan?)
|
|
||||||
nameWithType: LotType.GetCurrentVisitPriority(Lot, Person, TimeSpan?)
|
|
||||||
fullName: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot, TinyLife.Objects.Person, System.TimeSpan?)
|
|
||||||
spec.csharp:
|
|
||||||
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
|
||||||
name: GetCurrentVisitPriority
|
|
||||||
- name: (
|
|
||||||
- uid: TinyLife.World.Lot
|
|
||||||
name: Lot
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: TinyLife.Objects.Person
|
|
||||||
name: Person
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: System.TimeSpan
|
|
||||||
name: TimeSpan
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
||||||
- name: '?'
|
|
||||||
- name: )
|
|
||||||
spec.vb:
|
|
||||||
- uid: TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot,TinyLife.Objects.Person,System.Nullable{System.TimeSpan})
|
|
||||||
name: GetCurrentVisitPriority
|
|
||||||
- name: (
|
|
||||||
- uid: TinyLife.World.Lot
|
|
||||||
name: Lot
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: TinyLife.Objects.Person
|
|
||||||
name: Person
|
|
||||||
- name: ','
|
|
||||||
- name: " "
|
|
||||||
- uid: System.TimeSpan
|
|
||||||
name: TimeSpan
|
|
||||||
isExternal: true
|
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
||||||
- name: '?'
|
|
||||||
- name: )
|
|
||||||
- uid: TinyLife.World.LotType.VisitHours*
|
- uid: TinyLife.World.LotType.VisitHours*
|
||||||
commentId: Overload:TinyLife.World.LotType.VisitHours
|
commentId: Overload:TinyLife.World.LotType.VisitHours
|
||||||
name: VisitHours
|
name: VisitHours
|
||||||
|
|
Loading…
Reference in a new issue