TinyLifeWeb/docs/api/TinyLife.World.Lot.yml

3135 lines
109 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.World.Lot
commentId: T:TinyLife.World.Lot
id: Lot
parent: TinyLife.World
children:
2022-09-05 14:19:42 +02:00
- TinyLife.World.Lot.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.AreRequirementsMet
2024-01-07 16:53:47 +01:00
- TinyLife.World.Lot.Area
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
2024-03-09 19:49:55 +01:00
- TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup},System.Func{System.Int32,System.Int32,System.Boolean})
- TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList{TinyLife.Objects.Person})
- TinyLife.World.Lot.CanOccupy(System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}})
2023-12-14 11:04:48 +01:00
- TinyLife.World.Lot.CanVisitRightNow(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.Export
- TinyLife.World.Lot.GetCoveredArea
2022-08-02 23:19:57 +02:00
- TinyLife.World.Lot.GetDefaultTile
2023-07-20 14:27:20 +02:00
- TinyLife.World.Lot.GetFrontDoor
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)
- TinyLife.World.Lot.GetObjects``1
- TinyLife.World.Lot.GetPrice
- TinyLife.World.Lot.GetRoofs
2024-01-07 16:53:47 +01:00
- TinyLife.World.Lot.GetRooms
2023-10-11 16:05:32 +02:00
- TinyLife.World.Lot.GetStairs
- TinyLife.World.Lot.GetTiles
2024-03-09 19:49:55 +01:00
- TinyLife.World.Lot.GetValidOccupyingAges
2023-10-11 16:05:32 +02:00
- TinyLife.World.Lot.GetWalls``1
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.GetWeeklyBills
2024-03-09 19:49:55 +01:00
- TinyLife.World.Lot.HasBasicAmenities
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.Household
- TinyLife.World.Lot.Id
2022-10-18 13:03:11 +02:00
- TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)
2023-07-20 14:27:20 +02:00
- TinyLife.World.Lot.Map
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.Name
2023-01-16 12:24:01 +01:00
- TinyLife.World.Lot.OnGetWeeklyBills
2021-08-04 06:51:12 +02:00
- TinyLife.World.Lot.Type
- TinyLife.World.Lot.Validate(TinyLife.World.Map)
langs:
- csharp
- vb
name: Lot
nameWithType: Lot
fullName: TinyLife.World.Lot
type: Class
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Lot
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 27
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
A lot is a designated area in the world (created using the <xref href="TinyLife.Tools.LotTool" data-throw-if-not-resolved="false"></xref>).
In the way it works, it acts similarly to a small <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref>, allowing the retrieval of various object types only in its designated area.
A lot has a <xref href="TinyLife.World.LotType" data-throw-if-not-resolved="false"></xref>, which determines what things can be done on the lot.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataContract]
2023-05-26 15:16:22 +02:00
public class Lot : JsonTypeSafeGenericDataHolder, IGenericDataHolder
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataContract>
2023-05-26 15:16:22 +02:00
Public Class Lot Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.World.Lot.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
2023-01-16 12:24:01 +01:00
- uid: TinyLife.World.Lot.OnGetWeeklyBills
commentId: E:TinyLife.World.Lot.OnGetWeeklyBills
id: OnGetWeeklyBills
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: OnGetWeeklyBills
nameWithType: Lot.OnGetWeeklyBills
fullName: TinyLife.World.Lot.OnGetWeeklyBills
type: Event
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-01-16 12:24:01 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetWeeklyBills
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 34
2023-01-16 12:24:01 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
An event that is invoked when weekly bills are calculated for this lot's <xref href="TinyLife.World.Lot.Household" data-throw-if-not-resolved="false"></xref> in <xref href="TinyLife.World.Lot.GetWeeklyBills" data-throw-if-not-resolved="false"></xref>.
Mods can subscribe to this event to add additional costs or reduce the default costs.
2023-04-26 14:51:19 +02:00
example: []
2023-01-16 12:24:01 +01:00
syntax:
content: public static event Lot.WeeklyBillsDelegate OnGetWeeklyBills
return:
type: TinyLife.World.Lot.WeeklyBillsDelegate
content.vb: Public Shared Event OnGetWeeklyBills As Lot.WeeklyBillsDelegate
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Id
commentId: F:TinyLife.World.Lot.Id
id: Id
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Id
nameWithType: Lot.Id
fullName: TinyLife.World.Lot.Id
type: Field
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Id
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 41
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
The unique id of this lot.
This is randomly generated when the lot is first added to the world, and then persists across savings to disk.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
public readonly Guid Id
return:
type: System.Guid
content.vb: >-
<DataMember>
Public ReadOnly Id As Guid
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Lot.Area
commentId: P:TinyLife.World.Lot.Area
id: Area
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Area
nameWithType: Lot.Area
fullName: TinyLife.World.Lot.Area
type: Property
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Area
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 45
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The area in the world that this lot occupies
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
public Rectangle Area { get; }
parameters: []
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Rectangle
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataMember>
2023-03-30 18:07:55 +02:00
Public Property Area As Rectangle
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.Area*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Lot.Type
2022-05-24 13:36:05 +02:00
commentId: P:TinyLife.World.Lot.Type
2021-08-04 06:51:12 +02:00
id: Type
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Type
nameWithType: Lot.Type
fullName: TinyLife.World.Lot.Type
2022-05-24 13:36:05 +02:00
type: Property
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Type
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 51
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.World.LotType" data-throw-if-not-resolved="false"></xref> that this lot has.
This value defaults to the "Residential" lot type.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public LotType Type { get; set; }
parameters: []
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.World.LotType
2022-05-24 13:36:05 +02:00
content.vb: Public Property Type As LotType
overload: TinyLife.World.Lot.Type*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Household
commentId: P:TinyLife.World.Lot.Household
id: Household
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Household
nameWithType: Lot.Household
fullName: TinyLife.World.Lot.Household
type: Property
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Household
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 69
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
The household that is currently occupying this <xref href="TinyLife.World.Lot" data-throw-if-not-resolved="false"></xref>.
This can only be non-null if the <xref href="TinyLife.World.Lot.Type" data-throw-if-not-resolved="false"></xref> has <xref href="TinyLife.World.LotType.IsResidential" data-throw-if-not-resolved="false"></xref> set to true.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Household Household { get; }
parameters: []
return:
type: TinyLife.World.Household
content.vb: Public ReadOnly Property Household As Household
overload: TinyLife.World.Lot.Household*
- uid: TinyLife.World.Lot.Name
commentId: F:TinyLife.World.Lot.Name
id: Name
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Name
nameWithType: Lot.Name
fullName: TinyLife.World.Lot.Name
type: Field
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Name
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 74
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The name of this lot, as set by the player in build mode
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
public string Name
return:
type: System.String
content.vb: >-
<DataMember>
Public Name As String
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Lot.Map
commentId: P:TinyLife.World.Lot.Map
id: Map
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Map
nameWithType: Lot.Map
fullName: TinyLife.World.Lot.Map
type: Property
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-07-20 14:27:20 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/World/Lot.cs
startLine: 78
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The map that this lot is on.
2023-07-20 14:27:20 +02:00
example: []
syntax:
content: public Map Map { get; }
parameters: []
return:
type: TinyLife.World.Map
content.vb: Public Property Map As Map
overload: TinyLife.World.Lot.Map*
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Lot.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle)
commentId: M:TinyLife.World.Lot.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle)
id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Rectangle)'
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Lot(Map, Rectangle)
nameWithType: Lot.Lot(Map, Rectangle)
2022-09-05 14:19:42 +02:00
fullName: TinyLife.World.Lot.Lot(TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 87
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Creates a new lot on the given map with the given area
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Lot(Map map, Rectangle area)
parameters:
- id: map
type: TinyLife.World.Map
description: The map
- id: area
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Rectangle
2021-08-04 06:51:12 +02:00
description: The area
content.vb: Public Sub New(map As Map, area As Rectangle)
overload: TinyLife.World.Lot.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Lot.New(Map, Rectangle)
fullName.vb: TinyLife.World.Lot.New(TinyLife.World.Map, Microsoft.Xna.Framework.Rectangle)
name.vb: New(Map, Rectangle)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Lot.Validate(TinyLife.World.Map)
id: Validate(TinyLife.World.Map)
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Validate(Map)
nameWithType: Lot.Validate(Map)
fullName: TinyLife.World.Lot.Validate(TinyLife.World.Map)
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Validate
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 95
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: This method is called when this object is loaded from disk.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public void Validate(Map map)
parameters:
- id: map
type: TinyLife.World.Map
content.vb: Public Sub Validate(map As Map)
overload: TinyLife.World.Lot.Validate*
- uid: TinyLife.World.Lot.GetObjects``1
commentId: M:TinyLife.World.Lot.GetObjects``1
id: GetObjects``1
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetObjects<T>()
nameWithType: Lot.GetObjects<T>()
fullName: TinyLife.World.Lot.GetObjects<T>()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetObjects
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 106
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns the set of all of the <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref> instances on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: 'public IEnumerable<T> GetObjects<T>() where T : MapObject'
2021-08-04 06:51:12 +02:00
typeParameters:
- id: T
description: The type of objects to receive
return:
type: System.Collections.Generic.IEnumerable{{T}}
2024-01-07 16:53:47 +01:00
description: This lot's objects
2023-10-11 16:05:32 +02:00
content.vb: Public Function GetObjects(Of T As MapObject)() As IEnumerable(Of T)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetObjects*
nameWithType.vb: Lot.GetObjects(Of T)()
fullName.vb: TinyLife.World.Lot.GetObjects(Of T)()
name.vb: GetObjects(Of T)()
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Lot.GetWalls``1
commentId: M:TinyLife.World.Lot.GetWalls``1
id: GetWalls``1
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Lot
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: GetWalls<T>()
nameWithType: Lot.GetWalls<T>()
fullName: TinyLife.World.Lot.GetWalls<T>()
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetWalls
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 119
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns a set of all of the <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref> instances on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: 'public IEnumerable<T> GetWalls<T>() where T : WallLike'
typeParameters:
- id: T
2021-08-04 06:51:12 +02:00
return:
2023-10-11 16:05:32 +02:00
type: System.Collections.Generic.IEnumerable{{T}}
2024-01-07 16:53:47 +01:00
description: This lot's walls
2023-10-11 16:05:32 +02:00
content.vb: Public Function GetWalls(Of T As WallLike)() As IEnumerable(Of T)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetWalls*
2023-10-11 16:05:32 +02:00
nameWithType.vb: Lot.GetWalls(Of T)()
fullName.vb: TinyLife.World.Lot.GetWalls(Of T)()
name.vb: GetWalls(Of T)()
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetRoofs
commentId: M:TinyLife.World.Lot.GetRoofs
id: GetRoofs
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetRoofs()
nameWithType: Lot.GetRoofs()
fullName: TinyLife.World.Lot.GetRoofs()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetRoofs
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2023-07-20 14:27:20 +02:00
startLine: 132
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns a set of all of the <xref href="TinyLife.World.Roof" data-throw-if-not-resolved="false"></xref> instances on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public IEnumerable<Roof> GetRoofs()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.World.Roof}
description: ''
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetRoofs() As IEnumerable(Of Roof)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetRoofs*
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Lot.GetStairs
commentId: M:TinyLife.World.Lot.GetStairs
id: GetStairs
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetStairs()
nameWithType: Lot.GetStairs()
fullName: TinyLife.World.Lot.GetStairs()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetStairs
path: ../TinyLife/World/Lot.cs
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns a set of all of the <xref href="TinyLife.World.Stairs" data-throw-if-not-resolved="false"></xref> on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>, both partially and fully.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: public IEnumerable<Stairs> GetStairs()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.World.Stairs}
description: The stairs on this lot.
content.vb: Public Function GetStairs() As IEnumerable(Of Stairs)
overload: TinyLife.World.Lot.GetStairs*
- uid: TinyLife.World.Lot.GetTiles
commentId: M:TinyLife.World.Lot.GetTiles
id: GetTiles
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetTiles()
nameWithType: Lot.GetTiles()
fullName: TinyLife.World.Lot.GetTiles()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTiles
path: ../TinyLife/World/Lot.cs
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns a set of all of the tiles on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>, including all tiles on non-ground floors.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: public IEnumerable<(Point Pos, int Floor, Tile Tile)> GetTiles()
return:
type: System.Collections.Generic.IEnumerable{System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}}
description: All tiles on this lot.
content.vb: Public Function GetTiles() As IEnumerable(Of (Pos As Point, Floor As Integer, Tile As Tile))
overload: TinyLife.World.Lot.GetTiles*
2024-01-07 16:53:47 +01:00
- uid: TinyLife.World.Lot.GetRooms
commentId: M:TinyLife.World.Lot.GetRooms
id: GetRooms
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetRooms()
nameWithType: Lot.GetRooms()
fullName: TinyLife.World.Lot.GetRooms()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRooms
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 166
2024-01-07 16:53:47 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: Returns a set of all the rooms on this lot's map that are contained in this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>.
example: []
2024-01-07 16:53:47 +01:00
syntax:
content: public IEnumerable<Room> GetRooms()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.World.Room}
2024-04-14 17:55:54 +02:00
description: The rooms on this lot.
2024-01-07 16:53:47 +01:00
content.vb: Public Function GetRooms() As IEnumerable(Of Room)
overload: TinyLife.World.Lot.GetRooms*
2022-08-02 23:19:57 +02:00
- uid: TinyLife.World.Lot.GetDefaultTile
commentId: M:TinyLife.World.Lot.GetDefaultTile
id: GetDefaultTile
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetDefaultTile()
nameWithType: Lot.GetDefaultTile()
fullName: TinyLife.World.Lot.GetDefaultTile()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-08-02 23:19:57 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultTile
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 175
2022-08-02 23:19:57 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns the default tile for this lot, which is the tile that is most likely to be the "ground tile" in this area.
This is a heuristic based on the tiles that are at the borders of this lot.
2022-09-05 14:19:42 +02:00
example: []
2022-08-02 23:19:57 +02:00
syntax:
content: public Tile GetDefaultTile()
return:
type: TinyLife.World.Tile
2024-01-07 16:53:47 +01:00
description: This lot's default tile.
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetDefaultTile() As Tile
2022-08-02 23:19:57 +02:00
overload: TinyLife.World.Lot.GetDefaultTile*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.AreRequirementsMet
commentId: M:TinyLife.World.Lot.AreRequirementsMet
id: AreRequirementsMet
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: AreRequirementsMet()
nameWithType: Lot.AreRequirementsMet()
fullName: TinyLife.World.Lot.AreRequirementsMet()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: AreRequirementsMet
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 204
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns whether this lot <xref href="TinyLife.World.Lot.Type" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.World.LotType.RequiredFurniture" data-throw-if-not-resolved="false"></xref> requirements are currently met
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public bool AreRequirementsMet()
return:
type: System.Boolean
description: true if the requirements are met, false otherwise
2023-03-30 18:07:55 +02:00
content.vb: Public Function AreRequirementsMet() As Boolean
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.AreRequirementsMet*
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Lot.GetFrontDoor
commentId: M:TinyLife.World.Lot.GetFrontDoor
id: GetFrontDoor
2022-04-27 12:59:12 +02:00
parent: TinyLife.World.Lot
langs:
- csharp
- vb
2023-07-20 14:27:20 +02:00
name: GetFrontDoor()
nameWithType: Lot.GetFrontDoor()
fullName: TinyLife.World.Lot.GetFrontDoor()
2022-04-27 12:59:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-04-27 12:59:12 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFrontDoor
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 219
2022-04-27 12:59:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns this lot's front door, or null if there is no <xref href="TinyLife.World.Wall" data-throw-if-not-resolved="false"></xref> that matches the required conditions.
A lot's front door is the door that is closest to the lot's object of interest, which is the first entry in <xref href="TinyLife.World.LotType.RequiredFurniture" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
example: []
2022-04-27 12:59:12 +02:00
syntax:
2023-07-20 14:27:20 +02:00
content: public (Wall Wall, Vector2 OutdoorPos) GetFrontDoor()
2022-04-27 12:59:12 +02:00
return:
2022-09-05 14:19:42 +02:00
type: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}
2024-01-07 16:53:47 +01:00
description: The lot's front door, or null if there is none.
2023-07-20 14:27:20 +02:00
content.vb: Public Function GetFrontDoor() As (Wall As Wall, OutdoorPos As Vector2)
2022-04-27 12:59:12 +02:00
overload: TinyLife.World.Lot.GetFrontDoor*
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)
id: GetHomeLocation(TinyLife.Objects.Person)
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetHomeLocation(Person)
nameWithType: Lot.GetHomeLocation(Person)
fullName: TinyLife.World.Lot.GetHomeLocation(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetHomeLocation
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 244
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns the home location of the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> on this lot.
The home position is the position of the front door, or the closest border position to the passed <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> otherwise.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Vector2 GetHomeLocation(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person whose home location to retrieve
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2024-01-07 16:53:47 +01:00
description: The person's home location on this lot
2021-08-04 06:51:12 +02:00
content.vb: Public Function GetHomeLocation(person As Person) As Vector2
overload: TinyLife.World.Lot.GetHomeLocation*
- uid: TinyLife.World.Lot.GetPrice
commentId: M:TinyLife.World.Lot.GetPrice
id: GetPrice
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetPrice()
nameWithType: Lot.GetPrice()
fullName: TinyLife.World.Lot.GetPrice()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetPrice
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 264
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Returns this lot's current price, including the prices of all furniture objects, walls, roofs, tiles and the price of its <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public float GetPrice()
return:
type: System.Single
2024-01-07 16:53:47 +01:00
description: This lot's total price.
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetPrice() As Single
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetPrice*
- uid: TinyLife.World.Lot.GetWeeklyBills
commentId: M:TinyLife.World.Lot.GetWeeklyBills
id: GetWeeklyBills
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetWeeklyBills()
nameWithType: Lot.GetWeeklyBills()
fullName: TinyLife.World.Lot.GetWeeklyBills()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetWeeklyBills
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 278
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns the amount of tiny bucks that need to be paid weekly by a <xref href="TinyLife.World.Lot.Household" data-throw-if-not-resolved="false"></xref> living on this lot.
The bills result from the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.FurnitureType.TypeSettings.WaterRating" data-throw-if-not-resolved="false"></xref> of the objects on the lot, as well as additional values like the lot size, and the <xref href="TinyLife.PersonalityType.CityNative" data-throw-if-not-resolved="false"></xref> personality.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-07-20 14:27:20 +02:00
content: public Dictionary<string, float> GetWeeklyBills()
2021-08-04 06:51:12 +02:00
return:
2023-07-20 14:27:20 +02:00
type: System.Collections.Generic.Dictionary{System.String,System.Single}
2021-08-04 06:51:12 +02:00
description: The amount of weekly bills, in tiny bucks
2023-07-20 14:27:20 +02:00
content.vb: Public Function GetWeeklyBills() As Dictionary(Of String, Single)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetWeeklyBills*
- uid: TinyLife.World.Lot.Export
commentId: M:TinyLife.World.Lot.Export
id: Export
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: Export()
nameWithType: Lot.Export()
fullName: TinyLife.World.Lot.Export()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Export
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 303
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Exports this lot's data, including all of its <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.WallLike" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.Roof" data-throw-if-not-resolved="false"></xref> obejects and its <xref href="TinyLife.World.Tile" data-throw-if-not-resolved="false"></xref> ground.
Note that this does not change the lot itself, as it doesn't remove or add anything to it.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public ExportedLot Export()
return:
type: TinyLife.World.ExportedLot
description: An exported version of this lot
2023-03-30 18:07:55 +02:00
content.vb: Public Function Export() As ExportedLot
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.Export*
2022-10-18 13:03:11 +02:00
- uid: TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)
id: Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Lot
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Import(ExportedLot, string, bool, bool)
nameWithType: Lot.Import(ExportedLot, string, bool, bool)
fullName: TinyLife.World.Lot.Import(TinyLife.World.ExportedLot, string, bool, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Import
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 330
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Imports the given <xref href="TinyLife.World.ExportedLot" data-throw-if-not-resolved="false"></xref> onto this lot.
Note that everything that was previously on this lot will be removed (and the money will be returned to this lot's <xref href="TinyLife.World.Lot.Household" data-throw-if-not-resolved="false"></xref>).
Also note that the <xref href="TinyLife.World.Lot.Household" data-throw-if-not-resolved="false"></xref> stays the same, and all tiles outside of the exported lot's area (if it is smaller) are replaced with Grass.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-10-18 13:03:11 +02:00
content: public void Import(ExportedLot lot, string lotName, bool exact = false, bool forceClear = false)
2021-08-04 06:51:12 +02:00
parameters:
- id: lot
type: TinyLife.World.ExportedLot
description: ''
2022-10-18 13:03:11 +02:00
- id: lotName
type: System.String
description: The name to export this lot as.
2021-08-04 06:51:12 +02:00
- id: exact
type: System.Boolean
2024-01-07 16:53:47 +01:00
description: Whether an exact copy of the lot should be imported. If this is false, the imported lot is moved to best fit the lot's dimensions
2021-08-04 06:51:12 +02:00
- id: forceClear
type: System.Boolean
description: Whether the lot should be force-cleared before importing, meaning even <xref href="TinyLife.Objects.ObjectCategory.NonSellable" data-throw-if-not-resolved="false"></xref> objects will be removed
2022-10-18 13:03:11 +02:00
content.vb: Public Sub Import(lot As ExportedLot, lotName As String, exact As Boolean = False, forceClear As Boolean = False)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.Import*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Lot.Import(ExportedLot, String, Boolean, Boolean)
fullName.vb: TinyLife.World.Lot.Import(TinyLife.World.ExportedLot, String, Boolean, Boolean)
name.vb: Import(ExportedLot, String, Boolean, Boolean)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
commentId: M:TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
id: CanImport(TinyLife.World.ExportedLot)
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: CanImport(ExportedLot)
nameWithType: Lot.CanImport(ExportedLot)
fullName: TinyLife.World.Lot.CanImport(TinyLife.World.ExportedLot)
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CanImport
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 346
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
A method that calculates whether the given <xref href="TinyLife.World.ExportedLot" data-throw-if-not-resolved="false"></xref> can be imported.
A lot can be imported if the <xref href="TinyLife.World.Lot.Household" data-throw-if-not-resolved="false"></xref> has enough money, and if this lot's <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref> is greater than or equal to the exported lot's area.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public bool CanImport(ExportedLot import)
parameters:
- id: import
type: TinyLife.World.ExportedLot
description: The lot to import
return:
type: System.Boolean
description: true if the lot can be imported, false otherwise
content.vb: Public Function CanImport(import As ExportedLot) As Boolean
overload: TinyLife.World.Lot.CanImport*
- uid: TinyLife.World.Lot.GetCoveredArea
commentId: M:TinyLife.World.Lot.GetCoveredArea
id: GetCoveredArea
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetCoveredArea()
nameWithType: Lot.GetCoveredArea()
fullName: TinyLife.World.Lot.GetCoveredArea()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetCoveredArea
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 358
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Returns a <xref href="MLEM.Misc.RectangleF" data-throw-if-not-resolved="false"></xref> that represents the area that this lot actually covers.
The area covered by this lot is always bounded by its <xref href="TinyLife.World.Lot.Area" data-throw-if-not-resolved="false"></xref>, but will be smaller if there are fewer objects on the lot.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public RectangleF GetCoveredArea()
return:
type: MLEM.Misc.RectangleF
description: The area that this lot covers
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetCoveredArea() As RectangleF
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Lot.GetCoveredArea*
2023-12-14 11:04:48 +01:00
- 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
2024-04-14 17:55:54 +02:00
startLine: 368
2023-12-14 11:04:48 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
Determines whether the given <code class="paramref">person</code> can automatically choose to visit this lot right now.
Various data is considered, including the <xref href="TinyLife.World.Household.DisallowFriendsVisiting" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.World.Household.DisallowStrangersVisiting" data-throw-if-not-resolved="false"></xref> settings, as well as this lot's <xref href="TinyLife.World.LotType.GetCurrentVisitPriority(TinyLife.World.Lot%2cTinyLife.Objects.Person%2cSystem.Nullable%7bSystem.TimeSpan%7d)" data-throw-if-not-resolved="false"></xref>.
example: []
2023-12-14 11:04:48 +01:00
syntax:
content: public bool CanVisitRightNow(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
2024-04-14 17:55:54 +02:00
description: The person.
2023-12-14 11:04:48 +01:00
return:
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether the person can automatically visit this lot right now.
2023-12-14 11:04:48 +01:00
content.vb: Public Function CanVisitRightNow(person As Person) As Boolean
overload: TinyLife.World.Lot.CanVisitRightNow*
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Lot.HasBasicAmenities
commentId: M:TinyLife.World.Lot.HasBasicAmenities
id: HasBasicAmenities
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: HasBasicAmenities()
nameWithType: Lot.HasBasicAmenities()
fullName: TinyLife.World.Lot.HasBasicAmenities()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBasicAmenities
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 391
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
Whether this lot is considered to have basic residential amenities, which allows it to be populated automatically using <xref href="TinyLife.World.Map.PopulateLots" data-throw-if-not-resolved="false"></xref>.
Basic amenities include at least two rooms, a fridge, a counter, a toilet, a shower, a bed, a table and a chair.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public bool HasBasicAmenities()
return:
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether this lot has basic amenities.
2024-03-09 19:49:55 +01:00
content.vb: Public Function HasBasicAmenities() As Boolean
overload: TinyLife.World.Lot.HasBasicAmenities*
- uid: TinyLife.World.Lot.CanOccupy(System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}})
commentId: M:TinyLife.World.Lot.CanOccupy(System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}})
id: CanOccupy(System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}})
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: CanOccupy((List<AgeGroup>, Dictionary<(int Person, int Other), Relation>))
nameWithType: Lot.CanOccupy((List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>))
fullName: TinyLife.World.Lot.CanOccupy((System.Collections.Generic.List<TinyLife.Objects.AgeGroup>, System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>))
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanOccupy
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 408
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: Whether the given generated household can occupy this lot.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public bool CanOccupy((List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>) generated)
parameters:
- id: generated
type: System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}}
2024-04-14 17:55:54 +02:00
description: The generated household, gathered from <xref href="TinyLife.World.Household.RandomConstellation.Generate(System.Random)" data-throw-if-not-resolved="false"></xref>.
2024-03-09 19:49:55 +01:00
return:
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether the generated household can occupy this lot.
2024-03-09 19:49:55 +01:00
content.vb: Public Function CanOccupy(generated As (List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation))) As Boolean
overload: TinyLife.World.Lot.CanOccupy*
nameWithType.vb: Lot.CanOccupy((List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation)))
fullName.vb: TinyLife.World.Lot.CanOccupy((System.Collections.Generic.List(Of TinyLife.Objects.AgeGroup), System.Collections.Generic.Dictionary(Of (Person As Integer, Other As Integer), TinyLife.World.Household.Relation)))
name.vb: CanOccupy((List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Relation)))
- uid: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList{TinyLife.Objects.Person})
commentId: M:TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList{TinyLife.Objects.Person})
id: CanOccupy(System.Collections.Generic.IList{TinyLife.Objects.Person})
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: CanOccupy(IList<Person>)
nameWithType: Lot.CanOccupy(IList<Person>)
fullName: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList<TinyLife.Objects.Person>)
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanOccupy
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 417
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: Whether the given set of household members can occupy this lot.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public bool CanOccupy(IList<Person> householdMembers)
parameters:
- id: householdMembers
type: System.Collections.Generic.IList{TinyLife.Objects.Person}
2024-04-14 17:55:54 +02:00
description: The household members.
2024-03-09 19:49:55 +01:00
return:
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether the household can occupy this lot.
2024-03-09 19:49:55 +01:00
content.vb: Public Function CanOccupy(householdMembers As IList(Of Person)) As Boolean
overload: TinyLife.World.Lot.CanOccupy*
nameWithType.vb: Lot.CanOccupy(IList(Of Person))
fullName.vb: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IList(Of TinyLife.Objects.Person))
name.vb: CanOccupy(IList(Of Person))
- uid: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup},System.Func{System.Int32,System.Int32,System.Boolean})
commentId: M:TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup},System.Func{System.Int32,System.Int32,System.Boolean})
id: CanOccupy(System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup},System.Func{System.Int32,System.Int32,System.Boolean})
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: CanOccupy(IEnumerable<AgeGroup>, Func<int, int, bool>)
nameWithType: Lot.CanOccupy(IEnumerable<AgeGroup>, Func<int, int, bool>)
fullName: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable<TinyLife.Objects.AgeGroup>, System.Func<int, int, bool>)
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanOccupy
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 427
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: Whether the given set of household members, referenced only by their <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref>, can occupy this lot.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public bool CanOccupy(IEnumerable<AgeGroup> householdMembers, Func<int, int, bool> canSleepTogether)
parameters:
- id: householdMembers
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup}
2024-04-14 17:55:54 +02:00
description: The household members' individual age groups.
2024-03-09 19:49:55 +01:00
- id: canSleepTogether
type: System.Func{System.Int32,System.Int32,System.Boolean}
2024-04-14 17:55:54 +02:00
description: A function that determines whether the two household members at the given indices in the <code class="paramref">householdMembers</code> collection can sleep together in the same double bed.
2024-03-09 19:49:55 +01:00
return:
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether the household can occupy this lot.
2024-03-09 19:49:55 +01:00
content.vb: Public Function CanOccupy(householdMembers As IEnumerable(Of AgeGroup), canSleepTogether As Func(Of Integer, Integer, Boolean)) As Boolean
overload: TinyLife.World.Lot.CanOccupy*
nameWithType.vb: Lot.CanOccupy(IEnumerable(Of AgeGroup), Func(Of Integer, Integer, Boolean))
fullName.vb: TinyLife.World.Lot.CanOccupy(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.AgeGroup), System.Func(Of Integer, Integer, Boolean))
name.vb: CanOccupy(IEnumerable(Of AgeGroup), Func(Of Integer, Integer, Boolean))
- uid: TinyLife.World.Lot.GetValidOccupyingAges
commentId: M:TinyLife.World.Lot.GetValidOccupyingAges
id: GetValidOccupyingAges
parent: TinyLife.World.Lot
langs:
- csharp
- vb
name: GetValidOccupyingAges()
nameWithType: Lot.GetValidOccupyingAges()
fullName: TinyLife.World.Lot.GetValidOccupyingAges()
type: Method
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidOccupyingAges
path: ../TinyLife/World/Lot.cs
2024-04-14 17:55:54 +02:00
startLine: 464
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
Returns a set of ages that can potentially occupy this lot, based on the available types of beds.
Note that this method does not check whether there is an adequate amount of beds available.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public AgeGroup GetValidOccupyingAges()
return:
type: TinyLife.Objects.AgeGroup
2024-04-14 17:55:54 +02:00
description: A combined flag that represents the ages that can potentially occupy this lot.
2024-03-09 19:49:55 +01:00
content.vb: Public Function GetValidOccupyingAges() As AgeGroup
overload: TinyLife.World.Lot.GetValidOccupyingAges*
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Tools.LotTool
commentId: T:TinyLife.Tools.LotTool
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.LotTool.html
2021-08-04 06:51:12 +02:00
name: LotTool
nameWithType: LotTool
fullName: TinyLife.Tools.LotTool
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
- uid: TinyLife.World.LotType
commentId: T:TinyLife.World.LotType
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.LotType.html
2021-08-04 06:51:12 +02:00
name: LotType
nameWithType: LotType
fullName: TinyLife.World.LotType
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData(string, object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name: SetData
isExternal: true
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name: SetData
isExternal: true
- name: (
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb: GetData(Of T)(String)
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
name: GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name: GetDataKeys
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.World.Lot.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<Lot>(Lot)
nameWithType: Extensions.JsonCopy<Lot>(Lot)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Lot>(TinyLife.World.Lot)
nameWithType.vb: Extensions.JsonCopy(Of Lot)(Lot)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Lot)(TinyLife.World.Lot)
name.vb: JsonCopy(Of Lot)(Lot)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Lot)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Lot)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
2022-12-20 13:25:03 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-04-26 14:51:19 +02:00
- uid: TinyLife.World.Lot.Household
commentId: P:TinyLife.World.Lot.Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Household
2023-04-26 14:51:19 +02:00
name: Household
nameWithType: Lot.Household
fullName: TinyLife.World.Lot.Household
- uid: TinyLife.World.Lot.GetWeeklyBills
commentId: M:TinyLife.World.Lot.GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-04-26 14:51:19 +02:00
name: GetWeeklyBills()
nameWithType: Lot.GetWeeklyBills()
fullName: TinyLife.World.Lot.GetWeeklyBills()
spec.csharp:
- uid: TinyLife.World.Lot.GetWeeklyBills
name: GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-04-26 14:51:19 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Lot.GetWeeklyBills
name: GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-04-26 14:51:19 +02:00
- name: (
- name: )
2023-01-16 12:24:01 +01:00
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
commentId: T:TinyLife.World.Lot.WeeklyBillsDelegate
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-01-16 12:24:01 +01:00
name: Lot.WeeklyBillsDelegate
nameWithType: Lot.WeeklyBillsDelegate
fullName: TinyLife.World.Lot.WeeklyBillsDelegate
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
2021-08-04 06:51:12 +02:00
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
2021-08-04 06:51:12 +02:00
name: Guid
nameWithType: Guid
fullName: System.Guid
- uid: TinyLife.World.Lot.Area*
commentId: Overload:TinyLife.World.Lot.Area
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Area
2021-08-04 06:51:12 +02:00
name: Area
nameWithType: Lot.Area
fullName: TinyLife.World.Lot.Area
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Rectangle
commentId: T:Microsoft.Xna.Framework.Rectangle
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: Rectangle
nameWithType: Rectangle
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Rectangle
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2022-05-24 13:36:05 +02:00
- uid: TinyLife.World.Lot.Type*
commentId: Overload:TinyLife.World.Lot.Type
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Type
2022-05-24 13:36:05 +02:00
name: Type
nameWithType: Lot.Type
fullName: TinyLife.World.Lot.Type
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot
commentId: T:TinyLife.World.Lot
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2021-08-04 06:51:12 +02:00
name: Lot
nameWithType: Lot
fullName: TinyLife.World.Lot
- uid: TinyLife.World.Lot.Type
2022-05-24 13:36:05 +02:00
commentId: P:TinyLife.World.Lot.Type
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Type
2023-03-30 18:07:55 +02:00
name: Type
nameWithType: Lot.Type
fullName: TinyLife.World.Lot.Type
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.LotType.IsResidential
commentId: F:TinyLife.World.LotType.IsResidential
2024-01-07 16:53:47 +01:00
href: TinyLife.World.LotType.html#TinyLife_World_LotType_IsResidential
2023-03-30 18:07:55 +02:00
name: IsResidential
nameWithType: LotType.IsResidential
fullName: TinyLife.World.LotType.IsResidential
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Household*
commentId: Overload:TinyLife.World.Lot.Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Household
2021-08-04 06:51:12 +02:00
name: Household
nameWithType: Lot.Household
fullName: TinyLife.World.Lot.Household
- uid: TinyLife.World.Household
commentId: T:TinyLife.World.Household
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html
2021-08-04 06:51:12 +02:00
name: Household
nameWithType: Household
fullName: TinyLife.World.Household
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Lot.Map*
commentId: Overload:TinyLife.World.Lot.Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Map
2023-07-20 14:27:20 +02:00
name: Map
nameWithType: Lot.Map
fullName: TinyLife.World.Lot.Map
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.#ctor*
commentId: Overload:TinyLife.World.Lot.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot__ctor_TinyLife_World_Map_Microsoft_Xna_Framework_Rectangle_
2021-08-04 06:51:12 +02:00
name: Lot
nameWithType: Lot.Lot
fullName: TinyLife.World.Lot.Lot
2023-03-30 18:07:55 +02:00
nameWithType.vb: Lot.New
fullName.vb: TinyLife.World.Lot.New
name.vb: New
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Validate*
commentId: Overload:TinyLife.World.Lot.Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Validate_TinyLife_World_Map_
2021-08-04 06:51:12 +02:00
name: Validate
nameWithType: Lot.Validate
fullName: TinyLife.World.Lot.Validate
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.World.Lot.Area
commentId: P:TinyLife.World.Lot.Area
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Area
2023-03-30 18:07:55 +02:00
name: Area
nameWithType: Lot.Area
fullName: TinyLife.World.Lot.Area
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetObjects*
commentId: Overload:TinyLife.World.Lot.GetObjects
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetObjects__1
2021-08-04 06:51:12 +02:00
name: GetObjects
nameWithType: Lot.GetObjects
fullName: TinyLife.World.Lot.GetObjects
- uid: System.Collections.Generic.IEnumerable{{T}}
commentId: T:System.Collections.Generic.IEnumerable{``0}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Objects.WallLike
commentId: T:TinyLife.Objects.WallLike
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WallLike.html
2023-10-11 16:05:32 +02:00
name: WallLike
nameWithType: WallLike
fullName: TinyLife.Objects.WallLike
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetWalls*
commentId: Overload:TinyLife.World.Lot.GetWalls
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWalls__1
2021-08-04 06:51:12 +02:00
name: GetWalls
nameWithType: Lot.GetWalls
fullName: TinyLife.World.Lot.GetWalls
- uid: TinyLife.World.Roof
commentId: T:TinyLife.World.Roof
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
name: Roof
nameWithType: Roof
fullName: TinyLife.World.Roof
- uid: TinyLife.World.Lot.GetRoofs*
commentId: Overload:TinyLife.World.Lot.GetRoofs
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetRoofs
2021-08-04 06:51:12 +02:00
name: GetRoofs
nameWithType: Lot.GetRoofs
fullName: TinyLife.World.Lot.GetRoofs
- uid: System.Collections.Generic.IEnumerable{TinyLife.World.Roof}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.World.Roof}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<Roof>
nameWithType: IEnumerable<Roof>
fullName: System.Collections.Generic.IEnumerable<TinyLife.World.Roof>
nameWithType.vb: IEnumerable(Of Roof)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.World.Roof)
name.vb: IEnumerable(Of Roof)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.World.Roof
name: Roof
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Roof
name: Roof
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Roof.html
2021-08-04 06:51:12 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Stairs
commentId: T:TinyLife.World.Stairs
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
name: Stairs
nameWithType: Stairs
fullName: TinyLife.World.Stairs
- uid: TinyLife.World.Lot.GetStairs*
commentId: Overload:TinyLife.World.Lot.GetStairs
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetStairs
2023-10-11 16:05:32 +02:00
name: GetStairs
nameWithType: Lot.GetStairs
fullName: TinyLife.World.Lot.GetStairs
- uid: System.Collections.Generic.IEnumerable{TinyLife.World.Stairs}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.World.Stairs}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Stairs>
nameWithType: IEnumerable<Stairs>
fullName: System.Collections.Generic.IEnumerable<TinyLife.World.Stairs>
nameWithType.vb: IEnumerable(Of Stairs)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.World.Stairs)
name.vb: IEnumerable(Of Stairs)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: TinyLife.World.Stairs
name: Stairs
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Stairs
name: Stairs
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Stairs.html
2023-10-11 16:05:32 +02:00
- name: )
- uid: TinyLife.World.Lot.GetTiles*
commentId: Overload:TinyLife.World.Lot.GetTiles
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetTiles
2023-10-11 16:05:32 +02:00
name: GetTiles
nameWithType: Lot.GetTiles
fullName: TinyLife.World.Lot.GetTiles
- uid: System.Collections.Generic.IEnumerable{System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}}
commentId: T:System.Collections.Generic.IEnumerable{System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<(Point Pos, int Floor, Tile Tile)>
nameWithType: IEnumerable<(Point Pos, int Floor, Tile Tile)>
fullName: System.Collections.Generic.IEnumerable<(Microsoft.Xna.Framework.Point Pos, int Floor, TinyLife.World.Tile Tile)>
nameWithType.vb: IEnumerable(Of (Pos As Point, Floor As Integer, Tile As Tile))
fullName.vb: System.Collections.Generic.IEnumerable(Of (Pos As Microsoft.Xna.Framework.Point, Floor As Integer, Tile As TinyLife.World.Tile))
name.vb: IEnumerable(Of (Pos As Point, Floor As Integer, Tile As Tile))
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: (
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: " "
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Pos
name: Pos
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.pos
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Floor
name: Floor
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.floor
- name: ','
- name: " "
- uid: TinyLife.World.Tile
name: Tile
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2023-10-11 16:05:32 +02:00
- name: " "
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Tile
name: Tile
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.tile
- name: )
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Pos
name: Pos
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.pos
- name: " "
- name: As
- name: " "
- uid: Microsoft.Xna.Framework.Point
name: Point
isExternal: true
- name: ','
- name: " "
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Floor
name: Floor
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.floor
- name: " "
- name: As
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.ValueTuple{Microsoft.Xna.Framework.Point,System.Int32,TinyLife.World.Tile}.Tile
name: Tile
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.point,system.int32,tinylife.world.tile-.tile
- name: " "
- name: As
- name: " "
- uid: TinyLife.World.Tile
name: Tile
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
- name: )
2023-10-11 16:05:32 +02:00
- name: )
2024-01-07 16:53:47 +01:00
- uid: TinyLife.World.Lot.GetRooms*
commentId: Overload:TinyLife.World.Lot.GetRooms
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetRooms
name: GetRooms
nameWithType: Lot.GetRooms
fullName: TinyLife.World.Lot.GetRooms
- uid: System.Collections.Generic.IEnumerable{TinyLife.World.Room}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.World.Room}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Room>
nameWithType: IEnumerable<Room>
fullName: System.Collections.Generic.IEnumerable<TinyLife.World.Room>
nameWithType.vb: IEnumerable(Of Room)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.World.Room)
name.vb: IEnumerable(Of Room)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: TinyLife.World.Room
name: Room
href: TinyLife.World.Room.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Room
name: Room
href: TinyLife.World.Room.html
2023-10-11 16:05:32 +02:00
- name: )
2022-08-02 23:19:57 +02:00
- uid: TinyLife.World.Lot.GetDefaultTile*
commentId: Overload:TinyLife.World.Lot.GetDefaultTile
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetDefaultTile
2022-08-02 23:19:57 +02:00
name: GetDefaultTile
nameWithType: Lot.GetDefaultTile
fullName: TinyLife.World.Lot.GetDefaultTile
- uid: TinyLife.World.Tile
commentId: T:TinyLife.World.Tile
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Tile.html
2022-08-02 23:19:57 +02:00
name: Tile
nameWithType: Tile
fullName: TinyLife.World.Tile
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.LotType.RequiredFurniture
commentId: F:TinyLife.World.LotType.RequiredFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.World.LotType.html#TinyLife_World_LotType_RequiredFurniture
2023-03-30 18:07:55 +02:00
name: RequiredFurniture
nameWithType: LotType.RequiredFurniture
fullName: TinyLife.World.LotType.RequiredFurniture
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.AreRequirementsMet*
commentId: Overload:TinyLife.World.Lot.AreRequirementsMet
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_AreRequirementsMet
2021-08-04 06:51:12 +02:00
name: AreRequirementsMet
nameWithType: Lot.AreRequirementsMet
fullName: TinyLife.World.Lot.AreRequirementsMet
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.Wall
commentId: T:TinyLife.World.Wall
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Wall.html
2023-10-11 16:05:32 +02:00
name: Wall
nameWithType: Wall
fullName: TinyLife.World.Wall
2022-04-27 12:59:12 +02:00
- uid: TinyLife.World.Lot.GetFrontDoor*
commentId: Overload:TinyLife.World.Lot.GetFrontDoor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetFrontDoor
2022-04-27 12:59:12 +02:00
name: GetFrontDoor
nameWithType: Lot.GetFrontDoor
fullName: TinyLife.World.Lot.GetFrontDoor
2022-09-05 14:19:42 +02:00
- uid: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}
commentId: T:System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}
2022-04-27 12:59:12 +02:00
parent: System
definition: System.ValueTuple`2
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Wall.html
2023-07-20 14:27:20 +02:00
name: (Wall Wall, Vector2 OutdoorPos)
nameWithType: (Wall Wall, Vector2 OutdoorPos)
fullName: (TinyLife.World.Wall Wall, Microsoft.Xna.Framework.Vector2 OutdoorPos)
nameWithType.vb: (Wall As Wall, OutdoorPos As Vector2)
fullName.vb: (Wall As TinyLife.World.Wall, OutdoorPos As Microsoft.Xna.Framework.Vector2)
name.vb: (Wall As Wall, OutdoorPos As Vector2)
2022-04-27 12:59:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2022-04-27 12:59:12 +02:00
- uid: TinyLife.World.Wall
name: Wall
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Wall.html
2023-07-20 14:27:20 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}.Wall
name: Wall
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.wall,microsoft.xna.framework.vector2-.wall
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-04-27 12:59:12 +02:00
name: Vector2
isExternal: true
2023-07-20 14:27:20 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}.OutdoorPos
name: OutdoorPos
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.wall,microsoft.xna.framework.vector2-.outdoorpos
2023-03-30 18:07:55 +02:00
- name: )
2022-04-27 12:59:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
2023-07-20 14:27:20 +02:00
- uid: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}.Wall
name: Wall
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.wall,microsoft.xna.framework.vector2-.wall
- name: " "
- name: As
- name: " "
2022-04-27 12:59:12 +02:00
- uid: TinyLife.World.Wall
name: Wall
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Wall.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: System.ValueTuple{TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2}.OutdoorPos
name: OutdoorPos
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.wall,microsoft.xna.framework.vector2-.outdoorpos
- name: " "
- name: As
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2022-04-27 12:59:12 +02:00
name: Vector2
isExternal: true
- name: )
- uid: System.ValueTuple`2
commentId: T:System.ValueTuple`2
2023-03-30 18:07:55 +02:00
name: (T1, T2)
nameWithType: (T1, T2)
fullName: (T1, T2)
2022-04-27 12:59:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2022-04-27 12:59:12 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-04-27 12:59:12 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: )
2022-04-27 12:59:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
2022-04-27 12:59:12 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-04-27 12:59:12 +02:00
- name: T2
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.World.Lot.GetHomeLocation*
commentId: Overload:TinyLife.World.Lot.GetHomeLocation
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetHomeLocation_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
name: GetHomeLocation
nameWithType: Lot.GetHomeLocation
fullName: TinyLife.World.Lot.GetHomeLocation
2023-07-20 14:27:20 +02:00
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
isExternal: true
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetPrice*
commentId: Overload:TinyLife.World.Lot.GetPrice
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetPrice
2021-08-04 06:51:12 +02:00
name: GetPrice
nameWithType: Lot.GetPrice
fullName: TinyLife.World.Lot.GetPrice
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_ElectricityRating
2023-03-30 18:07:55 +02:00
name: ElectricityRating
nameWithType: FurnitureType.TypeSettings.ElectricityRating
fullName: TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_WaterRating
2023-03-30 18:07:55 +02:00
name: WaterRating
nameWithType: FurnitureType.TypeSettings.WaterRating
fullName: TinyLife.Objects.FurnitureType.TypeSettings.WaterRating
2023-07-20 14:27:20 +02:00
- uid: TinyLife.PersonalityType.CityNative
commentId: F:TinyLife.PersonalityType.CityNative
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_CityNative
2023-07-20 14:27:20 +02:00
name: CityNative
nameWithType: PersonalityType.CityNative
fullName: TinyLife.PersonalityType.CityNative
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.GetWeeklyBills*
commentId: Overload:TinyLife.World.Lot.GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2021-08-04 06:51:12 +02:00
name: GetWeeklyBills
nameWithType: Lot.GetWeeklyBills
fullName: TinyLife.World.Lot.GetWeeklyBills
2023-07-20 14:27:20 +02:00
- uid: System.Collections.Generic.Dictionary{System.String,System.Single}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.Single}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, float>
nameWithType: Dictionary<string, float>
fullName: System.Collections.Generic.Dictionary<string, float>
nameWithType.vb: Dictionary(Of String, Single)
fullName.vb: System.Collections.Generic.Dictionary(Of String, Single)
name.vb: Dictionary(Of String, Single)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- uid: TinyLife.World.Lot.Export*
commentId: Overload:TinyLife.World.Lot.Export
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Export
2021-08-04 06:51:12 +02:00
name: Export
nameWithType: Lot.Export
fullName: TinyLife.World.Lot.Export
- uid: TinyLife.World.ExportedLot
commentId: T:TinyLife.World.ExportedLot
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.ExportedLot.html
2021-08-04 06:51:12 +02:00
name: ExportedLot
nameWithType: ExportedLot
fullName: TinyLife.World.ExportedLot
- uid: TinyLife.Objects.ObjectCategory.NonSellable
commentId: F:TinyLife.Objects.ObjectCategory.NonSellable
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_NonSellable
2023-03-30 18:07:55 +02:00
name: NonSellable
nameWithType: ObjectCategory.NonSellable
fullName: TinyLife.Objects.ObjectCategory.NonSellable
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Import*
commentId: Overload:TinyLife.World.Lot.Import
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Import_TinyLife_World_ExportedLot_System_String_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
name: Import
nameWithType: Lot.Import
fullName: TinyLife.World.Lot.Import
- uid: TinyLife.World.Lot.CanImport*
commentId: Overload:TinyLife.World.Lot.CanImport
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_CanImport_TinyLife_World_ExportedLot_
2021-08-04 06:51:12 +02:00
name: CanImport
nameWithType: Lot.CanImport
fullName: TinyLife.World.Lot.CanImport
- uid: MLEM.Misc.RectangleF
commentId: T:MLEM.Misc.RectangleF
parent: MLEM.Misc
isExternal: true
name: RectangleF
nameWithType: RectangleF
fullName: MLEM.Misc.RectangleF
- uid: TinyLife.World.Lot.GetCoveredArea*
commentId: Overload:TinyLife.World.Lot.GetCoveredArea
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetCoveredArea
2021-08-04 06:51:12 +02:00
name: GetCoveredArea
nameWithType: Lot.GetCoveredArea
fullName: TinyLife.World.Lot.GetCoveredArea
2024-04-14 17:55:54 +02:00
- uid: TinyLife.World.Household.DisallowFriendsVisiting
commentId: F:TinyLife.World.Household.DisallowFriendsVisiting
href: TinyLife.World.Household.html#TinyLife_World_Household_DisallowFriendsVisiting
name: DisallowFriendsVisiting
nameWithType: Household.DisallowFriendsVisiting
fullName: TinyLife.World.Household.DisallowFriendsVisiting
- uid: TinyLife.World.Household.DisallowStrangersVisiting
commentId: F:TinyLife.World.Household.DisallowStrangersVisiting
href: TinyLife.World.Household.html#TinyLife_World_Household_DisallowStrangersVisiting
name: DisallowStrangersVisiting
nameWithType: Household.DisallowStrangersVisiting
fullName: TinyLife.World.Household.DisallowStrangersVisiting
- 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: TinyLife.World.LotType.html#TinyLife_World_LotType_GetCurrentVisitPriority_TinyLife_World_Lot_TinyLife_Objects_Person_System_Nullable_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
href: TinyLife.World.LotType.html#TinyLife_World_LotType_GetCurrentVisitPriority_TinyLife_World_Lot_TinyLife_Objects_Person_System_Nullable_System_TimeSpan__
- name: (
- uid: TinyLife.World.Lot
name: Lot
href: TinyLife.World.Lot.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
href: TinyLife.Objects.Person.html
- 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
href: TinyLife.World.LotType.html#TinyLife_World_LotType_GetCurrentVisitPriority_TinyLife_World_Lot_TinyLife_Objects_Person_System_Nullable_System_TimeSpan__
- name: (
- uid: TinyLife.World.Lot
name: Lot
href: TinyLife.World.Lot.html
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
href: TinyLife.Objects.Person.html
- name: ','
- name: " "
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
- name: )
2023-12-14 11:04:48 +01:00
- uid: TinyLife.World.Lot.CanVisitRightNow*
commentId: Overload:TinyLife.World.Lot.CanVisitRightNow
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_CanVisitRightNow_TinyLife_Objects_Person_
2023-12-14 11:04:48 +01:00
name: CanVisitRightNow
nameWithType: Lot.CanVisitRightNow
fullName: TinyLife.World.Lot.CanVisitRightNow
2024-04-14 17:55:54 +02:00
- uid: TinyLife.World.Map.PopulateLots
commentId: M:TinyLife.World.Map.PopulateLots
href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots
name: PopulateLots()
nameWithType: Map.PopulateLots()
fullName: TinyLife.World.Map.PopulateLots()
spec.csharp:
- uid: TinyLife.World.Map.PopulateLots
name: PopulateLots
href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Map.PopulateLots
name: PopulateLots
href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots
- name: (
- name: )
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Lot.HasBasicAmenities*
commentId: Overload:TinyLife.World.Lot.HasBasicAmenities
href: TinyLife.World.Lot.html#TinyLife_World_Lot_HasBasicAmenities
name: HasBasicAmenities
nameWithType: Lot.HasBasicAmenities
fullName: TinyLife.World.Lot.HasBasicAmenities
2024-04-14 17:55:54 +02:00
- uid: TinyLife.World.Household.RandomConstellation.Generate(System.Random)
commentId: M:TinyLife.World.Household.RandomConstellation.Generate(System.Random)
isExternal: true
href: TinyLife.World.Household.RandomConstellation.html#TinyLife_World_Household_RandomConstellation_Generate_System_Random_
name: Generate(Random)
nameWithType: Household.RandomConstellation.Generate(Random)
fullName: TinyLife.World.Household.RandomConstellation.Generate(System.Random)
spec.csharp:
- uid: TinyLife.World.Household.RandomConstellation.Generate(System.Random)
name: Generate
href: TinyLife.World.Household.RandomConstellation.html#TinyLife_World_Household_RandomConstellation_Generate_System_Random_
- name: (
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: )
spec.vb:
- uid: TinyLife.World.Household.RandomConstellation.Generate(System.Random)
name: Generate
href: TinyLife.World.Household.RandomConstellation.html#TinyLife_World_Household_RandomConstellation_Generate_System_Random_
- name: (
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: )
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Lot.CanOccupy*
commentId: Overload:TinyLife.World.Lot.CanOccupy
href: TinyLife.World.Lot.html#TinyLife_World_Lot_CanOccupy_System_ValueTuple_System_Collections_Generic_List_TinyLife_Objects_AgeGroup__System_Collections_Generic_Dictionary_System_ValueTuple_System_Int32_System_Int32__TinyLife_World_Household_Relation___
name: CanOccupy
nameWithType: Lot.CanOccupy
fullName: TinyLife.World.Lot.CanOccupy
- uid: System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}}
commentId: T:System.ValueTuple{System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}}
parent: System
definition: System.ValueTuple`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: (List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>)
nameWithType: (List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>)
fullName: (System.Collections.Generic.List<TinyLife.Objects.AgeGroup>, System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>)
nameWithType.vb: (List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation))
fullName.vb: (System.Collections.Generic.List(Of TinyLife.Objects.AgeGroup), System.Collections.Generic.Dictionary(Of (Person As Integer, Other As Integer), TinyLife.World.Household.Relation))
name.vb: (List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation))
spec.csharp:
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: '>'
- name: ','
- name: " "
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{System.Int32,System.Int32}.Person
name: Person
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.person
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{System.Int32,System.Int32}.Other
name: Other
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.other
- name: )
- name: ','
- name: " "
- uid: TinyLife.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.Relation
name: Relation
href: TinyLife.World.Household.Relation.html
- name: '>'
- name: )
spec.vb:
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: )
- name: ','
- name: " "
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{System.Int32,System.Int32}.Person
name: Person
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.person
- name: " "
- name: As
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.ValueTuple{System.Int32,System.Int32}.Other
name: Other
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.other
- name: " "
- name: As
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- name: ','
- name: " "
- uid: TinyLife.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.Relation
name: Relation
href: TinyLife.World.Household.Relation.html
- name: )
- name: )
- uid: System.Collections.Generic.IList{TinyLife.Objects.Person}
commentId: T:System.Collections.Generic.IList{TinyLife.Objects.Person}
parent: System.Collections.Generic
definition: System.Collections.Generic.IList`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
name: IList<Person>
nameWithType: IList<Person>
fullName: System.Collections.Generic.IList<TinyLife.Objects.Person>
nameWithType.vb: IList(Of Person)
fullName.vb: System.Collections.Generic.IList(Of TinyLife.Objects.Person)
name.vb: IList(Of Person)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: <
- uid: TinyLife.Objects.Person
name: Person
href: TinyLife.Objects.Person.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Person
name: Person
href: TinyLife.Objects.Person.html
- name: )
- uid: System.Collections.Generic.IList`1
commentId: T:System.Collections.Generic.IList`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
name: IList<T>
nameWithType: IList<T>
fullName: System.Collections.Generic.IList<T>
nameWithType.vb: IList(Of T)
fullName.vb: System.Collections.Generic.IList(Of T)
name.vb: IList(Of T)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Objects.AgeGroup
commentId: T:TinyLife.Objects.AgeGroup
parent: TinyLife.Objects
href: TinyLife.Objects.AgeGroup.html
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
2024-03-09 19:49:55 +01:00
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.AgeGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<AgeGroup>
nameWithType: IEnumerable<AgeGroup>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Objects.AgeGroup>
nameWithType.vb: IEnumerable(Of AgeGroup)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.AgeGroup)
name.vb: IEnumerable(Of AgeGroup)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.AgeGroup
name: AgeGroup
href: TinyLife.Objects.AgeGroup.html
- name: )
- uid: System.Func{System.Int32,System.Int32,System.Boolean}
commentId: T:System.Func{System.Int32,System.Int32,System.Boolean}
parent: System
definition: System.Func`3
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<int, int, bool>
nameWithType: Func<int, int, bool>
fullName: System.Func<int, int, bool>
nameWithType.vb: Func(Of Integer, Integer, Boolean)
fullName.vb: System.Func(Of Integer, Integer, Boolean)
name.vb: Func(Of Integer, Integer, Boolean)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: <
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: System.Func`3
commentId: T:System.Func`3
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<T1, T2, TResult>
nameWithType: Func<T1, T2, TResult>
fullName: System.Func<T1, T2, TResult>
nameWithType.vb: Func(Of T1, T2, TResult)
fullName.vb: System.Func(Of T1, T2, TResult)
name.vb: Func(Of T1, T2, TResult)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: <
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: TResult
- name: )
- uid: TinyLife.World.Lot.GetValidOccupyingAges*
commentId: Overload:TinyLife.World.Lot.GetValidOccupyingAges
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetValidOccupyingAges
name: GetValidOccupyingAges
nameWithType: Lot.GetValidOccupyingAges
fullName: TinyLife.World.Lot.GetValidOccupyingAges