MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ASCreateObject2

Function ASCreateObject2

Source/Scripting/angelscript/asfuncs.cpp:2578–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576}
2577
2578int ASCreateObject2(const std::string& path) {
2579 return ASCreateObject(path, true);
2580}
2581
2582int ASDuplicateObject(const Object* obj) {
2583 return the_scenegraph->map_editor->DuplicateObject(obj);

Callers

nothing calls this directly

Calls 1

ASCreateObjectFunction · 0.85

Tested by

no test coverage detected