MCPcopy Create free account
hub / github.com/TurningWheel/Barony / hideRecipeFromList

Function hideRecipeFromList

src/interface/interface.cpp:16915–16922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16913}
16914
16915bool hideRecipeFromList(int type)
16916{
16917 if ( type == TOOL_BOMB || type == POTION_SICKNESS )
16918 {
16919 return true;
16920 }
16921 return false;
16922}
16923
16924void buttonAlchemyUpdateSelectorOnHighlight(const int player, Button* button)
16925{

Callers 5

alchemyAddRecipeFunction · 0.85
updateAlchemyMenuMethod · 0.85
buildRecipeListFunction · 0.85
updateRecipePanelMethod · 0.85
scrollToSlotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected