Scrapper
Scraps unlocked solid items into their crafting components (with some loss) on contact when powered, else destroys them if unpowered. Will send locked single raw parts such as Iron or AlienCore into connected bins.
It is a craftable and spawnable non-flammable solid.
It cannot be resized.
At its default size (8x8x8) it has a durability of 1.
By default, its colour is #e7e7ec.
It requires 3 Iron
and 2 Wire
to be crafted.
Events
Loop(deltaTime)
Fires when the object is updated by the game loop.
The deltaTime parameter is the 'time' since the last tick, it does not represent the actual time since the last tick was occurred, rather just how often a game tick should be fired (it will always be precisely 1
). It is a number
.