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

Method getListCount

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

-------------- GET LIST COUNT -------------------

Source from the content-addressed store, hash-verified

763 }
764 // -------------- GET LIST COUNT -------------------
765 u8 dialog::getListCount() const
766 {
767 if ( this && this->isList() )
768 return this->u.list.bStrs;
769 return 0;
770 }
771};

Callers 1

onMenuFrameMethod · 0.80

Calls 1

isListMethod · 0.95

Tested by

no test coverage detected