Template:LSL Constants/Controls

From Second Life Wiki
Revision as of 02:30, 14 February 2007 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Constant Value Description
CONTROL_FWD 0x00000001 Move forward control.
CONTROL_BACK 0x00000002 Move back control.
CONTROL_LEFT 0x00000004 Move left control.
CONTROL_RIGHT 0x00000008 Move right control.
CONTROL_ROT_LEFT 0x00000100 Rotate left control.
CONTROL_ROT_RIGHT 0x00000200 Rotate right control.
CONTROL_UP 0x00000010 Move up control.
CONTROL_DOWN 0x00000020 Move down control.
CONTROL_LBUTTON 0x10000000 Left mouse button control.
CONTROL_ML_LBUTTON 0x40000000 Left mouse button control while in mouselook.