Skip to main content

B1GameOptionGroup

  • Defines a group of related game options shown together in the settings UI,
    * including a display name, description, and list of option IDs.
PropertyTypeDescriptionMetadata
IdFNameUnique identifier for this option group.Category: B1GameOptionGroup
ListKeyFStringLookup key used to identify this group in the options list.Category: B1GameOptionGroup
DisplayNameFStringLocalized display name shown in the UI for this group.Category: B1GameOptionGroup
DescriptionStrIdFStringLocalized description string identifier for this group.Category: B1GameOptionGroup
GameOptionIdsTArrayList of game option IDs included in this group.Category: B1GameOptionGroup
Foreign: GameOption.Id