MCPcopy Create free account
hub / github.com/bwapi/bwapi / height

Method height

bwapi/BWAPI/Source/BW/Font.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return 0;
99 }
100 int FontChar::height() const
101 {
102 if ( this->isValid() )
103 return this->h;
104 return 0;
105 }
106 int FontChar::x() const
107 {
108 if ( this->isValid() )

Callers 11

updateOverlaysMethod · 0.45
FixPointsFunction · 0.45
WindowProcFunction · 0.45
SetWModeFunction · 0.45
_SDrawCaptureScreenFunction · 0.45
parseTextMethod · 0.45
setScreenPositionMethod · 0.45
moveToSelectedUnitsMethod · 0.45
inScreenMethod · 0.45
updateGraphicDataMethod · 0.45
writeUnitInfoFunction · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected