Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 785 Bytes

File metadata and controls

42 lines (22 loc) · 785 Bytes

clickonsqm

English

Click on one of the SQM around the character(or center).

Portuguese

Clicar em um dos SQMs em volta do char(ou central).

clickonsqm(click, direction, repeat*, delay*)

  • Parameters
    • click: left or right.
    • direction: direction of the SQM to click, one of the image below.
    • repeat: optional param; times to click, default is 1.
    • delay: optional param; the interval delay in miliseconds after each click, default is 500.

Return Value

Nothing.


Examples

  1. Right click on North SQM 3 times, wait 1000ms after each click.
clickonsqm(Right, N, 3, 1000)