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

Method ExecuteBlock

Source/ScriptModule.cpp:1080–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080std::pair<int, int> ScriptModule::ExecuteBlock(int lineStart, int lineEnd)
1081{
1082 return RunScript(gTime, lineStart, lineEnd);
1083}
1084
1085void ScriptModule::OnCodeUpdated()
1086{

Callers 1

OnKeyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected