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

Method onSaveGame

bwapi/BWAPI/Source/BWAPI/GameEvents.cpp:288–292  ·  view source on GitHub ↗

--------------------------------------------------- ON SAVE ------------------------------------------------

Source from the content-addressed store, hash-verified

286 }
287 //--------------------------------------------------- ON SAVE ------------------------------------------------
288 void GameImpl::onSaveGame(const char *name)
289 {
290 // called when the game is being saved
291 events.push_back(Event::SaveGame(name));
292 }
293 //---------------------------------------------- ON SEND TEXT ----------------------------------------------
294 void GameImpl::onSendText(const std::string &text)
295 {

Callers 2

_SStrCopyFunction · 0.45
SendClientEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected