LeftRight (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
Goes along with new Enum scheme now.
>Trappingnoobs
Complies to correct enum syntax now.
 
(2 intermediate revisions by the same user 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 LeftRight [[Enum]] is used to set where the object is on the side of its parent.|
{{EnumTitle|colspan=3|The LeftRight [[Enum]] is used to set where the object is on the side of its parent. It has 3 numbers:}}
{{Enum/row|0|Left|On the left of the side.}}
|-
{{Enum/row|1|Center|On the center of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|Right|On the right of the side.}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
<noinclude>
|-
|0
|Left
|On the left of the side.
|-
|1
|Center
|On the center of the side.
|-
|2
|Right
|On the right of the side.
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Latest revision as of 19:54, 20 July 2011

The LeftRight Enum is used to set where the object is on the side of its parent.
Enum Name Description
0 Left On the left of the side.
1 Center On the center of the side.
2 Right On the right of the side.