BinType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
No edit summary
>Trappingnoobs
No edit summary
 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{CatUp|Class reference}}
{{Enum|The BinType [[Enum]] sets what type of HopperBin the object is. It has 5 numbers:|
__NOTOC__
{{Enum/row|0|Script|Uses a user-made script located in the hopperbin.}}
 
{{Enum/row|1|GameTool|The standard tool used to grab bricks. See [[Game Tool]]}}
The [[Enum]] BinType sets what type of HopperBin the object is. It has 8 numbers:
{{Enum/row|2|Grab|Unlike GameTool, this grabs entire models. See [[Model Tool]]}}
 
{{Enum/row|3|Clone|Clones a brick that is clicked on.}}
*0: Script (user created script)
{{Enum/row|4|Hammer|Deletes a brick that is clicked on.}}
*1: Game Tool
}}<noinclude>
*2: Grab
[[Category:Enums]]</noinclude>
*3: Clone (copy)
*4: Hammer (delete)
*5: Slingshot (recommended to use newer version)
*6: Rocket (recommended to use newer version)
*7: Laser (Death laser, not recommended)
 
This Enum set is used by the [[RBX.lua.HopperBin|HopperBin]]
 
[[Category:Enum]]

Latest revision as of 20:11, 20 July 2011

The BinType Enum sets what type of HopperBin the object is. It has 5 numbers:
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.