Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ backup
Method
backup
bwapi/BWAPILIB/Source/Game.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
};
186
187
void backup()
188
{
189
memcpy(save, data, sizeof(data));
190
};
191
void restore()
192
{
193
memcpy(data, save, sizeof(data));
Callers
6
PlacementReserve
Method · 0.95
ReserveGroundHeight
Function · 0.80
ReserveExistingAddonPlacement
Function · 0.80
ReserveAllStructures
Function · 0.80
ReserveDefault
Function · 0.80
reserveTemplateSpacing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected