BinType (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus redirect BinType (Property) |
>Anaminus enum |
||
Line 1: | Line 1: | ||
# | {| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 4px dashed #f00;" | ||
|+ <big>The BinType [[Enum]] sets what type of HopperBin the object is. It has 8 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 | |||
|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. | |||
|- | |||
|5 | |||
|Slingshot | |||
|Shoots a brick like a slingshot. See [[BrickBattle_Guide:_Slingshot|Slingshot]] | |||
|- | |||
|6 | |||
|Rocket | |||
|Shoots a rocket. See [[BrickBattle_Guide:_Bazooka|Rocket]] | |||
|- | |||
|7 | |||
|Lazer | |||
|Deletes bricks like a hammer, but with a lazer. | |||
|}<noinclude> | |||
[[Category:Enums]]</noinclude> |
Revision as of 02:40, 14 September 2008
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. |
5 | Slingshot | Shoots a brick like a slingshot. See Slingshot |
6 | Rocket | Shoots a rocket. See Rocket |
7 | Lazer | Deletes bricks like a hammer, but with a lazer. |