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

Method next

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

--------------------- NEXT ----------------------

Source from the content-addressed store, hash-verified

283 }
284 // --------------------- NEXT ----------------------
285 dialog *dialog::next() const
286 {
287 return this ? this->pNext : nullptr;
288 }
289 // ------------------- SET FLAG --------------------
290 bool dialog::setFlags(u32 dwFlag)
291 {

Callers 4

SendHotkeyFunction · 0.80
findIndexMethod · 0.80
findDialogMethod · 0.80
isListedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected