Space Engineers

Space Engineers

EasyAPI
11–20/58 bejegyzés mutatása
< 1  2  3  4  5  6 >
Frissítés: 2016. márc. 17. @ 15:33

Fix for update 01.126.006

Frissítés: 2016. márc. 1. @ 17:50

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

Also added first part of easycommand functions support

Frissítés: 2016. febr. 28. @ 15:01

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

Frissítés: 2016. febr. 28. @ 13:50

Added new line \n escape code for easycommands

Frissítés: 2016. febr. 28. @ 1:16

Frissítés: 2016. febr. 28. @ 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");

Frissítés: 2016. febr. 28. @ 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 :-)

Frissítés: 2016. febr. 27. @ 0:59

Fixed typo in group filters in easycommand

Frissítés: 2016. febr. 26. @ 21:26

Fix for friday hotfox of 01.123

Frissítés: 2016. febr. 25. @ 13:36

Fix for update 01.123