GetMessageFlags

Revision as of 12:40, 20 May 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the flags state, as a bitmask, of the specified '''Message''' form. |name = GetMessageFlags |returnType = flagState:int |argum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the flags state, as a bitmask, of the specified Message form.

Syntax

(flagState:int) GetMessageFlags message:ref

Message Flags:

1	Is Message Box
2	Auto-display

Example

set iMsgFlags to GetMessageFlags AddictionRemovalMsg

See Also