MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GET_SLOT

Function GET_SLOT

Descent3/OsirisLoadandBind.cpp:2289–2289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287static inline int FORM_HANDLE(int counter, int slot) { return (((counter & 0xFFFFFF) << 8) | (slot & 0xFF)); }
2288
2289static inline int GET_SLOT(int handle) { return (handle & 0xFF); }
2290
2291int Osiris_timer_counter = 0;
2292

Callers 3

Osiris_CancelTimerFunction · 0.70
Osiris_TimerExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected