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

Method isValid

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

Source from the content-addressed store, hash-verified

4namespace BW
5{
6 bool Font::isValid() const
7 {
8 return this != nullptr;
9 }
10
11 FontChar *Font::getChar(char c) const
12 {

Callers 15

getCharMethod · 0.95
getTextWidthMethod · 0.95
getTextHeightMethod · 0.95
maxWidthMethod · 0.95
maxHeightMethod · 0.95
DrawHookFunction · 0.45
onGameStartMethod · 0.45
getUnitsInRectangleMethod · 0.45
getBestUnitMethod · 0.45
updateDataMethod · 0.45
widthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected