GetMessageFlags

From GECK
Jump to: navigation, search


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