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

Method I_Tickable

Engine/source/EtCore/UpdateCycle/Tickable.cpp:22–25  ·  view source on GitHub ↗

--------------------------------- I_Tickable::I_Tickable Construct an I_Tickable with a priority and register it to the tick manager

Source from the content-addressed store, hash-verified

20// Construct an I_Tickable with a priority and register it to the tick manager
21//
22I_Tickable::I_Tickable(uint32 const priority)
23{
24 TickManager::GetInstance()->RegisterTickable(this, priority);
25}
26
27//---------------------------------
28// I_Tickable::~I_Tickable

Callers

nothing calls this directly

Calls 1

RegisterTickableMethod · 0.80

Tested by

no test coverage detected