Difference between revisions of "SetMessageDisplayTime"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(add more see also links)
imported>Gribbleshnibit8
m (added alias)
Line 3: Line 3:
  |summary = Sets the display time (in seconds) of the specified '''Message''' form.
  |summary = Sets the display time (in seconds) of the specified '''Message''' form.
  |name = SetMessageDisplayTime
  |name = SetMessageDisplayTime
|alias = SetMDT
  |returnType = displayTime:int
  |returnType = displayTime:int
  |arguments =  
  |arguments =  

Revision as of 19:33, 20 December 2016

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

A function added by the JIP NVSE Plugin.

Description

Sets the display time (in seconds) of the specified Message form.

Syntax

[help]
(displayTime:int) SetMessageDisplayTime message:ref displayTime:int 

Or:

(displayTime:int) SetMDT message:ref displayTime:int

Example

SetMessageDisplayTime AddictionRemovalMsg 3

See Also