MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~I_Tickable

Method ~I_Tickable

Engine/source/EtCore/UpdateCycle/Tickable.cpp:32–35  ·  view source on GitHub ↗

--------------------------------- I_Tickable::~I_Tickable Unregister this from tick manager on destruction

Source from the content-addressed store, hash-verified

30// Unregister this from tick manager on destruction
31//
32I_Tickable::~I_Tickable()
33{
34 TickManager::GetInstance()->UnregisterTickable(this);
35}
36
37
38} // namespace core

Callers

nothing calls this directly

Calls 1

UnregisterTickableMethod · 0.80

Tested by

no test coverage detected