Vixen
c7401864
csharp
public sealed class Furniture

A piece of furniture with its names resolved.

Read the guide page for this →

Fields and properties (8)

  • public FurnitureDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public int Cost

    What it costs, never below zero.

  • public HouseSurface Surfaces

    What it may sit on.

  • public int MaximumPerPlot

    How many of it one plot may hold, or zero for unlimited.

  • public GameplayTag Tag

    What having it placed grants.

  • public RequirementSet Requirements

    What has to be true to place it.

Used by (3)

  • HousePlotVixen.Gameplay.Housing
  • HousingLibraryVixen.Gameplay.Housing
  • HousingTestsVixen.Gameplay.Housing.Tests