Hi.
was rocket_silo.inventory key changed?
I'm not completely sure if it was there to begin with, and I can't find anything in update history.
Anyone know how do I access event.rocket_silo "rocket result inventory" from on_rocket_launched?
I'm trying to conditionally clear it.
I've tried the following:
event.rocket_silo.inventory.clear()
event.rocket_silo.result_inventory.clear()
event.rocket_silo.rocket_result_inventory.clear()
none of which exist...
clearing rocket_silo "rocket result inventory"
-
- Long Handed Inserter
- Posts: 92
- Joined: Sun Jun 18, 2017 2:21 pm
- Contact:
Re: clearing rocket_silo "rocket result inventory"
event.rocket_silo.get_inventory(defines.inventory.rocket_silo_result).clear()
-
- Long Handed Inserter
- Posts: 92
- Joined: Sun Jun 18, 2017 2:21 pm
- Contact: