Table of Contents

Class ExportedHousehold

Namespace
TinyLife.World
Assembly
Tiny Life.dll

This class represents an exported version of a Household, storing all of the Map-independent data.

public class ExportedHousehold
Inheritance
ExportedHousehold
Inherited Members
Extension Methods

Fields

ClothesStorage

This household's clothing storage

public List<WornClothes> ClothesStorage

Field Value

List<WornClothes>

Description

The exported household's description

public string Description

Field Value

string

ExportedVersion

The game version that this household was exported with

public string ExportedVersion

Field Value

string

FurnitureStorage

This household's furniture storage

public List<Furniture> FurnitureStorage

Field Value

List<Furniture>

Members

The Person instances that are members of this household

public List<Person> Members

Field Value

List<Person>

Money

The money that this household has

public float Money

Field Value

float