Difference between revisions of "ShowSleepWaitMenu"
Jump to navigation
Jump to search
imported>DevinPatterson (Created page with "Syntax ShowSleepWaitMenu Displays the wait/sleep menu. Has two parameters. Example ShowSleepWaitMenu 1 1 Displays the sleep menu.") |
imported>DevinPatterson m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
ShowSleepWaitMenu | |origin = GECK1 | ||
|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 | |||
|returnType = ? | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = ? | |||
|Type = int}}{{FunctionArgument | |||
|Name = ? | |||
|Type = int | |||
|Optional = y}} | |||
}} | |||
==Example== | |||
Display the sleep menu: | |||
<pre> | |||
ShowSleepWaitMenu 1 1 | |||
</pre> | |||
==See Also== | |||
*[[MenuMode]] | |||
*[[Con_CloseAllMenus]] | |||
*[[TapControl]] | |||
[[Category:Functions]] | |||
[[Category:Functions (GECK 1.1)]] | |||
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
(?) ShowSleepWaitMenu ?:int ?:int
Example
Display the sleep menu:
ShowSleepWaitMenu 1 1