Add raise_event argument to create_entities_from_blueprint_string to raise script_raised_built events

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
User avatar
jurgy
Inserter
Inserter
Posts: 48
Joined: Wed Feb 27, 2019 5:55 pm
Contact:

Add raise_event argument to create_entities_from_blueprint_string to raise script_raised_built events

Post by jurgy »

I'm working on tips-and-tricks sims and one of my entities has some on_built code that has to run. But when I create it with create_entities_from_blueprint_string there is no way to raise any event.

Is it possible to add an optional parameter to create_entities_from_blueprint_string so that it raises an event?
I think a script_raised_built event would be the most logical event to raise.

Thanks!
Post Reply

Return to “Modding interface requests”