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

Function _nextFrameHook

bwapi/BWAPI/Source/Detours.cpp:336–340  ·  view source on GitHub ↗

--------------------------------------------- NEXT FRAME HOOK ---------------------------------------------- Broodwar isGamePaused()

Source from the content-addressed store, hash-verified

334//--------------------------------------------- NEXT FRAME HOOK ----------------------------------------------
335// Broodwar isGamePaused()
336int __cdecl _nextFrameHook()
337{
338 BWAPI::BroodwarImpl.update();
339 return BW::BWDATA::isGamePaused;
340}
341
342//------------------------------------------------- SEND TEXT ------------------------------------------------
343int __stdcall _SStrCopy(char *dest, const char *source, int size)

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected