RecipePrototype::hide_from_signal_gui is missing a default value

Osmo
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Wed Oct 23, 2024 12:08 pm
Contact:

RecipePrototype::hide_from_signal_gui is missing a default value

Post by Osmo »

https://lua-api.factorio.com/latest/pro ... signal_gui
As far as i know, it is true by default, but the docs say "Default: unset".
Rseding91
Factorio Staff
Factorio Staff
Posts: 15679
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Post by Rseding91 »

The default is “unset” and other game logic determines if it sets it to true or false, if an explicit value was not given. So with that information in mind: there is no default beyond “unset”.
If you want to get ahold of me I'm almost always on Discord.
robot256
Smart Inserter
Smart Inserter
Posts: 1202
Joined: Sun Mar 17, 2019 1:52 am
Contact:

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Post by robot256 »

Maybe instead of "unset", is could say "nil (auto detect)"
curiosity
Filter Inserter
Filter Inserter
Posts: 656
Joined: Wed Sep 11, 2019 4:13 pm
Contact:

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Post by curiosity »

Should say "nil", yeah. And describe this other game logic below.
User avatar
Therenas
Factorio Staff
Factorio Staff
Posts: 324
Joined: Tue Dec 11, 2018 2:10 pm
Contact:

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Post by Therenas »

I added an explanation for the next release, thanks for the report.
Post Reply

Return to “Resolved Requests”