CloseMenu: Difference between revisions

MR was merged, so this is now a 3.2 feature
(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
 
(MR was merged, so this is now a 3.2 feature)
Tag: Source edit
Line 1: Line 1:
{{ACSWarning}}{{DevTopicWarning|acs-menufunctions|type=an [[ACS]] function|mr=11|mrtitle=ACS functions: "OpenMenu" and "CloseMenu"}}
{{ACSWarning}}
int '''CloseMenu''' (void)
{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}}
int '''CloseMenu''' (void) {{Devfeature|3.2|alpha}}


== Usage ==  
== Usage ==