Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ freeblock
Function
freeblock
source/src/worldlight.cpp:436–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
434
}
435
436
void freeblock(block *&b)
437
{
438
if(b) { freeblockp(b); b = NULL; }
439
}
440
Callers
11
empty_world
Function · 0.85
preparedynlight
Function · 0.85
cleardynlights
Function · 0.85
removedynlights
Function · 0.85
loopv
Function · 0.85
editundo
Function · 0.85
editredo
Function · 0.85
restoreeditundo
Function · 0.85
resetcopybuffers
Function · 0.85
movemap
Function · 0.85
selfliprotate
Function · 0.85
Calls
1
freeblockp
Function · 0.85
Tested by
no test coverage detected