RecipePrototype::hide_from_signal_gui is missing a default value

Place to report issues and suggest improvements to the API documentation.
Osmo
Inserter
Inserter
Posts: 33
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: 15430
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: 1155
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: 625
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.
Post Reply

Return to “Documentation Improvement Requests”