WoW:API CameraOrSelectOrMoveStop: Difference between revisions
Jump to navigation
Jump to search
(Simulates releasing the left mouse button) |
mNo edit summary |
||
Line 17: | Line 17: | ||
Result is context sensitive, as the name of the command itself implies; is not a "true" left mouseclick, as it will not activate UI buttons. | Result is context sensitive, as the name of the command itself implies; is not a "true" left mouseclick, as it will not activate UI buttons. | ||
[[Category:API Functions|CameraOrSelectOrMoveStop]] | |||
[[Category:API Action Functions|CameraOrSelectOrMoveStop]] | |||
[[Category:API Camera Functions|CameraOrSelectOrMoveStop]] | |||
[[Category:API Movement Functions|CameraOrSelectOrMoveStop]] |
Revision as of 12:24, 30 August 2005
Simulates releasing the left mouse button.
Example:
/script CameraOrSelectOrMoveStop();
Used in conjunction with the CameraOrSelectOrMoveStart command, simulates a left mouse click.
Example:
/script CameraOrSelectOrMoveStart();
/script CameraOrSelectOrMoveStop();
Result is context sensitive, as the name of the command itself implies; is not a "true" left mouseclick, as it will not activate UI buttons.