Skip to content
RadHazard edited this page Oct 18, 2015 · 2 revisions

Welcome to the space-engineers-script-mocks wiki!

This project is designed to make writing scripts for Space Engineers significantly easier. It contains mock ups of the entire script API, which can be imported into an IDE and used to test scripts.

Progress

The project is still very unfinished. Stubs for the majority of interfaces have been created, but for the most part, they are not yet functional. Notable, only the Refinery block has inventory support.

Anything not listed below is probably present, but only in a non-functional stub form

Mocks fully completed

Base

Blocks

  • MockRefinery

Interfaces

  • MockInventoryOwner

Supertypes

  • MockFunctionalBlock
  • MockFunctionalInventoryOwner

Mocks with some work on them

Base

  • MockGridTerminalSystem

Blocks

Interfaces

  • MockInventory
  • MockInventoryItem

Supertypes

  • MockTerminalBlock