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

Method bUseCompactGUIHeight

src/player.cpp:5928–5938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5926 return false;
5927}
5928const bool Player::bUseCompactGUIHeight() const
5929{
5930 if ( splitscreen )
5931 {
5932 if ( camera_virtualHeight() < Frame::virtualScreenY * .75 )
5933 {
5934 return true;
5935 }
5936 }
5937 return false;
5938}
5939
5940const bool Player::usingCommand() const
5941{

Callers 15

ingameHudFunction · 0.80
updateShopMethod · 0.80
drawFollowerMenuMethod · 0.80
updateTinkerMenuMethod · 0.80
updateAlchemyMenuMethod · 0.80
updateFeatherMenuMethod · 0.80
updateItemEffectMenuMethod · 0.80
drawCalloutMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected