Space Engineers

Space Engineers

EasyAPI
正在显示第 11 - 20 项,共 58 项条目
< 1  2  3  4  5  6 >
更新于:2016 年 3 月 17 日 下午 3:33

Fix for update 01.126.006

更新于:2016 年 3 月 1 日 下午 5:50

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

Also added first part of easycommand functions support

更新于:2016 年 2 月 28 日 下午 3:01

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

更新于:2016 年 2 月 28 日 下午 1:50

Added new line \n escape code for easycommands

更新于:2016 年 2 月 28 日 上午 1:16

更新于:2016 年 2 月 28 日 上午 12: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");

更新于:2016 年 2 月 28 日 上午 12: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 :-)

更新于:2016 年 2 月 27 日 上午 12:59

Fixed typo in group filters in easycommand

更新于:2016 年 2 月 26 日 下午 9:26

Fix for friday hotfox of 01.123

更新于:2016 年 2 月 25 日 下午 1:36

Fix for update 01.123