Page 2 of 2

Re: Mod changes in 0.12

Posted: Tue Jul 28, 2015 6:58 pm
by ratchetfreak
Ty94 wrote:
New object LuaTransportLine, accessible from entity as read method get_transport_line(index) - an interface to the items on transport belts.
Can someone explain what methods and properties the LuaTransportLine object has. Because when I run get_transport_line, all I get is an empty table.
call help() on it and print the results

Re: Mod changes in 0.12

Posted: Tue Jul 28, 2015 7:20 pm
by Ty94
Thanks, I wasn't aware of that.