ShowSleepWaitMenu

From the Fallout3 GECK Wiki
Revision as of 13:49, 25 March 2015 by imported>DevinPatterson
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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