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

Method isConnectedTo

bwapi/BWAPI/Source/BW/Pathing.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace BW
10{
11 bool region::isConnectedTo(region *target) const
12 {
13 if ( target )
14 return this->groupIndex == target->groupIndex;
15 return false;
16 }
17
18 bool region::isConnectedTo(u16 index) const
19 {

Callers 2

UpdateRegionRelationsMethod · 0.80
Pathing.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected