This commit is contained in:
Ell 2023-12-14 11:04:48 +01:00
parent 0ecc0d174a
commit e3d9eeb379
9 changed files with 248 additions and 185 deletions

View file

@ -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
*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
- Inverted default steam cloud behavior, causing newly created saves to be cloud synced by default
- 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
- 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
@ -223,7 +229,7 @@ Additions
Improvements
- 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
- Reduced the time it takes for new Steam subscriptions to be reflected in the game

View file

@ -3616,6 +3616,7 @@
"TinyLife.World.Lot.Area": "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.CanVisitRightNow(TinyLife.Objects.Person)": "TinyLife.World.Lot.yml",
"TinyLife.World.Lot.Export": "TinyLife.World.Lot.yml",
"TinyLife.World.Lot.GetCoveredArea": "TinyLife.World.Lot.yml",
"TinyLife.World.Lot.GetDefaultTile": "TinyLife.World.Lot.yml",

View file

@ -2137,7 +2137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paint
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 247
startLine: 248
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2164,7 +2164,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sell
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 257
startLine: 258
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2191,7 +2191,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSpeech
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 265
startLine: 266
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2218,7 +2218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Read
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 273
startLine: 274
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2245,7 +2245,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 284
startLine: 285
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2272,7 +2272,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAway
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 294
startLine: 295
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2299,7 +2299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 304
startLine: 305
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2326,7 +2326,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 312
startLine: 313
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2353,7 +2353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJob
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 322
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2380,7 +2380,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobFromNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 323
startLine: 324
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2407,7 +2407,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDay
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 325
startLine: 326
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2434,7 +2434,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeParentalLeave
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 328
startLine: 329
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2461,7 +2461,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJob
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 332
startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2488,7 +2488,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MopPuddle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 335
startLine: 336
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2515,7 +2515,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeProgramming
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 347
startLine: 348
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2542,7 +2542,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModGame
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 355
startLine: 356
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2569,7 +2569,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateApp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 361
startLine: 362
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2596,7 +2596,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PublishApp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 367
startLine: 368
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2623,7 +2623,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackSomeone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 373
startLine: 374
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2650,7 +2650,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchProgrammingPatterns
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 378
startLine: 379
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2677,7 +2677,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTv
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 383
startLine: 384
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2704,7 +2704,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Repair
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 393
startLine: 394
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2731,7 +2731,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PayBills
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 407
startLine: 408
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2758,7 +2758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeWriting
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 421
startLine: 422
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2785,7 +2785,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WriteBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 429
startLine: 430
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2812,7 +2812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfPublishBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 439
startLine: 440
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2839,7 +2839,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBookPublished
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 440
startLine: 441
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2866,7 +2866,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LockDoor
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 441
startLine: 442
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2893,7 +2893,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireLgbtFlag
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 446
startLine: 447
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2920,7 +2920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWater
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 449
startLine: 450
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2947,7 +2947,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WashHands
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 457
startLine: 458
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -2974,7 +2974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleLight
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 464
startLine: 465
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3001,7 +3001,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleAllLights
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 467
startLine: 468
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3028,7 +3028,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 479
startLine: 480
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3055,7 +3055,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrowAway
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 489
startLine: 490
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3082,7 +3082,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scrap
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 497
startLine: 498
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3109,7 +3109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverything
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 503
startLine: 504
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3136,7 +3136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 509
startLine: 510
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3163,7 +3163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 517
startLine: 518
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3190,7 +3190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 526
startLine: 527
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3217,7 +3217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 538
startLine: 539
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3244,7 +3244,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 551
startLine: 552
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3271,7 +3271,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 564
startLine: 565
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3298,7 +3298,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 573
startLine: 574
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3325,7 +3325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 581
startLine: 582
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3352,7 +3352,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 589
startLine: 590
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3379,7 +3379,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 600
startLine: 601
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3406,7 +3406,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 608
startLine: 609
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3433,7 +3433,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 616
startLine: 617
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3460,7 +3460,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 624
startLine: 625
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3487,7 +3487,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTea
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 634
startLine: 635
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3514,7 +3514,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 644
startLine: 645
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3541,7 +3541,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 652
startLine: 653
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3568,7 +3568,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 660
startLine: 661
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3595,7 +3595,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 674
startLine: 675
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3622,7 +3622,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rummage
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 683
startLine: 684
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3649,7 +3649,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddCandle
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 690
startLine: 691
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3676,7 +3676,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlowOutCandles
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 696
startLine: 697
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3703,7 +3703,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 700
startLine: 701
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3730,7 +3730,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeFromFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 714
startLine: 715
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3757,7 +3757,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridge
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 718
startLine: 719
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3784,7 +3784,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLeftovers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 729
startLine: 730
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3811,7 +3811,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptChild
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 736
startLine: 737
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3838,7 +3838,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchBusinessPlans
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 744
startLine: 745
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3865,7 +3865,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSalesPitch
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 752
startLine: 753
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3892,7 +3892,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadSkillBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 760
startLine: 761
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3919,7 +3919,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleNewspapers
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 769
startLine: 770
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3946,7 +3946,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleVisitors
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 774
startLine: 775
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -3973,7 +3973,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutTrash
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 781
startLine: 782
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4000,7 +4000,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnJungleGym
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 793
startLine: 794
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4027,7 +4027,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorColoringBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 802
startLine: 803
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4054,7 +4054,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectSunlight
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 811
startLine: 812
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4081,7 +4081,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 814
startLine: 815
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4108,7 +4108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveHere
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 822
startLine: 823
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4135,7 +4135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 828
startLine: 829
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4162,7 +4162,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhoneWith
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 836
startLine: 837
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4189,7 +4189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPhoneColor
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 842
startLine: 843
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4216,7 +4216,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 846
startLine: 847
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4243,7 +4243,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 847
startLine: 848
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4270,7 +4270,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDayPhone
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 850
startLine: 851
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4297,7 +4297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteOver
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 853
startLine: 854
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4324,7 +4324,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangePronouns
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 869
startLine: 870
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4351,7 +4351,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TravelToMap
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 871
startLine: 872
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4378,7 +4378,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 875
startLine: 876
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4405,7 +4405,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBabyBook
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 879
startLine: 880
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4432,7 +4432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 891
startLine: 892
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4459,7 +4459,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaper
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 903
startLine: 904
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4486,7 +4486,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowAdult
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 911
startLine: 912
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4513,7 +4513,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBaby
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 928
startLine: 929
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4540,7 +4540,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveAbortion
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 936
startLine: 937
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4567,7 +4567,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakePregnancyTest
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 939
startLine: 940
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4594,7 +4594,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 946
startLine: 947
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4621,7 +4621,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleepInCrib
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 955
startLine: 956
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -4648,7 +4648,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeDrinks
path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 969
startLine: 970
assemblies:
- Tiny Life
namespace: TinyLife.Actions

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType
path: ../TinyLife/Uis/Menus.cs
startLine: 1249
startLine: 1234
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe
path: ../TinyLife/Uis/Menus.cs
startLine: 1255
startLine: 1240
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -78,7 +78,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade
path: ../TinyLife/Uis/Menus.cs
startLine: 1260
startLine: 1245
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Menus
path: ../TinyLife/Uis/Menus.cs
startLine: 40
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Transition
path: ../TinyLife/Uis/Menus.cs
startLine: 63
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -119,7 +119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GamepadHint
path: ../TinyLife/Uis/Menus.cs
startLine: 134
startLine: 135
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@ -169,7 +169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MenuBackground
path: ../TinyLife/Uis/Menus.cs
startLine: 154
startLine: 155
assemblies:
- Tiny Life
namespace: TinyLife.Uis

View file

@ -31,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedLot
path: ../TinyLife/World/Lot.cs
startLine: 505
startLine: 520
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -70,7 +70,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion
path: ../TinyLife/World/Lot.cs
startLine: 510
startLine: 525
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -99,7 +99,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: ../TinyLife/World/Lot.cs
startLine: 514
startLine: 529
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -128,7 +128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: ../TinyLife/World/Lot.cs
startLine: 518
startLine: 533
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -157,7 +157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture
path: ../TinyLife/World/Lot.cs
startLine: 522
startLine: 537
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -186,7 +186,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: ../TinyLife/World/Lot.cs
startLine: 527
startLine: 542
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -227,7 +227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallLikes
path: ../TinyLife/World/Lot.cs
startLine: 532
startLine: 547
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roofs
path: ../TinyLife/World/Lot.cs
startLine: 536
startLine: 551
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -285,7 +285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stairs
path: ../TinyLife/World/Lot.cs
startLine: 541
startLine: 556
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -314,7 +314,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tiles
path: ../TinyLife/World/Lot.cs
startLine: 545
startLine: 560
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -343,7 +343,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OtherFloorTiles
path: ../TinyLife/World/Lot.cs
startLine: 550
startLine: 565
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -372,7 +372,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: ../TinyLife/World/Lot.cs
startLine: 556
startLine: 571
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -403,7 +403,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoveredArea
path: ../TinyLife/World/Lot.cs
startLine: 569
startLine: 584
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WeeklyBillsDelegate
path: ../TinyLife/World/Lot.cs
startLine: 497
startLine: 512
assemblies:
- Tiny Life
namespace: TinyLife.World

