MCPcopy 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

PlacementReserveMethod · 0.95
ReservePlacementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected