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

Function createCylinder

radiantcore/patch/algorithm/Prefab.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void createCylinder(const cmd::ArgumentList& args)
147{
148 createPrefabInternal(eCylinder, "patchCreateCylinder");
149}
150
151void createDenseCylinder(const cmd::ArgumentList& args)
152{

Callers

nothing calls this directly

Calls 1

createPrefabInternalFunction · 0.85

Tested by

no test coverage detected