Difference between revisions of "SetMessageDisabled"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Disables/enables the specified '''Message''' form. A disabled message will never be displayed by the game. Either a single '''Message'''...")
 
imported>Jazzisparis
Line 18: Line 18:
*[[GetMessageDisabled]]
*[[GetMessageDisabled]]
[[Category:Functions (JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:UI Functions (JIP)]]

Revision as of 11:37, 7 April 2016

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Disables/enables the specified Message form. A disabled message will never be displayed by the game. Either a single Message or a Form List may be passed as the first parameter (in the latter case, all messages contained in the list will be disabled/enabled).

Syntax

[help]
SetMessageDisabled message:ref disable:0/1

Example

SetMessageDisabled AddictionRemovalMsg 1
SetMessageDisabled HelpManual 1

See Also