Enum LnCategory
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration that contains a set of localization categories. These categories are represented in a localization file as JSON objects with the given names.
public enum LnCategory
- Extension Methods
Fields
Ui = 0A localization category for UI elements
Actions = 1A localization category for Action-related localizations
BuildMode = 2A localization category for build mode items and furniture
Clothes = 3A localization category for clothes and other character creator items
Food = 4A localization category for food items
Personalities = 5A localization category for text related to PersonalityType
Skills = 6A localization category for text related to Skill
Jobs = 7A localization category for text related to Job
Emotions = 8A localization category for text related to EmotionType and EmotionModifier
Hints = 9A localization category for hints that display in the loading screen
InGameHints = 10A localization category for text related to InGameHint and ControlsHint
Goals = 11A localization category for text related to Goal and LifeGoal
Names = 12A localization category for text related to the default names of lots, people and objects on the map
ChoicePrompts = 13A localization category for text related to ChoicePromptInfo.
Achievements = 14A localization category for text related to Achievement.