Turbofan
Generates thrust from crude Oil, similar to a Thruster. If a motor is attached to the front, it instead acts like an engine and rotates it.
It is a spawnable non-flammable solid.
It cannot be resized.
At its default size (4x6x4) it has a durability of 1.
By default, its colour is #cacbd1.
It requires 4 Engine
, 5 Iron
, 5 Pipe
, and 4 Wire
to be crafted.
Configurables
TurboFanSpeed
Determines the speed at which the turbofan is driven, or the speed at which it travels. It is a number
.
It ranges between 0 and 100.
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
.