From WikiChip
Difference between revisions of "mirc/identifiers/$fullscreen"
(Created page with "{{mirc title|$fullscreen Identifier}}'''$fullscreen''' returns 1 if an application is currently running in full screen mode, 0 if not. This applies to both game and non-game a...") |
m |
||
Line 1: | Line 1: | ||
{{mirc title|$fullscreen Identifier}}'''$fullscreen''' returns 1 if an application is currently running in full screen mode, 0 if not. This applies to both game and non-game applications. | {{mirc title|$fullscreen Identifier}}'''$fullscreen''' returns 1 if an application is currently running in full screen mode, 0 if not. This applies to both game and non-game applications. | ||
+ | |||
== Synopsis == | == Synopsis == | ||
Line 20: | Line 21: | ||
== See Also == | == See Also == | ||
{{mIRC|$appactive}} | {{mIRC|$appactive}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|fullscreen]] |
Latest revision as of 14:15, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$fullscreen returns 1 if an application is currently running in full screen mode, 0 if not. This applies to both game and non-game applications.
Synopsis[edit]
$fullscreen
Paramters[edit]
None
Properties[edit]
None
Example[edit]
//echo -a $fullscreen
Compatibility[edit]
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.