CloseMenu: Difference between revisions
DrinkyBird (talk | contribs) (Created page with "{{ACSWarning}}{{DevTopicWarning|acs-menufunctions|type=an ACS function|mr=11|mrtitle=ACS functions: "OpenMenu" and "CloseMenu"}} int '''CloseMenu''' (void) == Usage == Closes the menu the client is currently in. This function can only be used in <tt>CLIENTSIDE</tt> scripts. === Return value === Returns '''1''' if the menu was closed successfully, or '''0''' on error (e.g. if the client is not currently in a menu). == Examples == {{noexamples}} == See also == * [...") Tag: Source edit |
DrinkyBird (talk | contribs) (Specify it affects the activating player) Tag: Source edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ACSWarning}}{{ | {{ACSWarning}} | ||
int '''CloseMenu''' (void) | {{DevfeatureWarning|version=3.2|type=an [[ACS]] function}} | ||
int '''CloseMenu''' (void) {{Devfeature|3.2|alpha}} | |||
== Usage == | == Usage == | ||
Closes the menu the | Closes the menu the activating player is currently using. | ||
=== Return value === | === Return value === |
Latest revision as of 23:11, 28 January 2024
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports. |
This article documents an ACS function which is only available in development builds of Zandronum 3.2 and newer. |
int CloseMenu (void) (development version 3.2-alpha and above only)
Usage
Closes the menu the activating player is currently using.
Return value
Returns 1 if the menu was closed successfully, or 0 on error (e.g. if the client is not currently in a menu).
Examples
This article lists no examples, please add one. |