| 144 | } |
| 145 | |
| 146 | void createCylinder(const cmd::ArgumentList& args) |
| 147 | { |
| 148 | createPrefabInternal(eCylinder, "patchCreateCylinder"); |
| 149 | } |
| 150 | |
| 151 | void createDenseCylinder(const cmd::ArgumentList& args) |
| 152 | { |
nothing calls this directly
no test coverage detected