TinyLifeWeb/docs/api/TinyLife.World.Household.yml
2023-08-15 13:17:22 +02:00

2198 lines
73 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.World.Household
commentId: T:TinyLife.World.Household
id: Household
parent: TinyLife.World
children:
- TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot)
- TinyLife.World.Household.Add(TinyLife.Objects.Person)
- TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})
- TinyLife.World.Household.ClothesStorage
- TinyLife.World.Household.DefaultMoney
- TinyLife.World.Household.Description
- TinyLife.World.Household.DisallowNewspapers
- TinyLife.World.Household.Export(System.Boolean,System.Boolean)
- TinyLife.World.Household.FurnitureStorage
- TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
- TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
- TinyLife.World.Household.HasMember(System.Guid)
- TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)
- TinyLife.World.Household.IsCurrent
- TinyLife.World.Household.Lot
- TinyLife.World.Household.Members
- TinyLife.World.Household.Money
- TinyLife.World.Household.Name
- TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)
- TinyLife.World.Household.TotalMemberAmount
- TinyLife.World.Household.UnopenedMail
- TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Household
path: ../TinyLife/World/Household.cs
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nA 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>\n"
example: []
syntax:
content: >-
[DataContract]
public class Household : JsonTypeSafeGenericDataHolder, IGenericDataHolder
content.vb: >-
<DataContract>
Public Class Household Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
inheritance:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- 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: []
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultMoney
path: ../TinyLife/World/Household.cs
startLine: 28
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe amount of money that a household has by default.\nIf the househould is exported throughly (<xref href=\"TinyLife.World.Household.Export(System.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>), this value will be exported as well.\n"
example: []
syntax:
content: public const float DefaultMoney = 30000
return:
type: System.Single
content.vb: Public Const DefaultMoney As Single = 30000
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: ../TinyLife/World/Household.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThis household&apos;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.\nTo add new objects to the furniture storage, simply add them to this set.\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: ../TinyLife/World/Household.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThis household&apos;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.\nTo add new objects to the clothes storage, simply add them to this set.\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnopenedMail
path: ../TinyLife/World/Household.cs
startLine: 47
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nA list of <xref href=\"TinyLife.World.Mail\" data-throw-if-not-resolved=\"false\"></xref> instances that is yet to be opened.\nWhen a mail carrier delivers mail, it is automatically added to this list.\n"
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: []
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/World/Household.cs
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe money that this household has, rounded by two digits after the decimal point\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members
path: ../TinyLife/World/Household.cs
startLine: 60
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> instances that are members of this household\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: ../TinyLife/World/Household.cs
startLine: 72
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe <xref href=\"TinyLife.World.Household.Lot\" data-throw-if-not-resolved=\"false\"></xref> that this household lives on.\nFor exported households, this might be null.\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/World/Household.cs
startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe name of this household.\nThe 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.\n"
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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCurrent
path: ../TinyLife/World/Household.cs
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nA property that indicates whether or not this household is the same as <xref href=\"TinyLife.GameImpl.CurrentHousehold\" data-throw-if-not-resolved=\"false\"></xref>\n"
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*
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: ../TinyLife/World/Household.cs
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe household&apos;s description\n"
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: []
- uid: TinyLife.World.Household.DisallowNewspapers
commentId: F:TinyLife.World.Household.DisallowNewspapers
id: DisallowNewspapers
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: DisallowNewspapers
nameWithType: Household.DisallowNewspapers
fullName: TinyLife.World.Household.DisallowNewspapers
type: Field
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowNewspapers
path: ../TinyLife/World/Household.cs
startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nWhether newspaper deliveries are disallowed in this household.\nThis field is set by the <xref href=\"TinyLife.Actions.ActionType.ToggleNewspapers\" data-throw-if-not-resolved=\"false\"></xref> action.\n"
example: []
syntax:
content: >-
[DataMember]
public bool DisallowNewspapers
return:
type: System.Boolean
content.vb: >-
<DataMember>
Public DisallowNewspapers As Boolean
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalMemberAmount
path: ../TinyLife/World/Household.cs
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThe 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>.\n"
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*
- uid: TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot)
commentId: M:TinyLife.World.Household.#ctor(TinyLife.World.Map,TinyLife.World.Lot)
id: '#ctor(TinyLife.World.Map,TinyLife.World.Lot)'
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Household(Map, Lot)
nameWithType: Household.Household(Map, Lot)
fullName: TinyLife.World.Household.Household(TinyLife.World.Map, TinyLife.World.Lot)
type: Constructor
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/Household.cs
startLine: 119
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nCreates a new household on the given map and lot\n"
example: []
syntax:
content: public Household(Map lotMap, Lot lot)
parameters:
- id: lotMap
type: TinyLife.World.Map
description: The map the lot is on.
- id: lot
type: TinyLife.World.Lot
description: The lot that this household should own (can be null)
content.vb: Public Sub New(lotMap As Map, lot As Lot)
overload: TinyLife.World.Household.#ctor*
nameWithType.vb: Household.New(Map, Lot)
fullName.vb: TinyLife.World.Household.New(TinyLife.World.Map, TinyLife.World.Lot)
name.vb: New(Map, Lot)
- 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)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: Household.Update(GameTime, TimeSpan, float)
fullName: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/World/Household.cs
startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nUpdates this household and its data.\n"
example: []
syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The game&apos;s time
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game
- 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)
overload: TinyLife.World.Household.Update*
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)
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Add
path: ../TinyLife/World/Household.cs
startLine: 147
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nAdds the given person to this household\n"
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*
- 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)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Remove(Person, bool)
nameWithType: Household.Remove(Person, bool)
fullName: TinyLife.World.Household.Remove(TinyLife.Objects.Person, bool)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: ../TinyLife/World/Household.cs
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nRemoves the given person from this household, if they&apos;re part of it\n"
example: []
syntax:
content: public void Remove(Person person, bool removeHouseholdIfEmpty = true)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to remove
- id: removeHouseholdIfEmpty
type: System.Boolean
description: Whether the household should be removed from the underlying map if the removed member was the last
content.vb: Public Sub Remove(person As Person, removeHouseholdIfEmpty As Boolean = True)
overload: TinyLife.World.Household.Remove*
nameWithType.vb: Household.Remove(Person, Boolean)
fullName.vb: TinyLife.World.Household.Remove(TinyLife.Objects.Person, Boolean)
name.vb: Remove(Person, Boolean)
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasMember
path: ../TinyLife/World/Household.cs
startLine: 169
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns whether the given person <xref href=\"TinyLife.Objects.MapObject.Id\" data-throw-if-not-resolved=\"false\"></xref> is a part of this household\n"
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.GetAverageFriendshipTo(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
id: GetAverageFriendshipTo(TinyLife.Objects.Person)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: GetAverageFriendshipTo(Person)
nameWithType: Household.GetAverageFriendshipTo(Person)
fullName: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAverageFriendshipTo
path: ../TinyLife/World/Household.cs
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns the average friendship level that the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> has with members of this lot.\nThis method returns an averaged value of the <xref href=\"TinyLife.Relationship.FriendLevel\" data-throw-if-not-resolved=\"false\"></xref> that this person has towards each member of this lot.\n"
example: []
syntax:
content: public float GetAverageFriendshipTo(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to query
return:
type: System.Single
description: The average friendship level, out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>
content.vb: Public Function GetAverageFriendshipTo(person As Person) As Single
overload: TinyLife.World.Household.GetAverageFriendshipTo*
- 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
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/World/Household.cs
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nThis method is called when this object is loaded from disk.\n"
example: []
syntax:
content: public bool Validate(Map map)
parameters:
- id: map
type: TinyLife.World.Map
return:
type: System.Boolean
description: false if the object is not valid, true otherwise
content.vb: Public Function Validate(map As Map) As Boolean
overload: TinyLife.World.Household.Validate*
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Household.Export(System.Boolean,System.Boolean)
id: Export(System.Boolean,System.Boolean)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Export(bool, bool)
nameWithType: Household.Export(bool, bool)
fullName: TinyLife.World.Household.Export(bool, bool)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export
path: ../TinyLife/World/Household.cs
startLine: 203
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nExports this household&apos;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.\n"
example: []
syntax:
content: public ExportedHousehold Export(bool thorough, bool custom)
parameters:
- id: thorough
type: System.Boolean
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.
return:
type: TinyLife.World.ExportedHousehold
description: An exported household
content.vb: Public Function Export(thorough As Boolean, custom As Boolean) As ExportedHousehold
overload: TinyLife.World.Household.Export*
nameWithType.vb: Household.Export(Boolean, Boolean)
fullName.vb: TinyLife.World.Household.Export(Boolean, Boolean)
name.vb: Export(Boolean, Boolean)
- uid: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)
commentId: M:TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)
id: Import(TinyLife.World.ExportedHousehold,System.Boolean)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: Import(ExportedHousehold, bool)
nameWithType: Household.Import(ExportedHousehold, bool)
fullName: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold, bool)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import
path: ../TinyLife/World/Household.cs
startLine: 213
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nImports the given <xref href=\"TinyLife.World.ExportedHousehold\" data-throw-if-not-resolved=\"false\"></xref> into this household.\nNote that existing <xref href=\"TinyLife.World.Household.Members\" data-throw-if-not-resolved=\"false\"></xref> are not removed or replaced beforehand.\n"
example: []
syntax:
content: public void Import(ExportedHousehold household, bool useExistingVisitors = false)
parameters:
- id: household
type: TinyLife.World.ExportedHousehold
description: The household to import
- id: useExistingVisitors
type: System.Boolean
description: Whether existing visitors should be used, if they exist, instead of the exported household&apos;s members
content.vb: Public Sub Import(household As ExportedHousehold, useExistingVisitors As Boolean = False)
overload: TinyLife.World.Household.Import*
nameWithType.vb: Household.Import(ExportedHousehold, Boolean)
fullName.vb: TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold, Boolean)
name.vb: Import(ExportedHousehold, Boolean)
- 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
name: AreUtilitiesDisabled(TimeSpan?)
nameWithType: Household.AreUtilitiesDisabled(TimeSpan?)
fullName: TinyLife.World.Household.AreUtilitiesDisabled(System.TimeSpan?)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: ../TinyLife/World/Household.cs
startLine: 258
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns 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.\nThis 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.\n"
example: []
syntax:
content: public bool AreUtilitiesDisabled(TimeSpan? time = null)
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
description: The current time, or null to default to <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>
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*
- uid: TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
commentId: M:TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
id: HasAdult(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: HasAdult(IEnumerable<Person>)
nameWithType: Household.HasAdult(IEnumerable<Person>)
fullName: TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable<TinyLife.Objects.Person>)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasAdult
path: ../TinyLife/World/Household.cs
startLine: 272
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: "\nReturns whether the current household is sufficiently completed.\nA household is completed if it contains at least one member who is an <xref href=\"TinyLife.Objects.AgeGroup.Adult\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public static bool HasAdult(IEnumerable<Person> members)
parameters:
- id: members
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}
description: The members that constitute the household.
return:
type: System.Boolean
description: Whether the household is complete.
content.vb: Public Shared Function HasAdult(members As IEnumerable(Of Person)) As Boolean
overload: TinyLife.World.Household.HasAdult*
nameWithType.vb: Household.HasAdult(IEnumerable(Of Person))
fullName.vb: TinyLife.World.Household.HasAdult(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Person))
name.vb: HasAdult(IEnumerable(Of Person))
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.World.Household.Lot
commentId: P:TinyLife.World.Household.Lot
name: Lot
nameWithType: Household.Lot
fullName: TinyLife.World.Household.Lot
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
isExternal: true
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- 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
isExternal: true
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)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- 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)
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)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
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)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
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)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- 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)
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)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Household)
name: JsonCopy
- name: <
- uid: TinyLife.World.Household
name: Household
- name: '>'
- name: (
- uid: TinyLife.World.Household
name: Household
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Household)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Household
name: Household
- name: )
- name: (
- uid: TinyLife.World.Household
name: Household
- name: )
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
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
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
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
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal: true
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)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean)
commentId: M:TinyLife.World.Household.Export(System.Boolean,System.Boolean)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: Export(bool, bool)
nameWithType: Household.Export(bool, bool)
fullName: TinyLife.World.Household.Export(bool, bool)
nameWithType.vb: Household.Export(Boolean, Boolean)
fullName.vb: TinyLife.World.Household.Export(Boolean, Boolean)
name.vb: Export(Boolean, Boolean)
spec.csharp:
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean)
name: Export
- name: (
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.World.Household.Export(System.Boolean,System.Boolean)
name: Export
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
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}
parent: System.Collections.Generic
definition: System.Collections.Generic.HashSet`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: <
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Furniture
name: Furniture
- name: )
- uid: System.Collections.Generic.HashSet`1
commentId: T:System.Collections.Generic.HashSet`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Objects.WornClothes
commentId: T:TinyLife.Objects.WornClothes
parent: TinyLife.Objects
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: <
- uid: TinyLife.Objects.WornClothes
name: WornClothes
- name: '>'
spec.vb:
- uid: System.Collections.Generic.HashSet`1
name: HashSet
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.WornClothes
name: WornClothes
- name: )
- uid: TinyLife.World.Mail
commentId: T:TinyLife.World.Mail
parent: TinyLife.World
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: TinyLife.World.Mail
name: Mail
- 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.Mail
name: Mail
- 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: TinyLife.World.Household.Money*
commentId: Overload:TinyLife.World.Household.Money
name: Money
nameWithType: Household.Money
fullName: TinyLife.World.Household.Money
- uid: TinyLife.World.Household.Members*
commentId: Overload:TinyLife.World.Household.Members
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: TinyLife.Objects.Person
name: Person
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.World.Household.Lot*
commentId: Overload:TinyLife.World.Household.Lot
name: Lot
nameWithType: Household.Lot
fullName: TinyLife.World.Household.Lot
- uid: TinyLife.World.Lot
commentId: T:TinyLife.World.Lot
parent: TinyLife.World
name: Lot
nameWithType: Lot
fullName: TinyLife.World.Lot
- uid: TinyLife.Objects.Person.LastName
commentId: F:TinyLife.Objects.Person.LastName
name: LastName
nameWithType: Person.LastName
fullName: TinyLife.Objects.Person.LastName
- uid: TinyLife.World.Household.Name*
commentId: Overload:TinyLife.World.Household.Name
name: Name
nameWithType: Household.Name
fullName: TinyLife.World.Household.Name
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.GameImpl.CurrentHousehold
commentId: P:TinyLife.GameImpl.CurrentHousehold
name: CurrentHousehold
nameWithType: GameImpl.CurrentHousehold
fullName: TinyLife.GameImpl.CurrentHousehold
- uid: TinyLife.World.Household.IsCurrent*
commentId: Overload:TinyLife.World.Household.IsCurrent
name: IsCurrent
nameWithType: Household.IsCurrent
fullName: TinyLife.World.Household.IsCurrent
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Actions.ActionType.ToggleNewspapers
commentId: F:TinyLife.Actions.ActionType.ToggleNewspapers
name: ToggleNewspapers
nameWithType: ActionType.ToggleNewspapers
fullName: TinyLife.Actions.ActionType.ToggleNewspapers
- uid: TinyLife.World.Household.Members
commentId: P:TinyLife.World.Household.Members
name: Members
nameWithType: Household.Members
fullName: TinyLife.World.Household.Members
- uid: TinyLife.World.Household.TotalMemberAmount*
commentId: Overload:TinyLife.World.Household.TotalMemberAmount
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
- uid: TinyLife.World.Household.#ctor*
commentId: Overload:TinyLife.World.Household.#ctor
name: Household
nameWithType: Household.Household
fullName: TinyLife.World.Household.Household
nameWithType.vb: Household.New
fullName.vb: TinyLife.World.Household.New
name.vb: New
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
name: Speed
nameWithType: GameImpl.Speed
fullName: TinyLife.GameImpl.Speed
- uid: TinyLife.World.Household.Update*
commentId: Overload:TinyLife.World.Household.Update
name: Update
nameWithType: Household.Update
fullName: TinyLife.World.Household.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
isExternal: true
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- uid: TinyLife.World.Household.Add*
commentId: Overload:TinyLife.World.Household.Add
name: Add
nameWithType: Household.Add
fullName: TinyLife.World.Household.Add
- uid: TinyLife.World.Household.Remove*
commentId: Overload:TinyLife.World.Household.Remove
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
name: Id
nameWithType: MapObject.Id
fullName: TinyLife.Objects.MapObject.Id
- uid: TinyLife.World.Household.HasMember*
commentId: Overload:TinyLife.World.Household.HasMember
name: HasMember
nameWithType: Household.HasMember
fullName: TinyLife.World.Household.HasMember
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.guid
name: Guid
nameWithType: Guid
fullName: System.Guid
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
- uid: TinyLife.Relationship.Max
commentId: F:TinyLife.Relationship.Max
name: Max
nameWithType: Relationship.Max
fullName: TinyLife.Relationship.Max
- uid: TinyLife.World.Household.GetAverageFriendshipTo*
commentId: Overload:TinyLife.World.Household.GetAverageFriendshipTo
name: GetAverageFriendshipTo
nameWithType: Household.GetAverageFriendshipTo
fullName: TinyLife.World.Household.GetAverageFriendshipTo
- uid: TinyLife.World.Household.Validate*
commentId: Overload:TinyLife.World.Household.Validate
name: Validate
nameWithType: Household.Validate
fullName: TinyLife.World.Household.Validate
- uid: TinyLife.World.ExportedHousehold
commentId: T:TinyLife.World.ExportedHousehold
parent: TinyLife.World
name: ExportedHousehold
nameWithType: ExportedHousehold
fullName: TinyLife.World.ExportedHousehold
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
commentId: M:TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
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)
spec.csharp:
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
name: ResetToStatic
- name: (
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
name: ResetToStatic
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: TinyLife.World.Household.DefaultMoney
commentId: F:TinyLife.World.Household.DefaultMoney
name: DefaultMoney
nameWithType: Household.DefaultMoney
fullName: TinyLife.World.Household.DefaultMoney
- uid: TinyLife.World.Household.Export*
commentId: Overload:TinyLife.World.Household.Export
name: Export
nameWithType: Household.Export
fullName: TinyLife.World.Household.Export
- uid: TinyLife.World.Household.Import*
commentId: Overload:TinyLife.World.Household.Import
name: Import
nameWithType: Household.Import
fullName: TinyLife.World.Household.Import
- uid: TinyLife.World.Household.UnopenedMail
commentId: F:TinyLife.World.Household.UnopenedMail
name: UnopenedMail
nameWithType: Household.UnopenedMail
fullName: TinyLife.World.Household.UnopenedMail
- uid: TinyLife.World.BillsMail
commentId: T:TinyLife.World.BillsMail
name: BillsMail
nameWithType: BillsMail
fullName: TinyLife.World.BillsMail
- uid: TinyLife.World.Map.Time
commentId: P:TinyLife.World.Map.Time
name: Time
nameWithType: Map.Time
fullName: TinyLife.World.Map.Time
- uid: TinyLife.World.Household.AreUtilitiesDisabled*
commentId: Overload:TinyLife.World.Household.AreUtilitiesDisabled
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
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan?
nameWithType: TimeSpan?
fullName: System.TimeSpan?
spec.csharp:
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
spec.vb:
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
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
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.Objects.AgeGroup.Adult
commentId: F:TinyLife.Objects.AgeGroup.Adult
name: Adult
nameWithType: AgeGroup.Adult
fullName: TinyLife.Objects.AgeGroup.Adult
- uid: TinyLife.World.Household.HasAdult*
commentId: Overload:TinyLife.World.Household.HasAdult
name: HasAdult
nameWithType: Household.HasAdult
fullName: TinyLife.World.Household.HasAdult