Skip to content

PKUI.MESSAGE.messageStack

kerrishotts edited this page Nov 14, 2012 · 1 revision

(part of PKUI.MESSAGE)

Type: array of message

Default: empty

Contains a stack of all the active message boxes that are visible on the screen. Generally it is wise to only show one message box at once, but sometimes there is no way around displaying more than one.

The stack is managed by the show and hide method of each message box; showing will push the message box onto the stack; hiding will pop it.

Version

0.2 Introduced; Docs Valid

Clone this wiki locally