BinType (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker mNo edit summary |
>SCARFACIAL Removing 3 invalid Enums |
||
Line 1: | Line 1: | ||
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;" | {| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;" | ||
|+ <big>The BinType [[Enum]] sets what type of HopperBin the object is. It has | |+ <big>The BinType [[Enum]] sets what type of HopperBin the object is. It has 5 numbers.</big> | ||
|- | |- | ||
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span> | | bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span> | ||
Line 25: | Line 25: | ||
|Hammer | |Hammer | ||
|Deletes a brick that is clicked on. | |Deletes a brick that is clicked on. | ||
|}<noinclude> | |}<noinclude> | ||
[[Category:Enums]]</noinclude> | [[Category:Enums]]</noinclude> |
Revision as of 18:37, 8 July 2011
Enum | Name | Description |
0 | Script | Uses a user-made script located in the hopperbin. |
1 | GameTool | The standard tool used to grab bricks. See Game Tool |
2 | Grab | Unlike GameTool, this grabs entire models. See Model Tool |
3 | Clone | Clones a brick that is clicked on. |
4 | Hammer | Deletes a brick that is clicked on. |