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

Function newent

source/src/editing.cpp:1224–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222COMMAND(edittagclip, "s");
1223
1224void newent(char *what, float *a1, float *a2, float *a3, float *a4, float *a5, float *a6, float *a7)
1225{
1226 EDITSEL("newent");
1227 loopv(sels) newentity(-1, sels[i].x, sels[i].y, (int)camera1->o.z, what, *a1, *a2, *a3, *a4, *a5, *a6, *a7);
1228}
1229COMMAND(newent, "sfffffff");
1230
1231void movemap(int *xop, int *yop, int *zop) // move whole map

Callers

nothing calls this directly

Calls 2

newentityFunction · 0.85
loopvFunction · 0.70

Tested by

no test coverage detected