UIVisibility.cs File Reference

Enumerations

enum  UIVisibility {
  OnlyDuringContent , UntilSuperceded , AlwaysOnceShown , AlwaysFromStart ,
  UntilSupercededOrActorChange , UntilSupercededOrActorChangeOrMenu
}
 

Enumeration Type Documentation

◆ UIVisibility

Enumerator
OnlyDuringContent 

Only visible when actively showing content (e.g., ShowSubtitle).

Hidden when done (e.g., HideSubtitle).

UntilSuperceded 

Appears when showing content (e.g., NPC.ShowSubtitle).

Hidden only when content is shown in a different UI section (e.g., PC.ShowSubtitle).

AlwaysOnceShown 

Appears when showing first content.

Never hidden after that.

AlwaysFromStart 

Appears when dialogue UI opens.

Also sets portrait names and images.

UntilSupercededOrActorChange 

Like UntilSuperceded, but will also hide and re-show if actor changes but wants to use same panel.

UntilSupercededOrActorChangeOrMenu 

Like UntilSupercededOrActorChange, but will also hide when showing a response menu.