Modding:NameType

From SkyCorp Global
Revision as of 00:22, 9 January 2026 by SkyCorp (talk | contribs) (NameType enum)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a globally available enum, with the following values:

  • Unspecified - Any other situation (typically set to the same as UI)
  • UI - Used for buttons, etc. Often changes based on state, like "Sleeping Fox"
  • GameText - Personal name, used in text scenes. Typically doesn't change and is how the entity would be described in conversation

See defining names for some further detail on how mods can/should define names.