InputType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Nate
m Removed from Enums until farther notice, removed from Objects section
>Trappingnoobs
Follows new enum syntax
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The [[Enum]] InputType controls the [[SurfaceInput]] of the object [[RBX.Lua.Part|Part]]. It holds thirteen values:
{{Enum|The InputType [[Enum]] controls the SurfaceInput of the object Part. It has 13 numbers:|
 
{{Enum/row|0|[[NoInput]]|}}
*0: NoInput
{{Enum/row|1|[[LeftTread]]|}}
*1: LeftTread
{{Enum/row|2|[[RightTread]]|}}
*2: RightTread
{{Enum/row|3|[[Steer]]|}}
*3: Steer
{{Enum/row|4|[[Throtle]]|}}
*4: Throtle
{{Enum/row|6|[[UpDown]]|}}
*5: (Unused)
{{Enum/row|7|[[Action1]]|}}
*6: UpDown
{{Enum/row|8|[[Action2]]|}}
*7: Action1
{{Enum/row|9|[[Action3]]|}}
*8: Action2
{{Enum/row|10|[[Action4]]|}}
*9: Action3
{{Enum/row|11|[[Action5]]|}}
*10: Action4
{{Enum/row|12|[[Constant]]|}}
*11: Action5
{{Enum/row|13|[[Sin]]|}}
*12: Constant
}}<noinclude>
*13: Sin ''(Sine)''
[[Category:Enums]]</noinclude>

Latest revision as of 20:33, 20 July 2011

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