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
 
(One intermediate revision by the same user not shown)
Line 15: 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