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

Function MakeHandle

engine/script/src/script_timer.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 static HTimer MakeHandle(uint16_t generation, uint16_t lookup_index)
103 {
104 return (((uint32_t)generation) << 16) | (lookup_index);
105 }
106
107 static Timer* AllocateTimer(HTimerWorld timer_world, uintptr_t owner)
108 {

Callers 1

AllocateTimerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected