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

Method getText

bwapi/BWAPI/Source/BW/Dialog.cpp:368–373  ·  view source on GitHub ↗

------------------- GET TEXT --------------------

Source from the content-addressed store, hash-verified

366 }
367 // ------------------- GET TEXT --------------------
368 const char *dialog::getText() const
369 {
370 if ( this && this->pszText )
371 return this->pszText;
372 return "";
373 }
374 // ------------------ GET HOTKEY -------------------
375 int dialog::getHotkey() const
376 {

Callers 5

SendClientEventMethod · 0.80
addEventMethod · 0.80
_changeRaceMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected