Difference between revisions of "Template:LSL Constants/Controls"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
{{!}}{{LSL Const|CONTROL_FWD|integer|1|hex=0x00000001|c=Move forward control (↑ or W)}}
{{!}}{{LSL Const|CONTROL_FWD|integer|1|hex=0x00000001|c=Move forward control (↑ or W)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move forward control ({{HoverText|↑|Up-Arrow key}} or W)
{{!}}Move forward control ({{Keypress|↑|title=Up-Arrow key}} or {{Keypress|W}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_BACK|integer|2|hex=0x00000002|c=Move back control (↓ or S)}}
{{!}}{{LSL Const|CONTROL_BACK|integer|2|hex=0x00000002|c=Move back control (↓ or S)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move back control ({{HoverText|↓|Down-Arrow key}} or S)
{{!}}Move back control ({{Keypress|↓|title=Down-Arrow key}} or {{Keypress|S}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_LEFT|integer|4|hex=0x00000004|c=Move left control (Shift-← or Shift-A [← or A in mouselook])}}
{{!}}{{LSL Const|CONTROL_LEFT|integer|4|hex=0x00000004|c=Move left control (Shift-← or Shift-A [← or A in mouselook])}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move left control (Shift-{{HoverText|←|Left-Arrow key}} or Shift-A [{{HoverText|←|Left-Arrow key}} or A in [[mouselook]]])
{{!}}Move left control ({{Keypress|Shift}}+{{Keypress|←|title=Left-Arrow key}} or {{Keypress|Shift}}+{{Keypress|A}} [{{Keypress|←|title=Left-Arrow key}} or {{Keypress|A}} in [[mouselook]]])
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_RIGHT|integer|8|hex=0x00000008|c=Move right control  (Shift-→ or Shift-D [→ or D in mouselook])}}
{{!}}{{LSL Const|CONTROL_RIGHT|integer|8|hex=0x00000008|c=Move right control  (Shift-→ or Shift-D [→ or D in mouselook])}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move right control (Shift-{{HoverText|→|Right-Arrow key}} or Shift-D [{{HoverText|→|Right-Arrow key}} or D in [[mouselook]]])
{{!}}Move right control ({{Keypress|Shift}}+{{Keypress|→|title=Right-Arrow key}} or {{Keypress|Shift}}+{{Keypress|D}} [{{Keypress|→|title=Right-Arrow key}} or {{Keypress|D}} in [[mouselook]]])
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=Rotate left control (← or A)}}
{{!}}{{LSL Const|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=Rotate left control (← or A)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Rotate left control ({{HoverText|←|Left-Arrow key}} or A)
{{!}}Rotate left control ({{Keypress|←|title=Left-Arrow key}} or {{Keypress|A}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=Rotate right control (→ or D)}}
{{!}}{{LSL Const|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=Rotate right control (→ or D)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Rotate right control ({{HoverText|→|Right-Arrow key}} or D)
{{!}}Rotate right control ({{Keypress|→|title=Right-Arrow key}} or {{Keypress|D}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_UP|integer|16|hex=0x00000010|c=Move up control (PgUp or E)}}
{{!}}{{LSL Const|CONTROL_UP|integer|16|hex=0x00000010|c=Move up control (PgUp or E)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move up control ({{HoverText|PgUp|Page Up}} or E)
{{!}}Move up control ({{Keypress|PgUp|title=Page Up}} or {{Keypress|E}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_DOWN|integer|32|hex=0x00000020|c=Move down control (PgDn or C)}}
{{!}}{{LSL Const|CONTROL_DOWN|integer|32|hex=0x00000020|c=Move down control (PgDn or C)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}Move down control ({{HoverText|PgDn|Page Down}} or C)
{{!}}Move down control ({{Keypress|PgDn|title=Page Down}} or {{Keypress|C}})
{{!}}-
{{!}}-
{{!}}{{LSL Const|CONTROL_LBUTTON|integer|hex=0x10000000|c=Left mouse button control}}
{{!}}{{LSL Const|CONTROL_LBUTTON|integer|hex=0x10000000|c=Left mouse button control}}

Revision as of 23:40, 13 December 2008

Constant Value Description
CONTROL_FWD 0x00000001 Move forward control ( or W)
CONTROL_BACK 0x00000002 Move back control ( or S)
CONTROL_LEFT 0x00000004 Move left control (Shift+ or Shift+A [ or A in mouselook])
CONTROL_RIGHT 0x00000008 Move right control (Shift+ or Shift+D [ or D in mouselook])
CONTROL_ROT_LEFT 0x00000100 Rotate left control ( or A)
CONTROL_ROT_RIGHT 0x00000200 Rotate right control ( or D)
CONTROL_UP 0x00000010 Move up control (PgUp or E)
CONTROL_DOWN 0x00000020 Move down control (PgDn or C)
CONTROL_LBUTTON 0x10000000 Left mouse button control
CONTROL_ML_LBUTTON 0x40000000 Left mouse button control while in mouselook