Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void createSphere(const cmd::ArgumentList& args)
167
{
168
createPrefabInternal(eSphere,
"patchCreateSphere"
);
169
}
170
171
void createEndcap(const cmd::ArgumentList& args)
172
{
Callers
nothing calls this directly
Calls
1
createPrefabInternal
Function · 0.85
Tested by
no test coverage detected