| 149 | } |
| 150 | |
| 151 | void createDenseCylinder(const cmd::ArgumentList& args) |
| 152 | { |
| 153 | createPrefabInternal(eDenseCylinder, "patchCreateDenseCylinder"); |
| 154 | } |
| 155 | |
| 156 | void createVeryDenseCylinder(const cmd::ArgumentList& args) |
| 157 | { |
nothing calls this directly
no test coverage detected