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

Method getNext

bwapi/BWAPI/Source/BWAPI/UnitImpl.cpp:220–223  ·  view source on GitHub ↗

--------------------------------------------- GET NEXT ---------------------------------------------------

Source from the content-addressed store, hash-verified

218
219 //--------------------------------------------- GET NEXT ---------------------------------------------------
220 UnitImpl* UnitImpl::getNext() const
221 {
222 return UnitImpl::BWUnitToBWAPIUnit(getOriginalRawData->next);
223 }
224 //--------------------------------------------- GET INDEX --------------------------------------------------
225 u16 UnitImpl::getIndex() const
226 {

Callers 1

computeUnitExistenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected