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

Method xmap

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

Source from the content-addressed store, hash-verified

1294 short position[5];
1295
1296 xmap() : world(NULL), ssize(0), cubicsize(0), numundo(0) { *nick = *name = *mcfname = '\0'; }
1297
1298 xmap(const char *nnick) // take the current map and store it in an xmap
1299 {

Callers

nothing calls this directly

Calls 10

copystringFunction · 0.85
getclientmapFunction · 0.85
getcurrentmapconfigFunction · 0.85
storepositionFunction · 0.85
backupeditundoFunction · 0.85
duplicateMethod · 0.80
loopvFunction · 0.70
addMethod · 0.45
lengthMethod · 0.45
getbufMethod · 0.45

Tested by

no test coverage detected