InputType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
enum
>Mindraker
No edit summary
Line 7: Line 7:
|-
|-
|0
|0
|NoInput
|[[NoInput]]
|
|
|-
|-
|1
|1
|LeftTread
|[[LeftTread]]
|
|
|-
|-
|2
|2
|RightTread
|[[RightTread]]
|
|
|-
|-
|3
|3
|Steer
|[[Steer]]
|
|
|-
|-
|4
|4
|Throtle
|[[Throtle]]
|
|
|-
|-
Line 31: Line 31:
|-
|-
|6
|6
|UpDown
|[[UpDown]]
|
|
|-
|-
|7
|7
|Action1
|[[Action1]]
|
|
|-
|-
|8
|8
|Action2
|[[Action2]]
|
|
|-
|-
|9
|9
|Action3
|[[Action3]]
|
|
|-
|-
|10
|10
|Action4
|[[Action4]]
|
|
|-
|-
|11
|11
|Action5
|[[Action5]]
|
|
|-
|-
|12
|12
|Constant
|[[Constant]]
|
|
|-
|-
|13
|13
|Sin
|[[Sin]]
|
|
|}<noinclude>
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Revision as of 16:35, 30 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