Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 4.44 KB

AutoClick.md

File metadata and controls

57 lines (45 loc) · 4.44 KB

docs » AutoClick


Autoclicker tool, configurable with clicks per seconds

Download: https://github.com/Carleslc/Spoons/raw/master/Spoons/AutoClick.spoon.zip

API Overview

API Documentation

Variables

clicksPerSecond
Signature AutoClick.clicksPerSecond
Type Variable
Description Clicks per second. May not work properly if set too high (above ~50). Defaults to 10.

Methods

bindHotkeys
Signature AutoClick:bindHotkeys(mapping)
Type Method
Description Binds hotkeys for AutoClick
Parameters
  • mapping - A table containing hotkey modifier/key details for the following items:
  • triggerAutoClick - Start/Stop AutoClick
init
Signature AutoClick:init()
Type Method
Description Initializes AutoClick
Parameters
  • None
isRunning
Signature AutoClick:isRunning()
Type Method
Description Checks if this spoon is enabled and running
Parameters
  • None
Returns
  • A boolean, true if this spoon is running, otherwise false
trigger
Signature AutoClick:trigger()
Type Method
Description Start/Stop AutoClick
Parameters
  • None