Is there a way to cause a player to open an entity? I would have thought there would be but I can't see anything.
I'm looking for something like:
player.opened = open_this_entity -- won't work, read only
or
player.open(open_this_entity) -- does not exist
Cause a player to open an entity
Re: Cause a player to open an entity
Is it even possible?
If there is no way to do this currently, then I could probably try making a custom workaround, but the entity I need to open is a constant combinator. Recreating that interface seems like it would quickly get too complicated because of the select-a-signal interface should have all of the tabs and sorting of the base interface. That's too much work for what is by comparison a minor feature in my mod, but perhaps someone has already made a custom solution for the signal selection situation?
If there is no way to do this currently, then I could probably try making a custom workaround, but the entity I need to open is a constant combinator. Recreating that interface seems like it would quickly get too complicated because of the select-a-signal interface should have all of the tabs and sorting of the base interface. That's too much work for what is by comparison a minor feature in my mod, but perhaps someone has already made a custom solution for the signal selection situation?
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: Cause a player to open an entity
As far as I can tell there's no way to do it - to either open or close an entity.
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.
Re: Cause a player to open an entity
That's too bad.
In that case can someone move this to modding interface requests?
In that case can someone move this to modding interface requests?
Re: Cause a player to open an entity
I'll make opened read/write for 0.15.
If you want to get ahold of me I'm almost always on Discord.