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

From Second Life Wiki
Jump to navigation Jump to search
 
(template refactoring)
Line 1: Line 1:
{{{!}}{{Prettytable}}
{{{!}} class="sortable" {{Prettytable}}
!Constant
!Constant
!Value
!Value
!Description
! class="unsortable" {{!}}Description
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_FWD}}
{{!}}{{LSL Const|CONTROL_FWD|integer|1|hex=0x00000001|c=Move forward control}}
{{!}} {{LSL Hex|0x00000001}}
{{!}}{{#var:value}}
{{!}} Move forward control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_BACK}}
{{!}}{{LSL Const|CONTROL_BACK|integer|2|hex=0x00000002|c=Move back control}}
{{!}} {{LSL Hex|0x00000002}}
{{!}}{{#var:value}}
{{!}} Move back control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_LEFT}}
{{!}}{{LSL Const|CONTROL_LEFT|integer|4|hex=0x00000004|c=Move left control}}
{{!}} {{LSL Hex|0x00000004}}
{{!}}{{#var:value}}
{{!}} Move left control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_RIGHT}}
{{!}}{{LSL Const|CONTROL_RIGHT|integer|8|hex=0x00000008|c=Move right control}}
{{!}} {{LSL Hex|0x00000008}}
{{!}}{{#var:value}}
{{!}} Move right control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_ROT_LEFT}}
{{!}}{{LSL Const|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=Rotate left control}}
{{!}} {{LSL Hex|0x00000100}}
{{!}}{{#var:value}}
{{!}} Rotate left control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_ROT_RIGHT}}
{{!}}{{LSL Const|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=Rotate right control}}
{{!}} {{LSL Hex|0x00000200}}
{{!}}{{#var:value}}
{{!}} Rotate right control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_UP}}
{{!}}{{LSL Const|CONTROL_UP|integer|16|hex=0x00000010|c=Move up control}}
{{!}} {{LSL Hex|0x00000010}}
{{!}}{{#var:value}}
{{!}} Move up control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_DOWN}}
{{!}}{{LSL Const|CONTROL_DOWN|integer|32|hex=0x00000020|c=Move down control}}
{{!}} {{LSL Hex|0x00000020}}
{{!}}{{#var:value}}
{{!}} Move down control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_LBUTTON}}
{{!}}{{LSL Const|CONTROL_LBUTTON|integer|hex=0x10000000|c=Left mouse button control}}
{{!}} {{LSL Hex|0x10000000}}
{{!}}{{#var:value}}
{{!}} Left mouse button control.
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|CONTROL_ML_LBUTTON}}
{{!}}{{LSL Const|CONTROL_ML_LBUTTON|integer|hex=0x40000000|c=Left mouse button control while in mouselook}}
{{!}} {{LSL Hex|0x40000000}}
{{!}}{{#var:value}}
{{!}} Left mouse button control while in {{LSLG|mouselook}}.
{{!}}Left mouse button control while in [[mouselook]]
{{!}}}
{{!}}}

Revision as of 01:38, 23 July 2007

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