Project

General

Profile

$menucontext » History » Version 2

Per Amundsen, 08/11/2015 09:40 AM

1 1 Per Amundsen
_Added in 1.9.1_
2
3
*$menucontext*
4
5 2 Per Amundsen
Returns the context of an[[Scripting_Menus|menu]] event.
6 1 Per Amundsen
7
_window/hotlink/toolbar_
8
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>