Simple property request: LuaEntityPrototype.item_slot_count
Simple property request: LuaEntityPrototype.item_slot_count
Unless i'm blind the number of signals a constant combinator can hold isn't exposed in the LuaEntityPrototype. Would be nice to have access to that during runtime, so i can figure out which combinator to use in my mod (exporting a possibly big collection of items with associated numbers to a blueprint)
Last edited by Choumiko on Tue May 14, 2019 5:07 pm, edited 1 time in total.
Re: Simple property request: LuaEntityPrototype.item_slot_count
This might be what you are looking for: https://lua-api.factorio.com/latest/Lua ... nals_count
Re: Simple property request: LuaEntityPrototype.item_slot_count
That requires an actual entity, i kind of want it from the prototype only (edited top post)
Re: Simple property request: LuaEntityPrototype.item_slot_count
Okay, added in the next version.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.