MCPcopy Create free account
hub / github.com/assaultcube/AC / setresdata

Function setresdata

source/src/main.cpp:511–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510#if defined(WIN32) || defined(__APPLE__) || !defined(WIN32)
511void setresdata(char *s, enet_uint32 c)
512{
513 extern hashtable<char *, enet_uint32> &resdata;
514 resdata[newstring(s)] = c;
515}
516#endif
517
518COMMANDF(screenres, "ii", (int *w, int *h) { screenres(*w, *h); });

Callers 1

loopiFunction · 0.85

Calls 1

newstringFunction · 0.85

Tested by

no test coverage detected