Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ ~DynamicColor
Method
~DynamicColor
src/game/DynamicColor.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
241
242
DynamicColor::~DynamicColor() {
243
if (varInit) {
244
BZDB.removeCallback(varName, bzdbCallback, this);
245
}
246
}
247
248
249
void DynamicColor::finalize() {
Callers
nothing calls this directly
Calls
1
removeCallback
Method · 0.45
Tested by
no test coverage detected