WoW:API CameraOrSelectOrMoveStart: Difference between revisions
Jump to navigation
Jump to search
(Simulates depressing left mouse button) |
mNo edit summary |
||
| Line 16: | Line 16: | ||
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|CameraOrSelectOrMoveStart]] | |||
[[Category:API Action Functions|CameraOrSelectOrMoveStart]] | |||
[[Category:API Camera Functions|CameraOrSelectOrMoveStart]] | |||
[[Category:API Movement Functions|CameraOrSelectOrMoveStart]] | |||
Revision as of 12:24, 30 August 2005
Simulates depressing the left mouse button. When used alone, puts you into a "mouselook" mode until you press and release the actual left mouse button, or use the CameraOrSelectOrMoveStop command.
Example:
/script CameraOrSelectOrMoveStart();
Used in conjunction with the CameraOrSelectOrMoveStop 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.