InputType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
>Anaminus
enum
Line 1: Line 1:
#redirect [[SurfaceInput (Property)]]
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
|+ <big>The InputType [[Enum]] controls the SurfaceInput of the object Part. It holds 13 values:</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|0
|NoInput
|
|-
|1
|LeftTread
|
|-
|2
|RightTread
|
|-
|3
|Steer
|
|-
|4
|Throtle
|
|-
|5
|(unused)
|
|-
|6
|UpDown
|
|-
|7
|Action1
|
|-
|8
|Action2
|
|-
|9
|Action3
|
|-
|10
|Action4
|
|-
|11
|Action5
|
|-
|12
|Constant
|
|-
|13
|Sin
|
|}<noinclude>
[[Category:Enums]]</noinclude>

Revision as of 02:30, 14 September 2008

The InputType Enum controls the SurfaceInput of the object Part. It holds 13 values:
Enum Name Description
0 NoInput
1 LeftTread
2 RightTread
3 Steer
4 Throtle
5 (unused)
6 UpDown
7 Action1
8 Action2
9 Action3
10 Action4
11 Action5
12 Constant
13 Sin