View file

@ -9,6 +9,7 @@ items:
- TinyLife.World.Lot.Area
- TinyLife.World.Lot.AreRequirementsMet
- TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
- TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
- TinyLife.World.Lot.Export
- TinyLife.World.Lot.GetCoveredArea
- TinyLife.World.Lot.GetDefaultTile
@ -888,6 +889,37 @@ items:
description: The area that this lot covers
content.vb: Public Function GetCoveredArea() As RectangleF
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:
- uid: TinyLife.Tools.LotTool
commentId: T:TinyLife.Tools.LotTool
@ -2256,3 +2288,8 @@ references:
name: GetCoveredArea
nameWithType: 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

View file

@ -41,7 +41,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotType
path: ../TinyLife/World/Lot.cs
startLine: 591
startLine: 606
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -86,7 +86,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/World/Lot.cs
startLine: 598
startLine: 613
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -115,7 +115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Residential
path: ../TinyLife/World/Lot.cs
startLine: 601
startLine: 616
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -142,7 +142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Park
path: ../TinyLife/World/Lot.cs
startLine: 605
startLine: 620
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -169,7 +169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cafe
path: ../TinyLife/World/Lot.cs
startLine: 608
startLine: 623
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsPlayground
path: ../TinyLife/World/Lot.cs
startLine: 623
startLine: 638
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Library
path: ../TinyLife/World/Lot.cs
startLine: 630
startLine: 645
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -250,7 +250,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenericPublicLot
path: ../TinyLife/World/Lot.cs
startLine: 644
startLine: 659
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -277,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gym
path: ../TinyLife/World/Lot.cs
startLine: 647
startLine: 662
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -304,7 +304,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bar
path: ../TinyLife/World/Lot.cs
startLine: 658
startLine: 673
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -331,7 +331,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/Lot.cs
startLine: 679
startLine: 694
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -360,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/World/Lot.cs
startLine: 683
startLine: 698
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -389,7 +389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential
path: ../TinyLife/World/Lot.cs
startLine: 688
startLine: 703
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture
path: ../TinyLife/World/Lot.cs
startLine: 693
startLine: 708
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -447,11 +447,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 699
startLine: 715
assemblies:
- Tiny Life
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 &quot;Park&quot; 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 &quot;Park&quot; 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: []
syntax:
content: public readonly Func<Lot, Person, float> GetVisitPriority
@ -476,7 +476,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments
path: ../TinyLife/World/Lot.cs
startLine: 704
startLine: 720
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -507,7 +507,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/World/Lot.cs
startLine: 709
startLine: 725
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -538,7 +538,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitHours
path: ../TinyLife/World/Lot.cs
startLine: 714
startLine: 730
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -569,7 +569,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: ../TinyLife/World/Lot.cs
startLine: 719
startLine: 735
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -600,7 +600,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Lot.cs
startLine: 729
startLine: 745
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -647,11 +647,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 745
startLine: 762
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns this lot&apos;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&apos;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&apos;t factor in whether the lot&apos;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>&apos;s.\n"
summary: "\nReturns this lot&apos;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&apos;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&apos;t factor in whether the lot&apos;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>&apos;s.\nSee also <xref href=\"TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public float GetCurrentVisitPriority(Lot lot, Person person, TimeSpan? time = null)
@ -688,7 +688,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/World/Lot.cs
startLine: 753
startLine: 770
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -722,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetScalingVisitPriority
path: ../TinyLife/World/Lot.cs
startLine: 766
startLine: 783
assemblies:
- Tiny Life
namespace: TinyLife.World
@ -1439,6 +1439,68 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- 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}
commentId: T:System.Func{TinyLife.World.Lot,TinyLife.Objects.Person,System.Single}
parent: System
@ -1703,49 +1765,6 @@ references:
- name: " "
- name: TResult
- 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*
commentId: Overload:TinyLife.World.LotType.VisitHours
name: VisitHours