Project

General

Profile

$menutype » History » Version 2

Per Amundsen, 08/26/2015 07:31 AM

1 1 Per Amundsen
_Added in 1.9.1_
2
3
*$menutype*
4
5
Returns the type of an[[Scripting_Menus|menu]] event.
6
7 2 Per Amundsen
_custom/nicklist/query/channel/status/chat/menubar/topmenubar_
8 1 Per Amundsen
9
*Example*
10
11
<pre>
12
menu @Example {
13
  Menu Name:echo -ag Menu name is $menu
14
  Menu Type:echo -ag Menu type is $menutype
15
  Menu Context:echo -ag Menu context is $menucontext
16
}
17
</pre>