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

Function createDenseCylinder

radiantcore/patch/algorithm/Prefab.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void createDenseCylinder(const cmd::ArgumentList& args)
152{
153 createPrefabInternal(eDenseCylinder, "patchCreateDenseCylinder");
154}
155
156void createVeryDenseCylinder(const cmd::ArgumentList& args)
157{

Callers

nothing calls this directly

Calls 1

createPrefabInternalFunction · 0.85

Tested by

no test coverage detected