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

Method pingMinimap

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:213–217  ·  view source on GitHub ↗

---------------------------------------------- PING MINIMAP ----------------------------------------------

Source from the content-addressed store, hash-verified

211 }
212 //---------------------------------------------- PING MINIMAP ----------------------------------------------
213 void GameImpl::pingMinimap(int x, int y)
214 {
215 this->setLastError();
216 QUEUE_COMMAND(BW::Orders::MinimapPing, x, y);
217 }
218 //--------------------------------------------- IS FLAG ENABLED --------------------------------------------
219 bool GameImpl::isFlagEnabled(int flag) const
220 {

Callers 1

processCommandsMethod · 0.45

Calls 1

setLastErrorMethod · 0.95

Tested by

no test coverage detected