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

Method followerMenuIsOpen

src/interface/interface.cpp:1611–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609}
1610
1611bool FollowerRadialMenu::followerMenuIsOpen()
1612{
1613 if ( selectMoveTo || followerToCommand != nullptr )
1614 {
1615 return true;
1616 }
1617 return false;
1618}
1619
1620std::vector<FollowerRadialMenu::PanelEntry> FollowerRadialMenu::panelEntries;
1621std::vector<FollowerRadialMenu::PanelEntry> FollowerRadialMenu::panelEntriesAlternate;

Callers 12

handleAttackMethod · 0.80
handleActionsMethod · 0.80
actPlayerFunction · 0.80
actHudShieldFunction · 0.80
ingameHudFunction · 0.80
handleAnalogMethod · 0.80
tooltipInRangeMethod · 0.80
setTooltipActiveMethod · 0.80
handleTooltipsMethod · 0.80
drawStatusNewFunction · 0.80
updateInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected