MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / BoundModuleConnection

Class BoundModuleConnection

Source/ScriptModule.h:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 LineEventTracker mUIControlTracker;
285
286 struct BoundModuleConnection
287 {
288 int mLineIndex{ -1 };
289 std::string mLineText;
290 IDrawableModule* mTarget{ nullptr };
291 };
292 std::vector<BoundModuleConnection> mBoundModuleConnections;
293
294 std::vector<std::string> mScriptFilePaths;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected