From WikiChip
Difference between revisions of "mirc/identifiers/$menutype"
< mirc‎ | identifiers

(Created page with "{{mirc title|$menutype Identifier}}'''$menutype''' return the name/type of menu in use, same as {{mIRC|$menu}}. == Synopsis == <pre>$menutype</pre> == Paramters == None ==...")
 
m
Line 1: Line 1:
 
{{mirc title|$menutype Identifier}}'''$menutype''' return the name/type of menu in use, same as {{mIRC|$menu}}.
 
{{mirc title|$menutype Identifier}}'''$menutype''' return the name/type of menu in use, same as {{mIRC|$menu}}.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 23: Line 24:
 
{{mIRC compatibility|6.3}}
 
{{mIRC compatibility|6.3}}
  
== See Also ==
+
== See also ==
{{mIRC|$menu}}
+
* {{mIRC|$menu}}
{{mIRC|$menucontext}}
+
* {{mIRC|$menucontext}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|menutype]]

Revision as of 05:48, 21 September 2017

$menutype return the name/type of menu in use, same as $menu.


Synopsis

$menutype

Paramters

None

Properties

None

Example

menu nicklist,channel  {
     $iif($menutype == nicklist,...):{}
     $iif($menutype == channel,...):{}
}

Compatibility

Added: mIRC v6.3
Added on: 16 Aug 2007
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list