FormFactor (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 FormFactor [[Enum]] has 4 numbers:|
{{EnumTitle|colspan=3|The FormFactor [[Enum]] set contains four numbers}}
{{Enum/row|0|Symmetric|Increases by a rate of (1, 1, 1).}}
|-
{{Enum/row|1|Brick|Increases by a rate of (1, 1.2, 1).}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
{{Enum/row|2|Plate|Increases by a rate of (1, 0.4, 1).}}
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
{{Enum/row|3|Custom|Increases by a rate as low as (.01, .01, .01).}}
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
}}<noinclude>
|-
|0
|Symmetric
|Increases by a rate of (1, 1, 1).
|-
|1
|Brick
|Increases by a rate of (1, 1.2, 1).
|-
|2
|Plate
|Increases by a rate of (1, 0.4, 1).
|-
|3
|Custom
|Increases by a rate as low as (.01, .01, .01).
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Revision as of 20:56, 20 July 2011

{Enum|The FormFactor Enum has 4 numbers:| |- |0 |Symmetric |Increases by a rate of (1, 1, 1). |- |1 |Brick |Increases by a rate of (1, 1.2, 1). |- |2 |Plate |Increases by a rate of (1, 0.4, 1). |- |3 |Custom |Increases by a rate as low as (.01, .01, .01). }}