UFO-Scripts/msgcategories.ufo

From UFO:AI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This script file allows you to define categories for notify types. These categories are used to group settings for those types.

Every line in a msgcategory definition contains one notify type (as defined in nt_strings in Template:Path)

msgcategory "_install_equipment" {
	installation_installed
	installation_removed
	installation_replaced
}
  • category names should include no whitespace and must be marked translateable (by surrounding them with "_<category_name>")
  • each notify type should occur only in one category
  • definition order in Template:Path defines order visible in options menu