MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / createSphere

Function createSphere

radiantcore/patch/algorithm/Prefab.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void createSphere(const cmd::ArgumentList& args)
167{
168 createPrefabInternal(eSphere, "patchCreateSphere");
169}
170
171void createEndcap(const cmd::ArgumentList& args)
172{

Callers

nothing calls this directly

Calls 1

createPrefabInternalFunction · 0.85

Tested by

no test coverage detected