Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ reset
Method
reset
bwapi/BWAPILIB/Source/Game.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
};
111
112
void reset()
113
{
114
memset(data,0,sizeof(data));
115
};
116
117
// Checks if the given x/y value is valid for the Placement position
118
static bool isValidPos(int x, int y)
Callers
2
PlacementReserve
Method · 0.95
ReservePlacement
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected