Table of Contents

Enum CharacterCreator.CharacterCompletion

Namespace
TinyLife.Uis
Assembly
TinyLife.dll

An enumeration that is used for the return value of IsPersonComplete(PersonLike) and CanCloseOrExport().

public enum CharacterCreator.CharacterCompletion
Extension Methods

Fields

Valid = 0

The person is complete.

MissingAdult = 1

The current household is missing an adult.

MissingPersonalities = 2

The currently selected person is missing one or more major personalities.

MissingName = 3

The currently selected person is missing a first or lats name.

MissingPronouns = 4

The currently selected person is missing pronouns.