MCPcopy 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
242DynamicColor::~DynamicColor() {
243 if (varInit) {
244 BZDB.removeCallback(varName, bzdbCallback, this);
245 }
246}
247
248
249void DynamicColor::finalize() {

Callers

nothing calls this directly

Calls 1

removeCallbackMethod · 0.45

Tested by

no test coverage detected