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

Method saveExists

bwapi/BWAPI/Source/BWAPI/BulletImpl.cpp:30–35  ·  view source on GitHub ↗

---------------------------------------------- SAVE EXISTS -----------------------------------------------

Source from the content-addressed store, hash-verified

28 }
29 //---------------------------------------------- SAVE EXISTS -----------------------------------------------
30 void BulletImpl::saveExists()
31 {
32 if ( !lastExists && __exists)
33 id = nextId++;
34 lastExists = __exists;
35 }
36 //---------------------------------------------- GET RAW DATA ----------------------------------------------
37 BW::CBullet* BulletImpl::getRawData() const
38 {

Callers 1

updateBulletsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected