Space Engineers

Space Engineers

EasyAPI
Hiển thị 11-20 trong 58 mục
< 1  2  3  4  5  6 >
Cập nhật: 17 Thg03, 2016 @ 3:33pm

Fix for update 01.126.006

Cập nhật: 1 Thg03, 2016 @ 5:50pm

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

Also added first part of easycommand functions support

Cập nhật: 28 Thg02, 2016 @ 3:01pm

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

Cập nhật: 28 Thg02, 2016 @ 1:50pm

Added new line \n escape code for easycommands

Cập nhật: 28 Thg02, 2016 @ 1:16am

Cập nhật: 28 Thg02, 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");

Cập nhật: 28 Thg02, 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 :-)

Cập nhật: 27 Thg02, 2016 @ 12:59am

Fixed typo in group filters in easycommand

Cập nhật: 26 Thg02, 2016 @ 9:26pm

Fix for friday hotfox of 01.123

Cập nhật: 25 Thg02, 2016 @ 1:36pm

Fix for update 01.123