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

Method setSelectedByString

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

-------------- SET SELECTED BY STRING -------------

Source from the content-addressed store, hash-verified

637 }
638// -------------- SET SELECTED BY STRING -------------
639 bool dialog::setSelectedByString(const std::string &s, bool noctrl)
640 {
641 return this->setSelectedByString(s.c_str(), noctrl);
642 }
643 bool dialog::setSelectedByString(const char *pszString, bool noctrl)
644 {
645 // verify that this is the correct control

Callers 1

onMenuFrameMethod · 0.80

Calls 3

isListMethod · 0.95
setSelectedIndexMethod · 0.95
c_strMethod · 0.80

Tested by

no test coverage detected