Removed ProcessMenu

This commit is contained in:
jsalmon3 2006-09-24 00:04:10 +00:00
parent 82cd9d12a1
commit 6a919ce5f8
2 changed files with 0 additions and 19 deletions

View file

@ -309,8 +309,6 @@
<dd></dd>
<dt><a href="mappresentation.html#PresentMap">PresentMap</a></dt>
<dd></dd>
<dt><a href="ui.html#ProcessMenu">ProcessMenu</a></dt>
<dd></dd>
<dt><a href="game.html#RemoveObjective">RemoveObjective</a></dt>
<dd></dd>
<dt><a href="game.html#ReplayLog">ReplayLog</a></dt>

View file

@ -55,7 +55,6 @@
<a href="#DefinePanelContents">DefinePanelContents</a>
<a href="#DefineUI">DefineUI</a>
<a href="#DefineViewports">DefineViewports</a>
<a href="#ProcessMenu">ProcessMenu</a>
<a href="#SetGameCursor">SetGameCursor</a>
<hr>
<h2>Intro - Introduction to UI functions and variables</h2>
@ -1250,22 +1249,6 @@ DefineViewports("mode", 1, "viewport", {82, 31},
"viewport", {64, 31})
</pre>
<a name="ProcessMenu"></a>
<h3>ProcessMenu("menu-id")</h3>
Process a menu.
<dl>
<dt>"menu-id"</dt>
<dd>ID of the menu.</dd>
</dl>
<h4>Example</h4>
<pre>
-- Process the menu 'menu-program-start'.
ProcessMenu("menu-program-start")
</pre>
<a name="SetGameCursor"></a>
<h3>SetGameCursor("cursor-ident")</h3>
Set the game cursor.