Enum NameCategory
- Namespace
- TinyLife
- Assembly
- Tiny Life.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
AppNames = 1
Default names for apps, used in the CreateApp action.
FirstNames = 2
Last names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]). Each entry is formatted as "name, style preference, most common continent".
LastNames = 3
Last names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]). Each entry is formatted as "name, most common continent".
ModNames = 0
Default names for mods, used in the ModGame action.