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

Method bAlignGUINextToInventoryCompact

src/player.cpp:5949–5960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5947}
5948
5949const bool Player::bAlignGUINextToInventoryCompact() const
5950{
5951 if ( shopGUI.bOpen )
5952 {
5953 return false;
5954 }
5955 if ( bUseCompactGUIHeight() && !bUseCompactGUIWidth() )
5956 {
5957 return true;
5958 }
5959 return false;
5960}
5961
5962std::vector<std::pair<std::string, std::string>> Player::Minimap_t::mapDetails;
5963

Callers 7

updateTinkerMenuMethod · 0.80
updateAlchemyMenuMethod · 0.80
updateFeatherMenuMethod · 0.80
updateItemEffectMenuMethod · 0.80
updateAssistShrineMethod · 0.80
updateMailMenuMethod · 0.80
updateInventoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected