InputType (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Nate Making a page for the Enum InputType |
>Mindraker |
||
Line 15: | Line 15: | ||
*12: Constant | *12: Constant | ||
*13: Sin ''(Sine)'' | *13: Sin ''(Sine)'' | ||
[[Category:ROBLOX Lua Objects]] |
Revision as of 13:17, 3 July 2008
The Enum InputType controls the SurfaceInput of the object Part. It holds thirteen values:
- 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 (Sine)