Space Engineers

Space Engineers

EasyAPI
Wyświetlanie 11-20 z 58 pozycji
< 1  2  3  4  5  6 >
Aktualizacja: 17 marca 2016 o godz. 15:33

Fix for update 01.126.006

Aktualizacja: 1 marca 2016 o godz. 17:50

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

Also added first part of easycommand functions support

Aktualizacja: 28 lutego 2016 o godz. 15:01

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

Aktualizacja: 28 lutego 2016 o godz. 13:50

Added new line \n escape code for easycommands

Aktualizacja: 28 lutego 2016 o godz. 1:16

Aktualizacja: 28 lutego 2016 o godz. 0:54

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");

Aktualizacja: 28 lutego 2016 o godz. 0:03

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 :-)

Aktualizacja: 27 lutego 2016 o godz. 0:59

Fixed typo in group filters in easycommand

Aktualizacja: 26 lutego 2016 o godz. 21:26

Fix for friday hotfox of 01.123

Aktualizacja: 25 lutego 2016 o godz. 13:36

Fix for update 01.123