EasyAPI icon indicating copy to clipboard operation
EasyAPI copied to clipboard

EasyAPI is an in-game script library for Space Engineers that aims to make the programmable blocks easier to use.

Results 4 EasyAPI issues
Sort by recently updated
recently updated
newest added

Hi, It seems there is an issue with the line `1341` of the EasyAPI code. `List Items = Inventory.GetItems();` The `Inventory.GetItems()` seems to be a void method that required a...

I am using the bulkhead door manager script from steam (the one you made). I have a very complex and fairly large ship that I am building (not even half...

This is a TODO (I'm happy to do this work): Provide a means for EasyAPI users to easily save/restore state to/from Storage, using callbacks such as: public virtual Dictionary onSaveState(Dictionary...

Update 1.082 has introduced a new field for Programmable Block: https://github.com/KeenSoftwareHouse/SpaceEngineers/search?utf8=%E2%9C%93&q=TerminalRunArgument This would be the ideal mechanism for exchanging messages between programmable blocks, rather than changing the name of a...