From WikiChip
Difference between revisions of "mirc/identifiers/$treebar"
m (Bot: Adding a template (template:mIRC identifier list)) |
m (This identifier uses 0/1, not $true/$false.) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''$treebar''' identifier | + | {{mirc title|$treebar identifier}}The '''$treebar''' identifier returns 1 if the treebar is enabled in mIRC, 0 otherwise. |
− | = Synopsis = | + | |
+ | == Synopsis == | ||
<pre>$treebar</pre> | <pre>$treebar</pre> | ||
− | = | + | == Parameters == |
None | None | ||
− | = | + | == Properties == |
− | + | None | |
+ | == Results == | ||
+ | <span style="display: inline-block; width: 30px;">'''0'''</span>The treebar is currently off.<br /> | ||
<span style="display: inline-block; width: 30px;">'''1'''</span>The treebar is currently on. | <span style="display: inline-block; width: 30px;">'''1'''</span>The treebar is currently on. | ||
− | = Example = | + | == Example == |
− | + | Echo the treebar status to the active window: | |
<pre>//echo -a $treebar</pre> | <pre>//echo -a $treebar</pre> | ||
+ | |||
+ | == Compatibility == | ||
+ | {{mIRC compatibility|6.32}} | ||
= See also = | = See also = | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|/treebar}} |
+ | * {{mIRC|$switchbar}} | ||
+ | * {{mIRC|$toolbar}} | ||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|treebar]] |
Latest revision as of 11:15, 2 March 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The $treebar identifier returns 1 if the treebar is enabled in mIRC, 0 otherwise.
Synopsis[edit]
$treebar
Parameters[edit]
None
Properties[edit]
None
Results[edit]
0The treebar is currently off.
1The treebar is currently on.
Example[edit]
Echo the treebar status to the active window:
//echo -a $treebar
Compatibility[edit]
Added: mIRC v6.32
Added on: 21 May 2008
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC identifier list