CellMaterial (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Someone make sure I have the first description right.
>Legend26
No edit summary
Line 1: Line 1:
{{Enum|The CellMaterial [[Enum]] is used to work with [[terrain]].|
{{Enum|The CellMaterial [[Enum]] is used to work with [[terrain]].|
{{Enum/row|0|Empty|Material for cells that don't exist.}}
{{Enum/row|0|Empty|Material for cells that don't exist. Setting a cell to this material effectively removes it.}}
{{Enum/row|1|Grass|Material for grassy terrain cells.}}
{{Enum/row|1|Grass|Material for grassy terrain cells.}}
{{Enum/row|2|Sand|Material for sandy terrain cells.}}
{{Enum/row|2|Sand|Material for sandy terrain cells.}}
{{Enum/row|3|Brick|Material for brick terrain cells.}}
{{Enum/row|4|Granite|Material for granite terrain cells.}}
{{Enum/row|5|Asphalt|Material for asphalt terrain cells.}}
{{Enum/row|6|Iron|Material for iron terrain cells.}}
{{Enum/row|7|Aluminum|Material for aluminum terrain cells.}}
{{Enum/row|8|Gold|Material for gold terrain cells.}}
{{Enum/row|9|WoodPlank|Material for wood plank terrain cells.}}
{{Enum/row|10|WoodLog|Material for wood log terrain cells.}}
{{Enum/row|11|Gravel|Material for gravel terrain cells.}}
{{Enum/row|12|CinderBlock|Material for cinder block terrain cells.}}
{{Enum/row|13|MossyStone|Material for mossy stone terrain cells.}}
{{Enum/row|14|Cement|Material for cement terrain cells.}}
{{Enum/row|15|RedPlastic|Material for red plastic terrain cells.}}
{{Enum/row|16|BluePlastic|Material for blue plastic terrain cells.}}
}}
}}

Revision as of 00:09, 21 December 2011

The CellMaterial Enum is used to work with terrain.
Enum Name Description
0 Empty Material for cells that don't exist. Setting a cell to this material effectively removes it.
1 Grass Material for grassy terrain cells.
2 Sand Material for sandy terrain cells.
3 Brick Material for brick terrain cells.
4 Granite Material for granite terrain cells.
5 Asphalt Material for asphalt terrain cells.
6 Iron Material for iron terrain cells.
7 Aluminum Material for aluminum terrain cells.
8 Gold Material for gold terrain cells.
9 WoodPlank Material for wood plank terrain cells.
10 WoodLog Material for wood log terrain cells.
11 Gravel Material for gravel terrain cells.
12 CinderBlock Material for cinder block terrain cells.
13 MossyStone Material for mossy stone terrain cells.
14 Cement Material for cement terrain cells.
15 RedPlastic Material for red plastic terrain cells.
16 BluePlastic Material for blue plastic terrain cells.