Alexandria Uptime: 16.04 Days
Total players online: 0



Take the Tour | Site Map

Name

clickScreenXYZ — Clicks on the screen given by world coordinates (with displacement).

Synopsis

call subs.txt clickScreenXYZ { worldx } { worldy } { worldz } [ xdisp ] [ ydisp ] [ click1 ] [ click2 ]

Author

ScriptFellow

Parameters

Table 8. clickScreenXYZ parameters

NameDescription
worldxWorld x-coordinate.
worldyWorld y-coordinate.
worldzWorld z-coordinate.
xdispx displacement (to be added to the screen coordinate).
ydispy displacement (to be added to the screen coordinate).
click1click modifier: D, F, G, N, P, R or X (default if 'F')
click2X modifier

Description

Clicks on the screen given by world coordinates (with displacement). Initialize the following variables: %_cursorX, %_cursorY.

Returns

%outsideScreen (#true or #false )

See Also

subs.worldXYZToScreenXY, subs.checkScreenXY, subs.openContextMenu