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

Method height

bwapi/BWAPI/Source/BW/Bitmap.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 int Bitmap::height() const
48 {
49 if ( this )
50 return this->ht;
51 return 0;
52 }
53
54 void Bitmap::blitBitmap(const Bitmap *pSrc, int x, int y)
55 {

Callers 5

blitBitmapMethod · 0.95
blitStringMethod · 0.95
plotMethod · 0.95
drawLineMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected