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

Function DatabaseWriteInt

Descent3/multi_dll_mgr.cpp:768–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766 mprintf(0, "Read int: %s:%d\n", label, *val);
767}
768void DatabaseWriteInt(const char *label, int val) {
769 mprintf(0, "Writing int: %s:%d\n", label, val);
770 Database->write(label, val);
771}
772void DescentDefer(void) { Descent->defer(); }
773void *NewUIGameWindowCreate(int x, int y, int w, int h, int flags) {
774 NewUIGameWindow *newgamewin;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected