Difference between revisions of "SetMessageDisabled"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 5: Line 5:
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = message
   |Name = messageOrList
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument

Latest revision as of 14:01, 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 messageOrList:ref disable:0/1

Example

SetMessageDisabled AddictionRemovalMsg 1
SetMessageDisabled HelpManual 1

See Also