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:
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;"
{{Enum|The InOut [[Enum]] is used to set where the object is on the side of its parent.|
|+ <big>The InOut [[Enum]] is used to set where the object is on the side of it's parent. It has 3 numbers.</big>
{{Enum/row|0|Edge|On the edge of the side.}}
|-
{{Enum/row|1|Inset|On the inset of the edge of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|Center|On the center of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
<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.
|}<noinclude>
[[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.