Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ setLastEventTime
Method
setLastEventTime
bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:895–898 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
return this->lastEventTime;
894
}
895
void GameImpl::setLastEventTime(int lastEventTime)
896
{
897
this->lastEventTime = lastEventTime;
898
}
899
bool GameImpl::setRevealAll(bool reveal)
900
{
901
if ( !isReplay() )
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected