OpenMenu: Difference between revisions

Specify it affects the activating player
(Created page with "{{ACSWarning}}{{DevTopicWarning|acs-menufunctions|type=an ACS function|mr=11|mrtitle=ACS functions: "OpenMenu" and "CloseMenu"}} int '''OpenMenu''' (str ''name'') == Usage == Opens a menu. This function can only be used in <tt>CLIENTSIDE</tt> scripts. === Parameters === * ''name'': The name of the menu, as defined in MENUDEF. === Return value === Returns '''1''' if the menu was opened successfully, or '''0''' on error (e.g. if the menu does not exist). == Ex...")
Tag: Source edit
 
(Specify it affects the activating player)
Tag: Source edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ACSWarning}}{{DevTopicWarning|acs-menufunctions|type=an [[ACS]] function|mr=11|mrtitle=ACS functions: "OpenMenu" and "CloseMenu"}}
{{ACSWarning}}
int '''OpenMenu''' (str ''name'')
{{DevfeatureWarning|version=3.2|type=an [[ACS]] function}}
int '''OpenMenu''' (str ''name'') {{Devfeature|3.2|alpha}}


== Usage ==  
== Usage ==  
Opens a menu. This function can only be used in <tt>CLIENTSIDE</tt> scripts.
Opens a menu for the activating player.


=== Parameters ===
=== Parameters ===