Text.Popup

Displays popups messages for one tick before fading out. The popup messages are displayed at the centre of the screen and are not automatically aligned horizontally.

Constructors

this
this()
Undocumented in source.
this
this(string title, string subtitle)
Undocumented in source.

Members

Functions

decode
void decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

FIELDS
enum string[] FIELDS;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
subtitle
string subtitle;
Undocumented in source.
title
string title;
Undocumented in source.

Meta