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