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

Function xmapfilename

source/src/worldio.cpp:1612–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610
1611static const char *bakprefix = "(backup)", *xmapspath = "mapediting/xmaps";
1612char *xmapfilename(const char *nick, const char *prefix = "") { static defformatstring(fn)("%s/%s%s.xmap", xmapspath, prefix, nick); return path(fn); }
1613
1614void writexmap(xmap *xm, const char *prefix = "")
1615{

Callers 3

writexmapFunction · 0.85
loadxmapFunction · 0.85
loopvFunction · 0.85

Calls 1

pathFunction · 0.85

Tested by

no test coverage detected