MCPcopy Create free account
hub / github.com/defold/defold / DeleteTimerWorld

Function DeleteTimerWorld

engine/script/src/script_timer.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void DeleteTimerWorld(HTimerWorld timer_world)
176 {
177 assert(timer_world->m_InUpdate == 0);
178 delete timer_world;
179 }
180
181 static Timer* GetTimerFromIndex(HTimerWorld timer_world, uint16_t index)
182 {

Callers 2

TimerDeleteScriptWorldFunction · 0.85
TEST_FFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by 1

TEST_FFunction · 0.68