SurfaceInput (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
No edit summary
>Anaminus
enum table
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
'''This property is a summery of 6 different properties that perform the same action. They are ''BackSurfaceInput'', ''BottomSurfaceInput'', ''FrontSurfaceInput'', ''LeftSurfaceInput'', ''RightSurfaceInput'', and ''TopSurfaceInput''.'''


{{Property|
{{Property|
name = SurfaceInput
name = SurfaceInput
|property = [[Enum]] ''SurfaceInputType''
|property = [[Enum]] ''SurfaceInput''
|description = Sets what the surface's input is.
|description = Sets what the surface's input is.
|object = [[RBX.Lua.FlagStand (Object)|Flagstand]], [[RBX.Lua.Part (Object)|Part]], [[RBX.Lua.Seat (Object)|Seat]], [[RBX.Lua.SpawnLocation (Object)|SpawnLocation]]
|object = [[RBX.Lua.FlagStand (Object)|Flagstand]], [[RBX.Lua.Part (Object)|Part]], [[RBX.Lua.Seat (Object)|Seat]], [[RBX.Lua.SpawnLocation (Object)|SpawnLocation]]
|}}
|}}


The InputType [[Enum]] set contains 13 numbers:
 
*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


[[Category:Properties]]
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
|+ <big>The InputType [[Enum]] controls the SurfaceInput of the object Part. It holds 13 values:</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|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
|
|}

Revision as of 01:42, 14 September 2008

This property is a summery 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 [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]


The InputType Enum controls the SurfaceInput of the object Part. It holds 13 values:
Enum Name Description
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