Difference between revisions of "SetMessageDisplayTime"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
m (added alias)
imported>Gribbleshnibit8
m
 
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 =  
Line 16: Line 15:
}}
}}
==See Also==
==See Also==
*[[GetMessageDisplayTime]]
[[Category:Functions (JIP)]]
[[Category:Functions (JIP)]]
[[Category:UI Functions (JIP)]]
[[Category:UI Functions (JIP)]]

Latest revision as of 19:36, 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

Example

SetMessageDisplayTime AddictionRemovalMsg 3

See Also