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

Method isValid

bwapi/Storm/storm.h:1358–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356 }
1357
1358 bool isValid() const { return valid && hFile; }
1359 explicit operator bool() const { return isValid(); }
1360 bool operator !() const { return !isValid(); }
1361 };

Callers 10

canBuildHereFunction · 0.45
canBuildFunction · 0.45
canUnloadAtPositionFunction · 0.45
getUpgradeLevelMethod · 0.45
hasResearchedMethod · 0.45
isResearchingMethod · 0.45
isUpgradingMethod · 0.45
getMaxUpgradeLevelMethod · 0.45
isResearchAvailableMethod · 0.45
isUnitAvailableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected