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

Function GET_SLOT

Descent3/spew.cpp:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145static inline int FORM_HANDLE(int counter, int slot) { return (((counter & 0xFF) << 16) + (slot & 0xFF)); }
146
147static inline int GET_SLOT(int handle) { return (handle & 0xFF); }
148
149spewinfo SpewEffects[MAX_SPEW_EFFECTS];
150int spew_count;

Callers 1

SpewClearEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected