Difference between revisions of "SetMessageDisplayTime"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets the display time (in seconds) of the specified '''Message''' form. |name = SetMessageDisplayTime |returnType = displayTime:int |a...")
 
imported>Gribbleshnibit8
(add more see also links)
Line 15: Line 15:
}}
}}
==See Also==
==See Also==
*[[GetMessageDisplayTime]]
[[Category:Functions (JIP)]]
[[Category:Functions (JIP)]]
[[Category:UI Functions (JIP)]]
[[Category:UI Functions (JIP)]]

Revision as of 19:32, 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