Radar
An instrument that shows a 2D top-down representation of Earth.
It is a craftable and spawnable non-flammable solid.
Here is a list of possible sizes that reach the maximum malleability (12500) that have integer components: 1x1250x10, 1x625x20, 1x500x25, 1x250x50, 1x125x100, 2x1250x5, 2x625x10, 2x250x25, 2x125x50, 4x625x5, 4x125x25, 5x500x5, 5x250x10, 5x125x20, 5x100x25, 5x50x50, 10x125x10, 10x50x25, 20x25x25, 50x25x10, 100x25x5
At its default size (12x2x12) it has a durability of 1, at its maximum size it has a durability of 4.
By default, its colour is #bbb3b2.
It requires 2 Antenna
, 2 Iron
, and 1 TouchScreen
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
.