TopBottom (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus enum |
>Trappingnoobs Complies with new enum syntax. |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Enum|The TopBottom [[Enum]] is used to set where the object is on the side of its parent.| | ||
{{Enum/row|0|Top|On the top of the side.}} | |||
| | {{Enum/row|1|Center|On the center of the side.}} | ||
{{Enum/row|2|Bottom|On the bottom of the side.}} | |||
}} | |||
<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. | |||
[[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. |