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

Method close

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

Source from the content-addressed store, hash-verified

1334 }
1335
1336 bool close()
1337 {
1338 bool result = false;
1339 if (isValid())
1340 result = SFileCloseFile(hFile) != FALSE;
1341 hFile = nullptr;
1342 return result;
1343 }
1344
1345 size_t size() const
1346 {

Callers 2

onEndMethod · 0.45
taFunction · 0.45

Calls

no outgoing calls

Tested by 1

onEndMethod · 0.36