InOut (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus enum |
>Trappingnoobs Replaced with correct Enum syntax. |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| | {{Enum|The InOut [[Enum]] is used to set where the object is on the side of its parent.| | ||
{{Enum/row|0|Edge|On the edge of the side.}} | |||
| | {{Enum/row|1|Inset|On the inset of the edge of the side.}} | ||
{{Enum/row|2|Center|On the center of the side.}} | |||
}} | |||
<noinclude> | |||
|0 | |||
|Edge | |||
|On the edge of the side. | |||
|1 | |||
|Inset | |||
|On the inset of the edge of the side. | |||
|2 | |||
|Center | |||
|On the center of the side. | |||
[[Category:Enums]]</noinclude> | [[Category:Enums]]</noinclude> |
Latest revision as of 19:53, 20 July 2011
The InOut Enum is used to set where the object is on the side of its parent. | ||
Enum | Name | Description |
0 | Edge | On the edge of the side. |
1 | Inset | On the inset of the edge of the side. |
2 | Center | On the center of the side. |