Module EngineUnit
Engines provide the thrust to move your ship forward.
Atmospheric engines only work in the atmosphere, space engines only work in space, and rocket engines work in both but can't be throttled.
Element class:
- AtmosphericEngineXtraSmallGroup
- AtmosphericEngineSmallGroup
- SpaceEngineXtraSmallGroup
- SpaceEngineSmallGroup
- RocketEngine
Extends: Element > Engine > FueledEngine
Functions
mockGetClosure () | Mock only, not in-game: Bundles the object into a closure so functions can be called with "." instead of ":". |
Functions
- mockGetClosure ()
-
Mock only, not in-game: Bundles the object into a closure so functions can be called with "." instead of ":".
Returns:
-
table
A table encompasing the api calls of object.
See also: