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

Method selectAlchemySlot

src/interface/interface.cpp:19672–19676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19670}
19671
19672void GenericGUIMenu::AlchemyGUI_t::selectAlchemySlot(const int x, const int y)
19673{
19674 selectedAlchemySlotX = x;
19675 selectedAlchemySlotY = y;
19676}
19677
19678Frame* GenericGUIMenu::AlchemyGUI_t::getAlchemySlotFrame(int x, int y) const
19679{

Callers 3

closeRecipePanelMethod · 0.80
select_alchemy_slotFunction · 0.80
updateInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected