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

Method clear

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

Source from the content-addressed store, hash-verified

358 }
359
360 void Bitmap::clear()
361 {
362 if ( this->isValid() )
363 memset(this->data, 0, this->width()*this->height());
364 }
365}
366
367

Callers 5

aithreadMethod · 0.45
~aithreadMethod · 0.45
updateMethod · 0.45
RevertFunction · 0.45
Pathing.cppFile · 0.45

Calls 3

isValidMethod · 0.95
widthMethod · 0.95
heightMethod · 0.95

Tested by

no test coverage detected