Enum CharacterCreator.CharacterCompletion
An enumeration that is used for the return value of IsPersonComplete(PersonLike) and CanCloseOrExport().
public enum CharacterCreator.CharacterCompletion
- Extension Methods
Fields
MissingAdult = 1
The current household is missing an adult.
MissingName = 3
The currently selected person is missing a first or lats name.
MissingPersonalities = 2
The currently selected person is missing one or more major personalities.
MissingPronouns = 4
The currently selected person is missing pronouns.
Valid = 0
The person is complete.