Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ PlacementReserve
Method
PlacementReserve
bwapi/BWAPILIB/Source/Game.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
{
105
public:
106
PlacementReserve(int maxRange) : maxSearch( std::min(std::max(0,maxRange),MAX_RANGE) )
107
{
108
this->reset();
109
this->backup();
110
};
111
112
void reset()
113
{
Callers
nothing calls this directly
Calls
2
reset
Method · 0.95
backup
Method · 0.95
Tested by
no test coverage detected