BinType (Property): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = BinType |property = Enum ''BinType'' |description = Sets the type of tool the hopperbin is. |object =...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
<onlyinclude>{{Property
<onlyinclude>{{Property
|name        = BinType
|name        = BinType

Latest revision as of 21:23, 23 September 2021

Property
Name BinType
Property Enum BinType
Description: Sets the type of tool the hopperbin is.
In Object: HopperBin


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