Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Simulates depressing left mouse button)
 
No edit summary
Line 7: Line 7:
   
   
Used in conjunction with the CameraOrSelectOrMoveStop, simulates a left mouse click.
+
Used in conjunction with the CameraOrSelectOrMoveStop command, simulates a left mouse click.
   
 
Example:
 
Example:

Revision as of 16:54, 1 June 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.