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

3131 lines
113 KiB
YAML
Raw Permalink Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.World.Household
commentId: T:TinyLife.World.Household
id: Household
parent: TinyLife.World
children:
2024-03-09 19:49:55 +01:00
- TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.Add(TinyLife.Objects.Person)
2024-03-09 19:49:55 +01:00
- TinyLife.World.Household.AddedThroughPopulating
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})
- TinyLife.World.Household.ClothesStorage
2021-08-30 20:44:32 +02:00
- TinyLife.World.Household.DefaultMoney
2021-11-23 16:24:04 +01:00
- TinyLife.World.Household.Description
2023-12-06 13:25:52 +01:00
- TinyLife.World.Household.DisallowFriendsVisiting
2022-09-05 14:19:42 +02:00
- TinyLife.World.Household.DisallowNewspapers
2023-12-06 13:25:52 +01:00
- TinyLife.World.Household.DisallowStrangersVisiting
- TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.FurnitureStorage
2024-03-09 19:49:55 +01:00
- TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
- TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
- TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
- TinyLife.World.Household.HasBeenPlayed
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.HasMember(System.Guid)
2024-03-09 19:49:55 +01:00
- TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.IsCurrent
- TinyLife.World.Household.Lot
- TinyLife.World.Household.Members
- TinyLife.World.Household.Money
- TinyLife.World.Household.Name
2024-03-09 19:49:55 +01:00
- TinyLife.World.Household.RandomConstellations
2021-08-30 20:44:32 +02:00
- TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)
2023-04-26 14:51:19 +02:00
- TinyLife.World.Household.TotalMemberAmount
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.UnopenedMail
2022-09-05 14:19:42 +02:00
- TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.World.Household.Validate(TinyLife.World.Map)
langs:
- csharp
- vb
name: Household
nameWithType: Household
fullName: TinyLife.World.Household
type: Class
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-03-09 19:49:55 +01:00
startLine: 21
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A household is a set of <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> instances that live together on the same <xref href="TinyLife.World.Household.Lot" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataContract]
2021-11-23 16:24:04 +01:00
public class Household : JsonTypeSafeGenericDataHolder, IGenericDataHolder
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataContract>
2023-03-30 18:07:55 +02:00
Public Class Household 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.Household.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
2021-08-30 20:44:32 +02:00
- uid: TinyLife.World.Household.DefaultMoney
commentId: F:TinyLife.World.Household.DefaultMoney
id: DefaultMoney
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: DefaultMoney
nameWithType: Household.DefaultMoney
fullName: TinyLife.World.Household.DefaultMoney
type: Field
source:
remote:
path: TinyLife/World/Household.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-30 20:44:32 +02:00
id: DefaultMoney
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-03-09 19:49:55 +01:00
startLine: 28
2021-08-30 20:44:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
The amount of money that a household has by default.
If the househould is exported throughly (<xref href="TinyLife.World.Household.Export(System.Boolean%2cSystem.Boolean%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>), this value will be exported as well.
2021-08-30 20:44:32 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public const float DefaultMoney = 30000
2021-08-30 20:44:32 +02:00
return:
type: System.Single
2023-03-30 18:07:55 +02:00
content.vb: Public Const DefaultMoney As Single = 30000
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.RandomConstellations
commentId: F:TinyLife.World.Household.RandomConstellations
id: RandomConstellations
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: RandomConstellations
nameWithType: Household.RandomConstellations
fullName: TinyLife.World.Household.RandomConstellations
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomConstellations
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 34
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
A set of random constellations that will be used when new households are randomly generated in <xref href="TinyLife.World.Household.Generate(TinyLife.World.Map%2cSystem.Random%2cSystem.Collections.Generic.List%7bTinyLife.Objects.AgeGroup%7d%2cSystem.Collections.Generic.Dictionary%7bSystem.ValueTuple%7bSystem.Int32%2cSystem.Int32%7d%2cTinyLife.World.Household.Relation%7d)" data-throw-if-not-resolved="false"></xref>.
Add additional items to this list to create additional constellation options.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public static readonly List<Household.RandomConstellation> RandomConstellations
return:
type: System.Collections.Generic.List{TinyLife.World.Household.RandomConstellation}
content.vb: Public Shared ReadOnly RandomConstellations As List(Of Household.RandomConstellation)
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.FurnitureStorage
commentId: F:TinyLife.World.Household.FurnitureStorage
id: FurnitureStorage
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: FurnitureStorage
nameWithType: Household.FurnitureStorage
fullName: TinyLife.World.Household.FurnitureStorage
type: Field
source:
remote:
path: TinyLife/World/Household.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 71
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
This household's furniture storage, which is a set of <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> items that are not placed, but owned by this household.
To add new objects to the furniture storage, simply add them to this set.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: >-
[DataMember]
public readonly HashSet<Furniture> FurnitureStorage
return:
type: System.Collections.Generic.HashSet{TinyLife.Objects.Furniture}
content.vb: >-
<DataMember>
Public ReadOnly FurnitureStorage As HashSet(Of Furniture)
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Household.ClothesStorage
commentId: F:TinyLife.World.Household.ClothesStorage
id: ClothesStorage
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: ClothesStorage
nameWithType: Household.ClothesStorage
fullName: TinyLife.World.Household.ClothesStorage
type: Field
source:
remote:
path: TinyLife/World/Household.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 77
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
This household's clothing storage, which is a set of <xref href="TinyLife.Objects.WornClothes" data-throw-if-not-resolved="false"></xref> that are not currently being worn by any members, but that are owned by this household.
To add new objects to the clothes storage, simply add them to this set.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: >-
[DataMember]
public readonly HashSet<WornClothes> ClothesStorage
return:
type: System.Collections.Generic.HashSet{TinyLife.Objects.WornClothes}
content.vb: >-
<DataMember>
Public ReadOnly ClothesStorage As HashSet(Of WornClothes)
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Household.UnopenedMail
commentId: F:TinyLife.World.Household.UnopenedMail
id: UnopenedMail
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: UnopenedMail
nameWithType: Household.UnopenedMail
fullName: TinyLife.World.Household.UnopenedMail
type: Field
source:
remote:
path: TinyLife/World/Household.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnopenedMail
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 83
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
A list of <xref href="TinyLife.World.Mail" data-throw-if-not-resolved="false"></xref> instances that is yet to be opened.
When a mail carrier delivers mail, it is automatically added to this list.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: >-
[DataMember]
public readonly List<Mail> UnopenedMail
return:
type: System.Collections.Generic.List{TinyLife.World.Mail}
content.vb: >-
<DataMember>
Public ReadOnly UnopenedMail As List(Of Mail)
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.AddedThroughPopulating
commentId: F:TinyLife.World.Household.AddedThroughPopulating
id: AddedThroughPopulating
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: AddedThroughPopulating
nameWithType: Household.AddedThroughPopulating
fullName: TinyLife.World.Household.AddedThroughPopulating
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedThroughPopulating
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 88
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 household was generated automatically, and added through the <xref href="TinyLife.PerSaveOptions.PopulateLots" data-throw-if-not-resolved="false"></xref> option in <xref href="TinyLife.World.Map.PopulateLots" data-throw-if-not-resolved="false"></xref>.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: >-
[DataMember]
public readonly bool AddedThroughPopulating
return:
type: System.Boolean
content.vb: >-
<DataMember>
Public ReadOnly AddedThroughPopulating As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Money
commentId: P:TinyLife.World.Household.Money
id: Money
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Money
nameWithType: Household.Money
fullName: TinyLife.World.Household.Money
type: Property
source:
remote:
path: TinyLife/World/Household.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: Money
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 93
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The money that this household has, rounded by two digits after the decimal point
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
public float Money { get; set; }
parameters: []
return:
type: System.Single
content.vb: >-
<DataMember>
Public Property Money As Single
overload: TinyLife.World.Household.Money*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Household.Members
commentId: P:TinyLife.World.Household.Members
id: Members
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Members
nameWithType: Household.Members
fullName: TinyLife.World.Household.Members
type: Property
source:
remote:
path: TinyLife/World/Household.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: Members
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 101
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.Objects.Person" data-throw-if-not-resolved="false"></xref> instances that are members of this household
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public IEnumerable<Person> Members { get; }
parameters: []
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
content.vb: Public ReadOnly Property Members As IEnumerable(Of Person)
overload: TinyLife.World.Household.Members*
- uid: TinyLife.World.Household.Lot
commentId: P:TinyLife.World.Household.Lot
id: Lot
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Lot
nameWithType: Household.Lot
fullName: TinyLife.World.Household.Lot
type: Property
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-04-14 17:55:54 +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: >-
The <xref href="TinyLife.World.Household.Lot" data-throw-if-not-resolved="false"></xref> that this household lives on.
For exported households, this might be null.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Lot Lot { get; }
parameters: []
return:
type: TinyLife.World.Lot
content.vb: Public ReadOnly Property Lot As Lot
overload: TinyLife.World.Household.Lot*
- uid: TinyLife.World.Household.Name
commentId: P:TinyLife.World.Household.Name
id: Name
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Name
nameWithType: Household.Name
fullName: TinyLife.World.Household.Name
type: Property
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 124
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 household.
The name of a household is the <xref href="TinyLife.Objects.Person.LastName" data-throw-if-not-resolved="false"></xref> that most people in this household have.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public string Name { get; }
parameters: []
return:
type: System.String
content.vb: Public ReadOnly Property Name As String
overload: TinyLife.World.Household.Name*
- uid: TinyLife.World.Household.IsCurrent
commentId: P:TinyLife.World.Household.IsCurrent
id: IsCurrent
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: IsCurrent
nameWithType: Household.IsCurrent
fullName: TinyLife.World.Household.IsCurrent
type: Property
source:
remote:
path: TinyLife/World/Household.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: IsCurrent
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 128
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A property that indicates whether or not this household is the same as <xref href="TinyLife.GameImpl.CurrentHousehold" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public bool IsCurrent { get; }
parameters: []
return:
type: System.Boolean
content.vb: Public ReadOnly Property IsCurrent As Boolean
overload: TinyLife.World.Household.IsCurrent*
2021-11-23 16:24:04 +01:00
- uid: TinyLife.World.Household.Description
commentId: F:TinyLife.World.Household.Description
id: Description
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Description
nameWithType: Household.Description
fullName: TinyLife.World.Household.Description
type: Field
source:
remote:
path: TinyLife/World/Household.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-11-23 16:24:04 +01:00
id: Description
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 133
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The household's description
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: >-
[DataMember]
public string Description
return:
type: System.String
content.vb: >-
<DataMember>
Public Description As String
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.DisallowNewspapers
commentId: F:TinyLife.World.Household.DisallowNewspapers
id: DisallowNewspapers
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2022-09-05 14:19:42 +02:00
name: DisallowNewspapers
nameWithType: Household.DisallowNewspapers
fullName: TinyLife.World.Household.DisallowNewspapers
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/World/Household.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
2022-09-05 14:19:42 +02:00
id: DisallowNewspapers
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 139
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
Whether newspaper deliveries are disallowed in this household.
This field is set by the <xref href="TinyLife.Actions.ActionType.ToggleNewspapers" data-throw-if-not-resolved="false"></xref> action.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
2022-09-05 14:19:42 +02:00
public bool DisallowNewspapers
2021-08-04 06:51:12 +02:00
return:
2022-09-05 14:19:42 +02:00
type: System.Boolean
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataMember>
2022-09-05 14:19:42 +02:00
Public DisallowNewspapers As Boolean
2021-08-04 06:51:12 +02:00
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Household.DisallowFriendsVisiting
commentId: F:TinyLife.World.Household.DisallowFriendsVisiting
id: DisallowFriendsVisiting
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: DisallowFriendsVisiting
nameWithType: Household.DisallowFriendsVisiting
fullName: TinyLife.World.Household.DisallowFriendsVisiting
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowFriendsVisiting
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 144
2023-12-06 13:25:52 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Whether visits from friends are currently disallowed.
2023-12-06 13:25:52 +01:00
example: []
syntax:
content: >-
[DataMember]
public bool DisallowFriendsVisiting
return:
type: System.Boolean
content.vb: >-
<DataMember>
Public DisallowFriendsVisiting As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Household.DisallowStrangersVisiting
commentId: F:TinyLife.World.Household.DisallowStrangersVisiting
id: DisallowStrangersVisiting
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: DisallowStrangersVisiting
nameWithType: Household.DisallowStrangersVisiting
fullName: TinyLife.World.Household.DisallowStrangersVisiting
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowStrangersVisiting
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 149
2023-12-06 13:25:52 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Whether visits from strangers are currently disallowed.
2023-12-06 13:25:52 +01:00
example: []
syntax:
content: >-
[DataMember]
public bool DisallowStrangersVisiting
return:
type: System.Boolean
content.vb: >-
<DataMember>
Public DisallowStrangersVisiting As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2023-04-26 14:51:19 +02:00
- uid: TinyLife.World.Household.TotalMemberAmount
commentId: P:TinyLife.World.Household.TotalMemberAmount
id: TotalMemberAmount
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: TotalMemberAmount
nameWithType: Household.TotalMemberAmount
fullName: TinyLife.World.Household.TotalMemberAmount
type: Property
source:
remote:
path: TinyLife/World/Household.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-04-26 14:51:19 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalMemberAmount
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 153
2023-04-26 14:51:19 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The total amount of members of this household, which includes the amount of <xref href="TinyLife.World.Household.Members" data-throw-if-not-resolved="false"></xref>, as well as unborn babies of <xref href="TinyLife.World.Household.Members" data-throw-if-not-resolved="false"></xref>.
2023-04-26 14:51:19 +02:00
example: []
syntax:
content: public int TotalMemberAmount { get; }
parameters: []
return:
type: System.Int32
content.vb: Public ReadOnly Property TotalMemberAmount As Integer
overload: TinyLife.World.Household.TotalMemberAmount*
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.HasBeenPlayed
commentId: F:TinyLife.World.Household.HasBeenPlayed
id: HasBeenPlayed
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: HasBeenPlayed
nameWithType: Household.HasBeenPlayed
fullName: TinyLife.World.Household.HasBeenPlayed
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBeenPlayed
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 162
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 household has previously been played by the player.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: >-
[DataMember]
public bool HasBeenPlayed
return:
type: System.Boolean
content.vb: >-
<DataMember>
Public HasBeenPlayed As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot,System.Boolean)
commentId: M:TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot,System.Boolean)
id: '#ctor(TinyLife.World.Map,TinyLife.World.Lot,System.Boolean)'
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
name: Household(Map, Lot, bool)
nameWithType: Household.Household(Map, Lot, bool)
fullName: TinyLife.World.Household.Household(TinyLife.World.Map, TinyLife.World.Lot, bool)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 182
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 household on the given map and lot
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public Household(Map lotMap, Lot lot, bool addedThroughPopulating = false)
2021-08-04 06:51:12 +02:00
parameters:
2023-07-20 14:27:20 +02:00
- id: lotMap
2021-08-04 06:51:12 +02:00
type: TinyLife.World.Map
2023-07-20 14:27:20 +02:00
description: The map the lot is on.
2021-08-04 06:51:12 +02:00
- id: lot
type: TinyLife.World.Lot
description: The lot that this household should own (can be null)
2024-03-09 19:49:55 +01:00
- id: addedThroughPopulating
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether this household was generated automatically, and added through the <xref href="TinyLife.PerSaveOptions.PopulateLots" data-throw-if-not-resolved="false"></xref> option in <xref href="TinyLife.World.Map.PopulateLots" data-throw-if-not-resolved="false"></xref>.
2024-03-09 19:49:55 +01:00
content.vb: Public Sub New(lotMap As Map, lot As Lot, addedThroughPopulating As Boolean = False)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.#ctor*
2024-03-09 19:49:55 +01:00
nameWithType.vb: Household.New(Map, Lot, Boolean)
fullName.vb: TinyLife.World.Household.New(TinyLife.World.Map, TinyLife.World.Lot, Boolean)
name.vb: New(Map, Lot, Boolean)
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Update(GameTime, TimeSpan, float)
nameWithType: Household.Update(GameTime, TimeSpan, float)
fullName: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Household.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: Update
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 194
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Updates this household and its data.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-11-26 23:42:22 +01:00
content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters:
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description: The game's time
2021-08-04 06:51:12 +02:00
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game
2021-11-26 23:42:22 +01:00
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.Update*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Household.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Add(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Household.Add(TinyLife.Objects.Person)
id: Add(TinyLife.Objects.Person)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Add(Person)
nameWithType: Household.Add(Person)
fullName: TinyLife.World.Household.Add(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Household.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: Add
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 213
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Adds the given person to this household
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public void Add(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to add
content.vb: Public Sub Add(person As Person)
overload: TinyLife.World.Household.Add*
2021-08-30 20:44:32 +02:00
- uid: TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)
commentId: M:TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)
id: Remove(TinyLife.Objects.Person,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Remove(Person, bool)
nameWithType: Household.Remove(Person, bool)
fullName: TinyLife.World.Household.Remove(TinyLife.Objects.Person, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Household.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: Remove
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 225
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Removes the given person from this household, if they're part of it
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-04-26 14:51:19 +02:00
content: public void Remove(Person person, bool removeHouseholdIfEmpty = true)
2021-08-04 06:51:12 +02:00
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to remove
2021-08-30 20:44:32 +02:00
- id: removeHouseholdIfEmpty
type: System.Boolean
description: Whether the household should be removed from the underlying map if the removed member was the last
2023-04-26 14:51:19 +02:00
content.vb: Public Sub Remove(person As Person, removeHouseholdIfEmpty As Boolean = True)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.Remove*
2023-03-30 18:07:55 +02:00
nameWithType.vb: Household.Remove(Person, Boolean)
fullName.vb: TinyLife.World.Household.Remove(TinyLife.Objects.Person, Boolean)
name.vb: Remove(Person, Boolean)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.HasMember(System.Guid)
commentId: M:TinyLife.World.Household.HasMember(System.Guid)
id: HasMember(System.Guid)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: HasMember(Guid)
nameWithType: Household.HasMember(Guid)
fullName: TinyLife.World.Household.HasMember(System.Guid)
type: Method
source:
remote:
path: TinyLife/World/Household.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: HasMember
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-04-14 17:55:54 +02:00
startLine: 238
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 the given person <xref href="TinyLife.Objects.MapObject.Id" data-throw-if-not-resolved="false"></xref> is a part of this household
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public bool HasMember(Guid person)
parameters:
- id: person
type: System.Guid
description: The unique id of the person to query
return:
type: System.Boolean
description: true if the person is part of this household, false otherwise
content.vb: Public Function HasMember(person As Guid) As Boolean
overload: TinyLife.World.Household.HasMember*
- uid: TinyLife.World.Household.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map)
id: Validate(TinyLife.World.Map)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Validate(Map)
nameWithType: Household.Validate(Map)
fullName: TinyLife.World.Household.Validate(TinyLife.World.Map)
type: Method
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 247
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:
2023-08-15 13:17:22 +02:00
content: public bool Validate(Map map)
2021-08-04 06:51:12 +02:00
parameters:
2023-08-15 13:17:22 +02:00
- id: map
2021-08-04 06:51:12 +02:00
type: TinyLife.World.Map
return:
type: System.Boolean
description: false if the object is not valid, true otherwise
2023-08-15 13:17:22 +02:00
content.vb: Public Function Validate(map As Map) As Boolean
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.Validate*
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
id: Export(System.Boolean,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2023-12-06 13:25:52 +01:00
name: Export(bool, bool, bool)
nameWithType: Household.Export(bool, bool, bool)
fullName: TinyLife.World.Household.Export(bool, bool, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 265
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 household's data into an <xref href="TinyLife.World.ExportedHousehold" data-throw-if-not-resolved="false"></xref>, which can be saved to disk independently of the <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref> that this household is on.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-12-06 13:25:52 +01:00
content: public ExportedHousehold Export(bool thorough, bool custom, bool ignoreStorage = false)
2021-08-30 20:44:32 +02:00
parameters:
- id: thorough
type: System.Boolean
2023-08-15 13:17:22 +02:00
description: Whether people should be reset thoroughly in <xref href="TinyLife.Objects.Person.ResetToStatic(System.Boolean%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>, and whether the money should be reset to <xref href="TinyLife.World.Household.DefaultMoney" data-throw-if-not-resolved="false"></xref>
- id: custom
type: System.Boolean
description: Whether the export is custom, in which case people in it will keep their unlocalized names, pronouns and descriptions.
2023-12-06 13:25:52 +01:00
- id: ignoreStorage
type: System.Boolean
description: Whether the household storage should be ignored (and not exported along with this household).
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.World.ExportedHousehold
description: An exported household
2023-12-06 13:25:52 +01:00
content.vb: Public Function Export(thorough As Boolean, custom As Boolean, ignoreStorage As Boolean = False) As ExportedHousehold
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.Export*
2023-12-06 13:25:52 +01:00
nameWithType.vb: Household.Export(Boolean, Boolean, Boolean)
fullName.vb: TinyLife.World.Household.Export(Boolean, Boolean, Boolean)
name.vb: Export(Boolean, Boolean, Boolean)
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)
id: Import(TinyLife.World.ExportedHousehold,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
name: Import(ExportedHousehold, bool, bool)
nameWithType: Household.Import(ExportedHousehold, bool, bool)
fullName: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold, bool, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Household.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/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 276
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.ExportedHousehold" data-throw-if-not-resolved="false"></xref> into this household.
Note that existing <xref href="TinyLife.World.Household.Members" data-throw-if-not-resolved="false"></xref> are not removed or replaced beforehand.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public void Import(ExportedHousehold household, bool useExistingVisitors = false, bool updateExternalPeople = true)
2021-08-04 06:51:12 +02:00
parameters:
- id: household
type: TinyLife.World.ExportedHousehold
description: The household to import
2021-08-30 20:44:32 +02:00
- id: useExistingVisitors
type: System.Boolean
2024-01-07 16:53:47 +01:00
description: Whether existing visitors should be used, if they exist, instead of the exported household's members
2024-03-09 19:49:55 +01:00
- id: updateExternalPeople
type: System.Boolean
2024-04-14 17:55:54 +02:00
description: Whether to call <xref href="TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection%7bTinyLife.World.Map%7d%2cSystem.Action%7bSystem.String%7d%2cSystem.Action%7bSystem.Single%7d)" data-throw-if-not-resolved="false"></xref> when the import is finished.
2024-03-09 19:49:55 +01:00
content.vb: Public Sub Import(household As ExportedHousehold, useExistingVisitors As Boolean = False, updateExternalPeople As Boolean = True)
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.Household.Import*
2024-03-09 19:49:55 +01:00
nameWithType.vb: Household.Import(ExportedHousehold, Boolean, Boolean)
fullName.vb: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold, Boolean, Boolean)
name.vb: Import(ExportedHousehold, Boolean, Boolean)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})
commentId: M:TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})
id: AreUtilitiesDisabled(System.Nullable{System.TimeSpan})
parent: TinyLife.World.Household
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: AreUtilitiesDisabled(TimeSpan?)
nameWithType: Household.AreUtilitiesDisabled(TimeSpan?)
fullName: TinyLife.World.Household.AreUtilitiesDisabled(System.TimeSpan?)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Household.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: AreUtilitiesDisabled
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 323
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 power and water should currently be considered disabled for the <xref href="TinyLife.World.Household.Lot" data-throw-if-not-resolved="false"></xref> that this household is on.
This method returns true when <xref href="TinyLife.World.Household.UnopenedMail" data-throw-if-not-resolved="false"></xref> has contained a <xref href="TinyLife.World.BillsMail" data-throw-if-not-resolved="false"></xref> for three or more in-game days.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-04-27 12:59:12 +02:00
content: public bool AreUtilitiesDisabled(TimeSpan? time = null)
2021-08-04 06:51:12 +02:00
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
2022-07-28 14:58:38 +02:00
description: The current time, or null to default to <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
return:
type: System.Boolean
description: Whether utilites are disabled
content.vb: Public Function AreUtilitiesDisabled(time As TimeSpan? = Nothing) As Boolean
overload: TinyLife.World.Household.AreUtilitiesDisabled*
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
commentId: M:TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
id: GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
2022-01-01 17:06:03 +01:00
parent: TinyLife.World.Household
langs:
- csharp
- vb
2024-03-09 19:49:55 +01:00
name: GetAgeGroups(IEnumerable<Person>)
nameWithType: Household.GetAgeGroups(IEnumerable<Person>)
fullName: TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable<TinyLife.Objects.Person>)
2022-01-01 17:06:03 +01:00
type: Method
source:
remote:
path: TinyLife/World/Household.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-01-01 17:06:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2024-03-09 19:49:55 +01:00
id: GetAgeGroups
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 336
2022-01-01 17:06:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: Returns a combined flag of the age groups that the members of the given list belong to.
example: []
2022-01-01 17:06:03 +01:00
syntax:
2024-03-09 19:49:55 +01:00
content: public static AgeGroup GetAgeGroups(IEnumerable<Person> members)
2022-01-01 17:06:03 +01:00
parameters:
- id: members
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
2024-04-14 17:55:54 +02:00
description: The household members.
2022-01-01 17:06:03 +01:00
return:
2024-03-09 19:49:55 +01:00
type: TinyLife.Objects.AgeGroup
2024-04-14 17:55:54 +02:00
description: The combined flag of age groups.
2024-03-09 19:49:55 +01:00
content.vb: Public Shared Function GetAgeGroups(members As IEnumerable(Of Person)) As AgeGroup
overload: TinyLife.World.Household.GetAgeGroups*
nameWithType.vb: Household.GetAgeGroups(IEnumerable(Of Person))
fullName.vb: TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person))
name.vb: GetAgeGroups(IEnumerable(Of Person))
- uid: TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
commentId: M:TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
id: Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Generate(Map, Random, List<AgeGroup>, Dictionary<(int Person, int Other), Relation>)
nameWithType: Household.Generate(Map, Random, List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>)
fullName: TinyLife.World.Household.Generate(TinyLife.World.Map, System.Random, 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/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate
path: ../TinyLife/World/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 349
2024-03-09 19:49:55 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-04-14 17:55:54 +02:00
summary: >-
Generates a new random household using the given settings, and using the <xref href="TinyLife.World.Household.RandomConstellations" data-throw-if-not-resolved="false"></xref> list.
Data for invoking this method can be generated using <xref href="TinyLife.World.Household.RandomConstellation.Generate(System.Random)" data-throw-if-not-resolved="false"></xref>.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public static IEnumerable<Person> Generate(Map map, Random random, List<AgeGroup> ages, Dictionary<(int Person, int Other), Household.Relation> relations)
parameters:
- id: map
type: TinyLife.World.Map
2024-04-14 17:55:54 +02:00
description: The map to generate a household for.
2024-03-09 19:49:55 +01:00
- id: random
type: System.Random
2024-04-14 17:55:54 +02:00
description: The random instance to use for generation.
2024-03-09 19:49:55 +01:00
- id: ages
type: System.Collections.Generic.List{TinyLife.Objects.AgeGroup}
2024-04-14 17:55:54 +02:00
description: The ages of the people that should be included in the household. The length of the list also determines the amount of people in the household.
2024-03-09 19:49:55 +01:00
- id: relations
type: System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}
2024-04-14 17:55:54 +02:00
description: A set of familiar relations that should be applied to the generated people. The indices in the dictionary refer to the <code class="paramref">ages</code> of the household members.
2024-03-09 19:49:55 +01:00
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
2024-04-14 17:55:54 +02:00
description: The generated household's members.
2024-03-09 19:49:55 +01:00
content.vb: Public Shared Function Generate(map As Map, random As Random, ages As List(Of AgeGroup), relations As Dictionary(Of (Person As Integer, Other As Integer), Household.Relation)) As IEnumerable(Of Person)
overload: TinyLife.World.Household.Generate*
nameWithType.vb: Household.Generate(Map, Random, List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation))
fullName.vb: TinyLife.World.Household.Generate(TinyLife.World.Map, System.Random, 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: Generate(Map, Random, List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Relation))
- uid: TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
commentId: M:TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
id: GetMatchingConstellations(TinyLife.Objects.AgeGroup)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: GetMatchingConstellations(AgeGroup)
nameWithType: Household.GetMatchingConstellations(AgeGroup)
fullName: TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMatchingConstellations
path: ../TinyLife/World/Household.cs
2024-05-01 17:57:34 +02:00
startLine: 399
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 constellations that match the given combined flag of <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref> values.
example: []
2024-03-09 19:49:55 +01:00
syntax:
content: public static IEnumerable<(Household.RandomConstellation Constellation, float MatchPercentage)> GetMatchingConstellations(AgeGroup ages)
parameters:
- id: ages
type: TinyLife.Objects.AgeGroup
2024-04-14 17:55:54 +02:00
description: The ages.
2024-03-09 19:49:55 +01:00
return:
type: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}}
2024-04-14 17:55:54 +02:00
description: Matching constellations, as well as a percentage that determines how well they match.
2024-03-09 19:49:55 +01:00
content.vb: Public Shared Function GetMatchingConstellations(ages As AgeGroup) As IEnumerable(Of (Constellation As Household.RandomConstellation, MatchPercentage As Single))
overload: TinyLife.World.Household.GetMatchingConstellations*
2021-08-04 06:51:12 +02:00
references:
- 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.Household.Lot
commentId: P:TinyLife.World.Household.Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Lot
2023-03-30 18:07:55 +02:00
name: Lot
nameWithType: Household.Lot
fullName: TinyLife.World.Household.Lot
2021-08-04 06:51:12 +02:00
- 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.Household.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<Household>(Household)
nameWithType: Extensions.JsonCopy<Household>(Household)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Household>(TinyLife.World.Household)
nameWithType.vb: Extensions.JsonCopy(Of Household)(Household)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Household)(TinyLife.World.Household)
name.vb: JsonCopy(Of Household)(Household)
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.Household)
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.Household
name: Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.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.Household
name: Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.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.Household)
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.Household
name: Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.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.Household
name: Household
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html
2021-08-04 06:51:12 +02:00
- 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
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-12-06 13:25:52 +01:00
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
2021-08-30 20:44:32 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Export_System_Boolean_System_Boolean_System_Boolean_
2023-12-06 13:25:52 +01:00
name: Export(bool, bool, bool)
nameWithType: Household.Export(bool, bool, bool)
fullName: TinyLife.World.Household.Export(bool, bool, bool)
nameWithType.vb: Household.Export(Boolean, Boolean, Boolean)
fullName.vb: TinyLife.World.Household.Export(Boolean, Boolean, Boolean)
name.vb: Export(Boolean, Boolean, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name: Export
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Export_System_Boolean_System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
2023-08-15 13:17:22 +02:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-03-30 18:07:55 +02:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
2023-12-06 13:25:52 +01:00
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name: Export
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Export_System_Boolean_System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
2023-08-15 13:17:22 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-12-06 13:25:52 +01:00
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-03-30 18:07:55 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-08-04 06:51:12 +02:00
- 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
2024-04-14 17:55:54 +02:00
- uid: TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
commentId: M:TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
isExternal: true
href: TinyLife.World.Household.html#TinyLife_World_Household_Generate_TinyLife_World_Map_System_Random_System_Collections_Generic_List_TinyLife_Objects_AgeGroup__System_Collections_Generic_Dictionary_System_ValueTuple_System_Int32_System_Int32__TinyLife_World_Household_Relation__
name: Generate(Map, Random, List<AgeGroup>, Dictionary<(int Person, int Other), Relation>)
nameWithType: Household.Generate(Map, Random, List<AgeGroup>, Dictionary<(int Person, int Other), Household.Relation>)
fullName: TinyLife.World.Household.Generate(TinyLife.World.Map, System.Random, System.Collections.Generic.List<TinyLife.Objects.AgeGroup>, System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>)
nameWithType.vb: Household.Generate(Map, Random, List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Household.Relation))
fullName.vb: TinyLife.World.Household.Generate(TinyLife.World.Map, System.Random, 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: Generate(Map, Random, List(Of AgeGroup), Dictionary(Of (Person As Integer, Other As Integer), Relation))
spec.csharp:
- uid: TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
name: Generate
href: TinyLife.World.Household.html#TinyLife_World_Household_Generate_TinyLife_World_Map_System_Random_System_Collections_Generic_List_TinyLife_Objects_AgeGroup__System_Collections_Generic_Dictionary_System_ValueTuple_System_Int32_System_Int32__TinyLife_World_Household_Relation__
- name: (
- uid: TinyLife.World.Map
name: Map
href: TinyLife.World.Map.html
- name: ','
- name: " "
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: ','
- 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.Relation
name: Relation
href: TinyLife.World.Household.Relation.html
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
name: Generate
href: TinyLife.World.Household.html#TinyLife_World_Household_Generate_TinyLife_World_Map_System_Random_System_Collections_Generic_List_TinyLife_Objects_AgeGroup__System_Collections_Generic_Dictionary_System_ValueTuple_System_Int32_System_Int32__TinyLife_World_Household_Relation__
- name: (
- uid: TinyLife.World.Map
name: Map
href: TinyLife.World.Map.html
- name: ','
- name: " "
- uid: System.Random
name: Random
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
- name: ','
- 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.Relation
name: Relation
href: TinyLife.World.Household.Relation.html
- name: )
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.Collections.Generic.List{TinyLife.World.Household.RandomConstellation}
commentId: T:System.Collections.Generic.List{TinyLife.World.Household.RandomConstellation}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Household.RandomConstellation>
nameWithType: List<Household.RandomConstellation>
fullName: System.Collections.Generic.List<TinyLife.World.Household.RandomConstellation>
nameWithType.vb: List(Of Household.RandomConstellation)
fullName.vb: System.Collections.Generic.List(Of TinyLife.World.Household.RandomConstellation)
name.vb: List(Of Household.RandomConstellation)
spec.csharp:
- 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.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.RandomConstellation
name: RandomConstellation
href: TinyLife.World.Household.RandomConstellation.html
- name: '>'
spec.vb:
- 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.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.RandomConstellation
name: RandomConstellation
href: TinyLife.World.Household.RandomConstellation.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- 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: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +02:00
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- uid: System.Collections.Generic.HashSet{TinyLife.Objects.Furniture}
commentId: T:System.Collections.Generic.HashSet{TinyLife.Objects.Furniture}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.HashSet`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
name: HashSet<Furniture>
nameWithType: HashSet<Furniture>
fullName: System.Collections.Generic.HashSet<TinyLife.Objects.Furniture>
nameWithType.vb: HashSet(Of Furniture)
fullName.vb: System.Collections.Generic.HashSet(Of TinyLife.Objects.Furniture)
name.vb: HashSet(Of Furniture)
spec.csharp:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.HashSet`1
commentId: T:System.Collections.Generic.HashSet`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
name: HashSet<T>
nameWithType: HashSet<T>
fullName: System.Collections.Generic.HashSet<T>
nameWithType.vb: HashSet(Of T)
fullName.vb: System.Collections.Generic.HashSet(Of T)
name.vb: HashSet(Of T)
spec.csharp:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: TinyLife.Objects.WornClothes
commentId: T:TinyLife.Objects.WornClothes
2022-12-20 13:25:03 +01:00
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WornClothes.html
2021-08-04 06:51:12 +02:00
name: WornClothes
nameWithType: WornClothes
fullName: TinyLife.Objects.WornClothes
- uid: System.Collections.Generic.HashSet{TinyLife.Objects.WornClothes}
commentId: T:System.Collections.Generic.HashSet{TinyLife.Objects.WornClothes}
parent: System.Collections.Generic
definition: System.Collections.Generic.HashSet`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
name: HashSet<WornClothes>
nameWithType: HashSet<WornClothes>
fullName: System.Collections.Generic.HashSet<TinyLife.Objects.WornClothes>
nameWithType.vb: HashSet(Of WornClothes)
fullName.vb: System.Collections.Generic.HashSet(Of TinyLife.Objects.WornClothes)
name.vb: HashSet(Of WornClothes)
spec.csharp:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Objects.WornClothes
name: WornClothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WornClothes.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.WornClothes
name: WornClothes
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.WornClothes.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.World.Mail
commentId: T:TinyLife.World.Mail
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html
2021-08-04 06:51:12 +02:00
name: Mail
nameWithType: Mail
fullName: TinyLife.World.Mail
- uid: System.Collections.Generic.List{TinyLife.World.Mail}
commentId: T:System.Collections.Generic.List{TinyLife.World.Mail}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
name: List<Mail>
nameWithType: List<Mail>
fullName: System.Collections.Generic.List<TinyLife.World.Mail>
nameWithType.vb: List(Of Mail)
fullName.vb: System.Collections.Generic.List(Of TinyLife.World.Mail)
name.vb: List(Of Mail)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.World.Mail
name: Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Mail
name: Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html
2021-08-04 06:51:12 +02:00
- name: )
2024-04-14 17:55:54 +02:00
- uid: TinyLife.PerSaveOptions.PopulateLots
commentId: F:TinyLife.PerSaveOptions.PopulateLots
href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_PopulateLots
name: PopulateLots
nameWithType: PerSaveOptions.PopulateLots
fullName: TinyLife.PerSaveOptions.PopulateLots
- 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: System.Boolean
commentId: T:System.Boolean
parent: System
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01: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
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.Money*
commentId: Overload:TinyLife.World.Household.Money
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Money
2022-09-05 14:19:42 +02:00
name: Money
nameWithType: Household.Money
fullName: TinyLife.World.Household.Money
- uid: TinyLife.World.Household.Members*
commentId: Overload:TinyLife.World.Household.Members
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Members
2022-09-05 14:19:42 +02:00
name: Members
nameWithType: Household.Members
fullName: TinyLife.World.Household.Members
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
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
2022-09-05 14:19:42 +02:00
name: IEnumerable<Person>
nameWithType: IEnumerable<Person>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Objects.Person>
nameWithType.vb: IEnumerable(Of Person)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person)
name.vb: IEnumerable(Of Person)
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
2022-09-05 14:19:42 +02:00
- name: <
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-09-05 14:19:42 +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: " "
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-09-05 14:19:42 +02:00
- name: )
- 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
2022-09-05 14:19:42 +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
2022-09-05 14:19:42 +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: " "
2022-09-05 14:19:42 +02:00
- name: T
- name: )
- uid: TinyLife.World.Household.Lot*
commentId: Overload:TinyLife.World.Household.Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Lot
2022-09-05 14:19:42 +02:00
name: Lot
nameWithType: Household.Lot
fullName: TinyLife.World.Household.Lot
- 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
2022-09-05 14:19:42 +02:00
name: Lot
nameWithType: Lot
fullName: TinyLife.World.Lot
- uid: TinyLife.Objects.Person.LastName
commentId: F:TinyLife.Objects.Person.LastName
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LastName
2023-03-30 18:07:55 +02:00
name: LastName
nameWithType: Person.LastName
fullName: TinyLife.Objects.Person.LastName
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.Name*
commentId: Overload:TinyLife.World.Household.Name
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Name
2022-09-05 14:19:42 +02:00
name: Name
nameWithType: Household.Name
fullName: TinyLife.World.Household.Name
- 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
2022-09-05 14:19:42 +02:00
- uid: TinyLife.GameImpl.CurrentHousehold
commentId: P:TinyLife.GameImpl.CurrentHousehold
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold
2023-03-30 18:07:55 +02:00
name: CurrentHousehold
nameWithType: GameImpl.CurrentHousehold
fullName: TinyLife.GameImpl.CurrentHousehold
2022-09-05 14:19:42 +02:00
- uid: TinyLife.World.Household.IsCurrent*
commentId: Overload:TinyLife.World.Household.IsCurrent
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_IsCurrent
2022-09-05 14:19:42 +02:00
name: IsCurrent
nameWithType: Household.IsCurrent
fullName: TinyLife.World.Household.IsCurrent
- uid: TinyLife.Actions.ActionType.ToggleNewspapers
commentId: F:TinyLife.Actions.ActionType.ToggleNewspapers
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_ToggleNewspapers
2023-03-30 18:07:55 +02:00
name: ToggleNewspapers
nameWithType: ActionType.ToggleNewspapers
fullName: TinyLife.Actions.ActionType.ToggleNewspapers
2023-04-26 14:51:19 +02:00
- uid: TinyLife.World.Household.Members
commentId: P:TinyLife.World.Household.Members
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Members
2023-04-26 14:51:19 +02:00
name: Members
nameWithType: Household.Members
fullName: TinyLife.World.Household.Members
- uid: TinyLife.World.Household.TotalMemberAmount*
commentId: Overload:TinyLife.World.Household.TotalMemberAmount
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_TotalMemberAmount
2023-04-26 14:51:19 +02:00
name: TotalMemberAmount
nameWithType: Household.TotalMemberAmount
fullName: TinyLife.World.Household.TotalMemberAmount
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.#ctor*
commentId: Overload:TinyLife.World.Household.#ctor
2024-03-09 19:49:55 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household__ctor_TinyLife_World_Map_TinyLife_World_Lot_System_Boolean_
2021-08-04 06:51:12 +02:00
name: Household
nameWithType: Household.Household
fullName: TinyLife.World.Household.Household
2023-03-30 18:07:55 +02:00
nameWithType.vb: Household.New
fullName.vb: TinyLife.World.Household.New
name.vb: New
2021-08-04 06:51:12 +02:00
- 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
2021-11-26 23:42:22 +01:00
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
2024-01-07 16:53:47 +01:00
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
2023-03-30 18:07:55 +02:00
name: Speed
nameWithType: GameImpl.Speed
fullName: TinyLife.GameImpl.Speed
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Update*
commentId: Overload:TinyLife.World.Household.Update
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
name: Update
nameWithType: Household.Update
fullName: TinyLife.World.Household.Update
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
2022-09-05 14:19:42 +02:00
- 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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Add*
commentId: Overload:TinyLife.World.Household.Add
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Add_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
name: Add
nameWithType: Household.Add
fullName: TinyLife.World.Household.Add
- uid: TinyLife.World.Household.Remove*
commentId: Overload:TinyLife.World.Household.Remove
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Remove_TinyLife_Objects_Person_System_Boolean_
2021-08-04 06:51:12 +02:00
name: Remove
nameWithType: Household.Remove
fullName: TinyLife.World.Household.Remove
- uid: TinyLife.Objects.MapObject.Id
commentId: P:TinyLife.Objects.MapObject.Id
parent: TinyLife.Objects.MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Id
2021-08-04 06:51:12 +02:00
name: Id
nameWithType: MapObject.Id
fullName: TinyLife.Objects.MapObject.Id
- uid: TinyLife.World.Household.HasMember*
commentId: Overload:TinyLife.World.Household.HasMember
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_HasMember_System_Guid_
2021-08-04 06:51:12 +02:00
name: HasMember
nameWithType: Household.HasMember
fullName: TinyLife.World.Household.HasMember
- 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.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.Household.Validate*
commentId: Overload:TinyLife.World.Household.Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_
2021-08-04 06:51:12 +02:00
name: Validate
nameWithType: Household.Validate
fullName: TinyLife.World.Household.Validate
- uid: TinyLife.World.ExportedHousehold
commentId: T:TinyLife.World.ExportedHousehold
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.ExportedHousehold.html
2021-08-04 06:51:12 +02:00
name: ExportedHousehold
nameWithType: ExportedHousehold
fullName: TinyLife.World.ExportedHousehold
2023-08-15 13:17:22 +02:00
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
2022-01-01 17:06:03 +01:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_ResetToStatic_System_Boolean_System_Boolean_
2023-08-15 13:17:22 +02:00
name: ResetToStatic(bool, bool)
nameWithType: Person.ResetToStatic(bool, bool)
fullName: TinyLife.Objects.Person.ResetToStatic(bool, bool)
nameWithType.vb: Person.ResetToStatic(Boolean, Boolean)
fullName.vb: TinyLife.Objects.Person.ResetToStatic(Boolean, Boolean)
name.vb: ResetToStatic(Boolean, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-08-15 13:17:22 +02:00
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name: ResetToStatic
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_ResetToStatic_System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
2023-08-15 13:17:22 +02:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-03-30 18:07:55 +02:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
2023-08-15 13:17:22 +02:00
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name: ResetToStatic
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_ResetToStatic_System_Boolean_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
2023-08-15 13:17:22 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name: )
2022-01-01 17:06:03 +01:00
- uid: TinyLife.World.Household.DefaultMoney
commentId: F:TinyLife.World.Household.DefaultMoney
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_DefaultMoney
2023-03-30 18:07:55 +02:00
name: DefaultMoney
nameWithType: Household.DefaultMoney
fullName: TinyLife.World.Household.DefaultMoney
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Export*
commentId: Overload:TinyLife.World.Household.Export
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Export_System_Boolean_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
name: Export
nameWithType: Household.Export
fullName: TinyLife.World.Household.Export
2024-04-14 17:55:54 +02:00
- uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single})
commentId: M:TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single})
isExternal: true
href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__
name: UpdateExternalPeople(ICollection<Map>, Action<string>, Action<float>)
nameWithType: Map.UpdateExternalPeople(ICollection<Map>, Action<string>, Action<float>)
fullName: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection<TinyLife.World.Map>, System.Action<string>, System.Action<float>)
nameWithType.vb: Map.UpdateExternalPeople(ICollection(Of Map), Action(Of String), Action(Of Single))
fullName.vb: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection(Of TinyLife.World.Map), System.Action(Of String), System.Action(Of Single))
name.vb: UpdateExternalPeople(ICollection(Of Map), Action(Of String), Action(Of Single))
spec.csharp:
- uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single})
name: UpdateExternalPeople
href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__
- name: (
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: <
- uid: TinyLife.World.Map
name: Map
href: TinyLife.World.Map.html
- name: '>'
- name: ','
- name: " "
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
- name: ','
- name: " "
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single})
name: UpdateExternalPeople
href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__
- name: (
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Map
name: Map
href: TinyLife.World.Map.html
- name: )
- name: ','
- name: " "
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- name: ','
- name: " "
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.Import*
commentId: Overload:TinyLife.World.Household.Import
2024-03-09 19:49:55 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_Import_TinyLife_World_ExportedHousehold_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
name: Import
nameWithType: Household.Import
fullName: TinyLife.World.Household.Import
- uid: TinyLife.World.Household.UnopenedMail
commentId: F:TinyLife.World.Household.UnopenedMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_UnopenedMail
2023-03-30 18:07:55 +02:00
name: UnopenedMail
nameWithType: Household.UnopenedMail
fullName: TinyLife.World.Household.UnopenedMail
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.BillsMail
commentId: T:TinyLife.World.BillsMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html
2021-08-04 06:51:12 +02:00
name: BillsMail
nameWithType: BillsMail
fullName: TinyLife.World.BillsMail
2022-07-28 14:58:38 +02:00
- uid: TinyLife.World.Map.Time
commentId: P:TinyLife.World.Map.Time
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html#TinyLife_World_Map_Time
2023-03-30 18:07:55 +02:00
name: Time
nameWithType: Map.Time
fullName: TinyLife.World.Map.Time
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Household.AreUtilitiesDisabled*
commentId: Overload:TinyLife.World.Household.AreUtilitiesDisabled
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html#TinyLife_World_Household_AreUtilitiesDisabled_System_Nullable_System_TimeSpan__
2021-08-04 06:51:12 +02:00
name: AreUtilitiesDisabled
nameWithType: Household.AreUtilitiesDisabled
fullName: TinyLife.World.Household.AreUtilitiesDisabled
- uid: System.Nullable{System.TimeSpan}
commentId: T:System.Nullable{System.TimeSpan}
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan?
nameWithType: TimeSpan?
fullName: System.TimeSpan?
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
2021-08-04 06:51:12 +02:00
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
2024-03-09 19:49:55 +01:00
- uid: TinyLife.World.Household.GetAgeGroups*
commentId: Overload:TinyLife.World.Household.GetAgeGroups
href: TinyLife.World.Household.html#TinyLife_World_Household_GetAgeGroups_System_Collections_Generic_IEnumerable_TinyLife_Objects_Person__
name: GetAgeGroups
nameWithType: Household.GetAgeGroups
fullName: TinyLife.World.Household.GetAgeGroups
- 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-04-14 17:55:54 +02:00
- uid: TinyLife.World.Household.RandomConstellations
commentId: F:TinyLife.World.Household.RandomConstellations
href: TinyLife.World.Household.html#TinyLife_World_Household_RandomConstellations
name: RandomConstellations
nameWithType: Household.RandomConstellations
fullName: TinyLife.World.Household.RandomConstellations
- 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.Household.Generate*
commentId: Overload:TinyLife.World.Household.Generate
href: TinyLife.World.Household.html#TinyLife_World_Household_Generate_TinyLife_World_Map_System_Random_System_Collections_Generic_List_TinyLife_Objects_AgeGroup__System_Collections_Generic_Dictionary_System_ValueTuple_System_Int32_System_Int32__TinyLife_World_Household_Relation__
name: Generate
nameWithType: Household.Generate
fullName: TinyLife.World.Household.Generate
- uid: System.Random
commentId: T:System.Random
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.random
name: Random
nameWithType: Random
fullName: System.Random
- uid: System.Collections.Generic.List{TinyLife.Objects.AgeGroup}
commentId: T:System.Collections.Generic.List{TinyLife.Objects.AgeGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<AgeGroup>
nameWithType: List<AgeGroup>
fullName: System.Collections.Generic.List<TinyLife.Objects.AgeGroup>
nameWithType.vb: List(Of AgeGroup)
fullName.vb: System.Collections.Generic.List(Of TinyLife.Objects.AgeGroup)
name.vb: List(Of AgeGroup)
spec.csharp:
- 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: '>'
spec.vb:
- 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: )
- uid: System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}
commentId: T:System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<(int Person, int Other), Household.Relation>
nameWithType: Dictionary<(int Person, int Other), Household.Relation>
fullName: System.Collections.Generic.Dictionary<(int Person, int Other), TinyLife.World.Household.Relation>
nameWithType.vb: Dictionary(Of (Person As Integer, Other As Integer), Household.Relation)
fullName.vb: System.Collections.Generic.Dictionary(Of (Person As Integer, Other As Integer), TinyLife.World.Household.Relation)
name.vb: Dictionary(Of (Person As Integer, Other As Integer), Household.Relation)
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: (
- 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: '>'
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: (
- 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: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
- uid: TinyLife.World.Household.GetMatchingConstellations*
commentId: Overload:TinyLife.World.Household.GetMatchingConstellations
href: TinyLife.World.Household.html#TinyLife_World_Household_GetMatchingConstellations_TinyLife_Objects_AgeGroup_
name: GetMatchingConstellations
nameWithType: Household.GetMatchingConstellations
fullName: TinyLife.World.Household.GetMatchingConstellations
- uid: System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}}
commentId: T:System.Collections.Generic.IEnumerable{System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<(Household.RandomConstellation Constellation, float MatchPercentage)>
nameWithType: IEnumerable<(Household.RandomConstellation Constellation, float MatchPercentage)>
fullName: System.Collections.Generic.IEnumerable<(TinyLife.World.Household.RandomConstellation Constellation, float MatchPercentage)>
nameWithType.vb: IEnumerable(Of (Constellation As Household.RandomConstellation, MatchPercentage As Single))
fullName.vb: System.Collections.Generic.IEnumerable(Of (Constellation As TinyLife.World.Household.RandomConstellation, MatchPercentage As Single))
name.vb: IEnumerable(Of (Constellation As Household.RandomConstellation, MatchPercentage As Single))
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: TinyLife.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.RandomConstellation
name: RandomConstellation
href: TinyLife.World.Household.RandomConstellation.html
- name: " "
- uid: System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}.Constellation
name: Constellation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.household.randomconstellation,system.single-.constellation
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}.MatchPercentage
name: MatchPercentage
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.household.randomconstellation,system.single-.matchpercentage
- 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{TinyLife.World.Household.RandomConstellation,System.Single}.Constellation
name: Constellation
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.household.randomconstellation,system.single-.constellation
- name: " "
- name: As
- name: " "
- uid: TinyLife.World.Household
name: Household
href: TinyLife.World.Household.html
- name: .
- uid: TinyLife.World.Household.RandomConstellation
name: RandomConstellation
href: TinyLife.World.Household.RandomConstellation.html
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.World.Household.RandomConstellation,System.Single}.MatchPercentage
name: MatchPercentage
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.world.household.randomconstellation,system.single-.matchpercentage
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- name: )