LeftRight (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
mNo edit summary
>Legend26
Should we just get rid of the disamgs on property pages and change the property enum link to the enum used instead? ie, take a look at the history here.
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
 
|name = LeftRight
{{Property|
|property = [[LeftRight_(Enum)|LeftRight]] ''LeftRight''
name = LeftRight
|property = [[Enum]] ''LeftRight''
|description = Sets what part of the side of the Parent the object is on.
|description = Sets what part of the side of the Parent the object is on.
|object = [[RBX.lua.Hole (Object)|Hole]]
|object = Feature
|}}
}}</onlyinclude>


{{clear floats}}


{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
[[Category:Properties]]
|+ <big>The LeftRight [[Enum]] is used to set where the object is on the side of its parent. It has 3 numbers.</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|0
|Left
|On the left of the side.
|-
|1
|Center
|On the center of the side.
|-
|2
|Right
|On the right of the side.
|}

Latest revision as of 22:04, 23 December 2011

LeftRight
Property LeftRight LeftRight
Description Sets what part of the side of the Parent the object is on.
Member of Feature