Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Map_Destroy_Tiles_Next
Method
Map_Destroy_Tiles_Next
Source/Fodder.cpp:9477–9481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9475
}
9476
9477
void cFodder::Map_Destroy_Tiles_Next() {
9478
9479
if (mMap_Destroy_Tiles.size())
9480
mMap_Destroy_Tiles.erase(mMap_Destroy_Tiles.begin());
9481
}
9482
9483
void cFodder::Game_Save_Wrapper() {
9484
Callers
nothing calls this directly
Calls
3
erase
Method · 0.80
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected