TopBottom (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>Trappingnoobs
Complies with new enum syntax.
 
(4 intermediate revisions by 2 users 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 TopBottom [[Enum]] is used to set where the object is on the side of its parent.|
|+ <big>The TopBottom [[Enum]] is used to set where the object is on the side of it's parent. It has 3 numbers.</big>
{{Enum/row|0|Top|On the top of the side.}}
|-
{{Enum/row|1|Center|On the center of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|Bottom|On the bottom of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
<noinclude>
|-
|0
|Top
|On the top of the side.
|-
|1
|Center
|On the center of the side.
|-
|2
|Bottom
|On the bottom of the side.
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Latest revision as of 19:55, 20 July 2011

The TopBottom Enum is used to set where the object is on the side of its parent.
Enum Name Description
0 Top On the top of the side.
1 Center On the center of the side.
2 Bottom On the bottom of the side.