InputType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
Goes along with new Enum scheme now.
>Trappingnoobs
Follows new enum syntax
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{{Enum|The InputType [[Enum]] controls the SurfaceInput of the object Part. It has 13 numbers:|
{{EnumTitle|colspan=3|The InputType [[Enum]] controls the SurfaceInput of the object Part. It has 13 numbers:}}
{{Enum/row|0|[[NoInput]]|}}
|-
{{Enum/row|1|[[LeftTread]]|}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|[[RightTread]]|}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
{{Enum/row|3|[[Steer]]|}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
{{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]]
|
|-
|5
|(unused)
|
|-
|6
|[[UpDown]]
|
|-
|7
|[[Action1]]
|
|-
|8
|[[Action2]]
|
|-
|9
|[[Action3]]
|
|-
|10
|[[Action4]]
|
|-
|11
|[[Action5]]
|
|-
|12
|[[Constant]]
|
|-
|13
|[[Sin]]
|
|}<noinclude>
[[Category:Enums]]</noinclude>
[[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