Space Engineers
EasyAPI
กำลังแสดง 11-20 จาก 58 รายการ
< 1  2  3  4  5  6 >
อัปเดต: 17 มี.ค. 2016 @ 3: 33pm

Fix for update 01.126.006

อัปเดต: 1 มี.ค. 2016 @ 5: 50pm

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

Also added first part of easycommand functions support

อัปเดต: 28 ก.พ. 2016 @ 3: 01pm

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

อัปเดต: 28 ก.พ. 2016 @ 1: 50pm

Added new line \n escape code for easycommands

อัปเดต: 28 ก.พ. 2016 @ 1: 16am

อัปเดต: 28 ก.พ. 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");

อัปเดต: 28 ก.พ. 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 :-)

อัปเดต: 27 ก.พ. 2016 @ 12: 59am

Fixed typo in group filters in easycommand

อัปเดต: 26 ก.พ. 2016 @ 9: 26pm

Fix for friday hotfox of 01.123

อัปเดต: 25 ก.พ. 2016 @ 1: 36pm

Fix for update 01.123