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.
FeminineFirstNames = 3
Feminine first names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]).
LastNames = 4
Last names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]).
MasculineFirstNames = 2
Masculine first names, used in the character creator and in Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]).
ModNames = 0
Default names for mods, used in the ModGame action.