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

Function createSquareCylinder

radiantcore/patch/algorithm/Prefab.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void createSquareCylinder(const cmd::ArgumentList& args)
162{
163 createPrefabInternal(eSqCylinder, "patchCreateSquareCylinder");
164}
165
166void createSphere(const cmd::ArgumentList& args)
167{

Callers

nothing calls this directly

Calls 1

createPrefabInternalFunction · 0.85

Tested by

no test coverage detected