| 2576 | } |
| 2577 | |
| 2578 | int ASCreateObject2(const std::string& path) { |
| 2579 | return ASCreateObject(path, true); |
| 2580 | } |
| 2581 | |
| 2582 | int ASDuplicateObject(const Object* obj) { |
| 2583 | return the_scenegraph->map_editor->DuplicateObject(obj); |
nothing calls this directly
no test coverage detected