Page 1 of 1

RecipePrototype::hide_from_signal_gui is missing a default value

Posted: Tue Apr 15, 2025 6:06 am
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".

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Posted: Sun Apr 20, 2025 1:01 pm
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”.

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Posted: Sun Apr 20, 2025 1:42 pm
by robot256
Maybe instead of "unset", is could say "nil (auto detect)"

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Posted: Sun Apr 20, 2025 2:55 pm
by curiosity
Should say "nil", yeah. And describe this other game logic below.

Re: RecipePrototype::hide_from_signal_gui is missing a default value

Posted: Mon May 05, 2025 6:30 am
by Therenas
I added an explanation for the next release, thanks for the report.