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

Method modeHasTransmuteMenu

src/interface/interface.cpp:24546–24557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24544}
24545
24546bool GenericGUIMenu::ItemEffectGUI_t::modeHasTransmuteMenu()
24547{
24548 if ( currentMode == ITEMFX_MODE_ALTER_ARROW
24549 || currentMode == ITEMFX_MODE_ALTER_INSTRUMENT
24550 || currentMode == ITEMFX_MODE_RESHAPE_WEAPON
24551 || currentMode == ITEMFX_MODE_FORGE_KEY )
24552 {
24553 return true;
24554 }
24555
24556 return false;
24557}
24558
24559GenericGUIMenu::ItemEffectGUI_t::ItemEffectActions_t GenericGUIMenu::ItemEffectGUI_t::setItemDisplayNameAndPrice(Item* item, bool checkResultOnly)
24560{

Callers 2

updateInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected