$fullscreen

From Scriptwiki
Revision as of 20:50, 8 April 2008 by Albie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns $true if an application is currently running fullscreen.

$fullscreen
  • This function has no parameters.

Example

on *:OPEN:?:*:{
  if ($locked) { msg $nick I am currently playing a game, I'll get back to you shortly. }
}

The above script would notify a user when they opened a new query window with you and you have a full screen application/game running.

See Also