Space Engineers

Space Engineers

JavaScript Programmable Block (experimental)
Showing 1-5 of 5 entries
Update: 14 Oct, 2018 @ 10:28pm

Change events gobal to "Event" added "Blocks" api.


var block = Blocks.get("block name"); block.applyAction("action name");

Update: 13 Oct, 2018 @ 3:24pm

Fixed crash. Made throttling more smart so unused cycles in one pb will get used in another.

Update: 13 Oct, 2018 @ 2:14pm

Script now runs on load.

Fixed event interrupts corrupting the stack.

Update: 13 Oct, 2018 @ 4:09am

Fixed divide by zero error.

Update: 13 Oct, 2018 @ 3:59am