GetMessageFlags

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(flagState:int) GetMessageFlags message:ref

Message Flags:

1	Is Message Box
2	Auto-display

Example

set iMsgFlags to GetMessageFlags AddictionRemovalMsg

See Also