Difference between revisions of "ShowSleepWaitMenu"
Jump to navigation
Jump to search
Added function template + category. Discovered arg2 is optional via GECK.
imported>DevinPatterson (Created page with "Syntax ShowSleepWaitMenu Displays the wait/sleep menu. Has two parameters. Example ShowSleepWaitMenu 1 1 Displays the sleep menu.") |
imported>Odessa (Added function template + category. Discovered arg2 is optional via GECK.) |
||
Line 1: | Line 1: | ||
{{Function | |||
ShowSleepWaitMenu | |origin = GECK1 | ||
|summary = Displays the wait/sleep menu. Has two parameters, the second is optional. | |||
|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)]] | |||