Space Engineers

Space Engineers

EasyAPI
Showing 11-20 of 58 entries
< 1  2  3  4  5  6 >
Update: 17 Mar, 2016 @ 3:33pm

Fix for update 01.126.006

Update: 1 Mar, 2016 @ 5:50pm

Added support for line and block comments in EasyCommands (// and /* */)

Also added first part of easycommand functions support

Update: 28 Feb, 2016 @ 3:01pm

Added new methods RunPB(argument), WritePublicTitle(text) and WritePrivateTitle(text)

Update: 28 Feb, 2016 @ 1:50pm

Added new line \n escape code for easycommands

Update: 28 Feb, 2016 @ 1:16am

Update: 28 Feb, 2016 @ 12:54am

Added Run() function to blocks which allows you to put easyapi commands into the public/private areas of text panels/lcds and run them like: Blocks.Run("private"); or Blocks.Run("public");

Update: 28 Feb, 2016 @ 12:03am

Changed syntax of EasyCommand so it is the same as if it were in c#. You can also do more than one command like this:

EasyCommand Echo("hell\"o"); Echo("world");Blocks.ApplyAction("PlaySound");Echo ( "played" ) ; Blocks.WritePublicText("hello world");

Notice that it even lets you escape the double quotes in a string :-)

Update: 27 Feb, 2016 @ 12:59am

Fixed typo in group filters in easycommand

Update: 26 Feb, 2016 @ 9:26pm

Fix for friday hotfox of 01.123

Update: 25 Feb, 2016 @ 1:36pm

Fix for update 01.123