MCPcopy Create free account
hub / github.com/Auburn/FastNoise2 / InitialNodeTree

Function InitialNodeTree

tools/NodeEditor/NodeEditorApp.cpp:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static std::string InitialNodeTree( const NodeEditorApp::Arguments& arguments )
44{
45 for( int i = 1; i < arguments.argc - 1; ++i )
46 {
47 if( std::string_view{ arguments.argv[i] } == "--import-ent" )
48 {
49 return arguments.argv[i + 1];
50 }
51 }
52 return "";
53}
54
55#ifdef __EMSCRIPTEN__
56static void* fnEditorIpcSetup( bool )

Callers 1

NodeEditorAppMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected