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

Method bUseCompactGUIWidth

src/player.cpp:5917–5927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5915}
5916
5917const bool Player::bUseCompactGUIWidth() const
5918{
5919 if ( splitscreen )
5920 {
5921 if ( camera_virtualWidth() < Frame::virtualScreenX * .75 )
5922 {
5923 return true;
5924 }
5925 }
5926 return false;
5927}
5928const bool Player::bUseCompactGUIHeight() const
5929{
5930 if ( splitscreen )

Callers 15

ingameHudFunction · 0.80
updateShopMethod · 0.80
updateTinkerMenuMethod · 0.80
updateAlchemyMenuMethod · 0.80
updateRecipePanelMethod · 0.80
updateFeatherMenuMethod · 0.80
updateItemEffectMenuMethod · 0.80
updateAssistShrineMethod · 0.80
updateMailMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected