Enum NameCategory
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration that contains categories for pre-defined names, used by all languages, for Tinies as well as other named objects. This is used by Names.
public enum NameCategory
- Extension Methods
Fields
ModNames = 0Default names for mods, used in the ModGame action.
AppNames = 1Default names for apps, used in the CreateApp action.
FirstNames = 2Last names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, bool, PersonLike[]). Each entry is formatted as "name, style preference, most common country code".
LastNames = 3Last names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, bool, PersonLike[]). Each entry is formatted as "name, most common country code".