Version 0.13.16

Information about releases and roadmap.
golfmiketango
Filter Inserter
Filter Inserter
Posts: 549
Joined: Fri Jan 29, 2016 2:48 am
Contact:

Re: Version 0.13.16

Post by golfmiketango »

FactorioBot wrote:
  • Changed the personal roboport so it reacts faster to jobs in range.
ty, that was driving me nuts!
FactorioBot wrote:
  • Fixed that the car could shoot itself. (30782)
hehehe, you'll shoot your eye out!

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2915
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: Version 0.13.16

Post by Optera »

Is there any advantage in using

Code: Select all

LuaEntity::get_fuel_inventory()
over

Code: Select all

LuaEntity::get_inventory(1)
other than not having to know which inventory index fuel is?

User avatar
Mooncat
Smart Inserter
Smart Inserter
Posts: 1190
Joined: Wed May 18, 2016 4:55 pm
Contact:

Re: Version 0.13.16

Post by Mooncat »

Optera wrote:Is there any advantage in using

Code: Select all

LuaEntity::get_fuel_inventory()
over

Code: Select all

LuaEntity::get_inventory(1)
other than not having to know which inventory index fuel is?
I prefer using defines.inventory.fuel instead of 1. But I don't know the difference between the functions either. :mrgreen:

Post Reply

Return to “Releases”