NormalId (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
Goes along with new Enum scheme now.
>Trappingnoobs
Follows new enum syntax
Line 1: Line 1:
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{{Enum|The NormalId [[Enum]] sets which side/face of a brick is used. It has 6 numbers:|
{{EnumTitle|colspan=3|Sets which side/face of a brick is used. It has 6 numbers.}}
{{Enum/row|0|Right|The right side/face of the brick.}}
|-
{{Enum/row|1|Top|The top side/face of the brick.}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|Back|The back side/face of the brick.}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
{{Enum/row|3|Left|The left side/face of the brick.}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
{{Enum/row|4|Bottom|The bottom side/face of the brick.}}
|-
{{Enum/row|5|Front|The front side/face of the brick.}}
|0
}}<noinclude>
|Right
|The right side/face of the brick.
|-
|1
|Top
|The top side/face of the brick.
|-
|2
|Back
|The back side/face of the brick.
|-
|3
|Left
|The left side/face of the brick.
|-
|4
|Bottom
|The bottom side/face of the brick.
|-
|5
|Front
|The front side/face of the brick.
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Revision as of 20:38, 20 July 2011

The NormalId Enum sets which side/face of a brick is used. It has 6 numbers:
Enum Name Description
0 Right The right side/face of the brick.
1 Top The top side/face of the brick.
2 Back The back side/face of the brick.
3 Left The left side/face of the brick.
4 Bottom The bottom side/face of the brick.
5 Front The front side/face of the brick.