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

Method y

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

Source from the content-addressed store, hash-verified

110 return 0;
111 }
112 int FontChar::y() const
113 {
114 if ( this->isValid() )
115 return this->_y;
116 return 0;
117 }
118
119 int FontChar::colorMask(int index) const
120 {

Callers 1

blitStringMethod · 0.80

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected