SurfaceInput (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
m SurfaceInput moved to SurfaceInput (Property)
>Anaminus
enum
Line 13: Line 13:
   
   


{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
{{:InputType (Enum)}}
|+ <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
|
|}

Revision as of 02:30, 14 September 2008

This property is a summery of 6 different properties that perform the same action. They are BackSurfaceInput, BottomSurfaceInput, FrontSurfaceInput, LeftSurfaceInput, RightSurfaceInput, and TopSurfaceInput.


SurfaceInput
Property Enum SurfaceInput
Description Sets what the surface's input is.
Member of [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]
The InputType Enum controls the SurfaceInput of the object Part. It has 13 numbers:
Enum Name Description
0 NoInput
1 LeftTread
2 RightTread
3 Steer
4 Throtle
6 UpDown
7 Action1
8 Action2
9 Action3
10 Action4
11 Action5
12 Constant
13 Sin