Difference between revisions of "Template:LSL Constants/Controls/ja"
Jump to navigation
Jump to search
Asuka Neely (talk | contribs) (New page: {{{!}} class="sortable" {{Prettytable}} !定数 !値 ! class="unsortable" {{!}}解説 {{!}}- {{!}}{{LSL Const/ja|CONTROL_FWD|integer|1|hex=0x00000001|c=前進移動する制御です}} {{!...) |
(Update translation) |
||
Line 1: | Line 1: | ||
{{{!}} class="sortable" {{Prettytable}} | {{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} | ||
{{!}}- {{Hl2}} | |||
!定数 | !定数 | ||
!値 | !値 | ||
! class="unsortable" {{!}} | ! class="unsortable" {{!}}説明 | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_FWD|integer|1|hex=0x00000001|c= | {{!}}{{LSL Const/ja|CONTROL_FWD|integer|1|hex=0x00000001|c=前進 (↑ か W)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}前進 ({{Keypress|↑|title=上矢印}} か {{Keypress|W}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_BACK|integer|2|hex=0x00000002|c= | {{!}}{{LSL Const/ja|CONTROL_BACK|integer|2|hex=0x00000002|c=後進 (↓ か S)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}後進 ({{Keypress|↓|title=下矢印}} か {{Keypress|S}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_LEFT|integer|4|hex=0x00000004|c= | {{!}}{{LSL Const/ja|CONTROL_LEFT|integer|4|hex=0x00000004|c=左移動 (Shift-← か Shift-A [マウスルックならば ← か A])}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{# | {{!}}左移動 ({{KeyCombo|shift=*|←|title=左矢印}} か {{KeyCombo|shift=*|A}} <nowiki>[</nowiki>[[Camera/ja#Mouselook|マウスルック]]ならば {{Keypress|←|title=左矢印}} か {{Keypress|A}}]) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_RIGHT|integer|8|hex=0x00000008|c= | {{!}}{{LSL Const/ja|CONTROL_RIGHT|integer|8|hex=0x00000008|c=右移動 (Shift-→ か Shift-D [マウスルックならば → か D])}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{# | {{!}}右移動 ({{KeyCombo|shift=*|→|title=右矢印}} か {{KeyCombo|shift=*|D}} <nowiki>[</nowiki>[[Camera/ja#Mouselook|マウスルック]]ならば {{Keypress|→|title=右矢印}} か {{Keypress|D}}]) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c= | {{!}}{{LSL Const/ja|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=左回転 (← か A)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}左回転 ({{Keypress|←|title=左矢印}} か {{Keypress|A}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c= | {{!}}{{LSL Const/ja|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=右回転 (→ か D)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}右回転 ({{Keypress|→|title=右矢印}} か {{Keypress|D}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_UP|integer|16|hex=0x00000010|c= | {{!}}{{LSL Const/ja|CONTROL_UP|integer|16|hex=0x00000010|c=上昇 (PgUp か E)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}上昇 ({{Keypress|PgUp|title=Page Up}} か {{Keypress|E}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_DOWN|integer|32|hex=0x00000020|c= | {{!}}{{LSL Const/ja|CONTROL_DOWN|integer|32|hex=0x00000020|c=下降 (PgDn か C)}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}下降 ({{Keypress|PgDn|title=Page Down}} か {{Keypress|C}}) | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_LBUTTON|integer|hex=0x10000000|c= | {{!}}{{LSL Const/ja|CONTROL_LBUTTON|integer|hex=0x10000000|c=マウス左クリック}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}} | {{!}}マウス左クリック | ||
{{!}}- | {{!}}- | ||
{{!}}{{LSL Const/ja|CONTROL_ML_LBUTTON|integer|hex=0x40000000|c= | {{!}}{{LSL Const/ja|CONTROL_ML_LBUTTON|integer|hex=0x40000000|c=マウスルック中のマウス左クリック}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}[[ | {{!}}[[Camera/ja#Mouselook|マウスルック]]中のマウス左クリック | ||
{{!}}} | {{!}}} |
Revision as of 06:52, 10 June 2009
定数 | 値 | 説明 |
---|---|---|
CONTROL_FWD | 0x00000001 | 前進 (↑ か W) |
CONTROL_BACK | 0x00000002 | 後進 (↓ か S) |
CONTROL_LEFT | 0x00000004 | 左移動 (⇧ Shift-← か ⇧ Shift-A [マウスルックならば ← か A]) |
CONTROL_RIGHT | 0x00000008 | 右移動 (⇧ Shift-→ か ⇧ Shift-D [マウスルックならば → か D]) |
CONTROL_ROT_LEFT | 0x00000100 | 左回転 (← か A) |
CONTROL_ROT_RIGHT | 0x00000200 | 右回転 (→ か D) |
CONTROL_UP | 0x00000010 | 上昇 (PgUp か E) |
CONTROL_DOWN | 0x00000020 | 下降 (PgDn か C) |
CONTROL_LBUTTON | 0x10000000 | マウス左クリック |
CONTROL_ML_LBUTTON | 0x40000000 | マウスルック中のマウス左クリック |