InputType (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus enum |
>Trappingnoobs Follows new enum syntax |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Enum|The InputType [[Enum]] controls the SurfaceInput of the object Part. It has 13 numbers:| | ||
{{Enum/row|0|[[NoInput]]|}} | |||
| | {{Enum/row|1|[[LeftTread]]|}} | ||
{{Enum/row|2|[[RightTread]]|}} | |||
{{Enum/row|3|[[Steer]]|}} | |||
{{Enum/row|4|[[Throtle]]|}} | |||
{{Enum/row|6|[[UpDown]]|}} | |||
|0 | {{Enum/row|7|[[Action1]]|}} | ||
|NoInput | {{Enum/row|8|[[Action2]]|}} | ||
| | {{Enum/row|9|[[Action3]]|}} | ||
{{Enum/row|10|[[Action4]]|}} | |||
|1 | {{Enum/row|11|[[Action5]]|}} | ||
|LeftTread | {{Enum/row|12|[[Constant]]|}} | ||
| | {{Enum/row|13|[[Sin]]|}} | ||
}}<noinclude> | |||
|2 | |||
|RightTread | |||
| | |||
|3 | |||
|Steer | |||
| | |||
|4 | |||
|Throtle | |||
| | |||
|6 | |||
|UpDown | |||
| | |||
|7 | |||
|Action1 | |||
| | |||
|8 | |||
|Action2 | |||
| | |||
|9 | |||
|Action3 | |||
| | |||
|10 | |||
|Action4 | |||
| | |||
|11 | |||
|Action5 | |||
| | |||
|12 | |||
|Constant | |||
| | |||
|13 | |||
|Sin | |||
| | |||
[[Category:Enums]]</noinclude> | [[Category:Enums]]</noinclude> |