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

Function dDatabaseRead1

Descent3/DllWrappers.cpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126void RetrieveUICallback(void **fn) { *fn = (void *)GetUICallback(); }
127
128bool dDatabaseRead1(const char *label, char *entry, int *entrylen) { return Database->read(label, entry, entrylen); }
129
130bool dDatabaseRead2(const char *label, void *entry, int wordsize) { return Database->read(label, entry, wordsize); }
131

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected