IdaJS
    Preparing search index...

    Interface TextFlags

    Flags for the LBA2 dialog display.

    text.Flags.

    interface TextFlags {
        $: FlagsHandler;
        DialogBig: 2;
        DialogBigNoFrame: 4;
        DialogDefault: 1;
        DialogExplainInventory: 64;
        DialogRadio: 32;
        DialogSay: 8;
    }
    Index

    Properties

    Contains helper methods to read and modify the flags.

    DialogBig: 2

    Full screen dialog.

    DialogBigNoFrame: 4

    Full screen dialog, but without frame.

    DialogDefault: 1

    Default dialog.

    DialogExplainInventory: 64

    Explaining inventory item.

    DialogRadio: 32

    Dialog with an image. Adds an image to the dialog:

    Baldino by default, or custom sprite if defined. Also, it will display Zoe sprite, if the text color is set to DialogColors.ZoeRed,

    DialogSay: 8

    Say something in place (above character, non-blocking).