SurfaceInput (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs Fixed enum layout- Should an enum even be on a property page? I might make it it's own page. |
>Trappingnoobs No edit summary |
||
Line 36: | Line 36: | ||
|4 | |4 | ||
|[[Throttle]] | |[[Throttle]] | ||
| | | | ||
|- | |- |
Revision as of 19:29, 20 July 2011
This property is a summary 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 | BasePart |
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 | Throttle | |
6 | UpDown | |
7 | Action1 | |
8 | Action2 | |
9 | Action3 | |
10 | Action4 | |
11 | Action5 | |
12 | Constant | |
13 | Sin |