Difference between revisions of "ShowSleepWaitMenu"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Added function template + category. Discovered arg2 is optional via GECK.)
imported>DevinPatterson
m
 
Line 1: Line 1:
{{Function
{{Function
  |origin = GECK1
  |origin = GECK1
  |summary = Displays the wait/sleep menu. Has two parameters, the second is optional.  
  |summary = Displays the wait/sleep menu. Has two parameters, the second is optional. The first parameter specifies a wait or a sleep menu, 0 = Wait Menu, 1 = Sleep Menu
  |name = ShowSleepWaitMenu  
  |name = ShowSleepWaitMenu  
  |returnType = ?
  |returnType = ?

Latest revision as of 12:49, 25 March 2015

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

A function included in the GECK version 1.1.0.36.

Description

Displays the wait/sleep menu. Has two parameters, the second is optional. The first parameter specifies a wait or a sleep menu, 0 = Wait Menu, 1 = Sleep Menu

Syntax

[help]
(?) ShowSleepWaitMenu ?:int ?:int

Example

Display the sleep menu:

ShowSleepWaitMenu 1 1

See Also