Download - Dark/Light

Base.ahi - Useful includable functions

Current Version: Mon, Jan 22, 2007 --- 1/22/07, 1:19:19am

Requires AutoHotkey 1.0.46+

Download



Examples

Features

  • ImageWait() function to wait for an image to exist, like ImageSearch, but waits...
  • PixelWait() function to wait for a pixel color to exist, like PixelSearch, but waits...defaults to Fast RGB mode, unlike the PixelSearch command...
  • Tooltip() function with more options than Tooltip command
  • MoveTooltip() function to move any Tooltip created by the script
  • A_ScreenWidthWA() / A_ScreenHeightWA() to overcome the lack of built-in vars
  • Switch-Case functions to simulate a real Switch-Case
  • d() / deref() dump var values & deref vars

Changes

    Mon, Jan 22, 2007 --- 1/22/07, 1:19:19am
    • ImageWait() added
    • PixelWait() added