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

Method SetError

Source/CodeEntry.cpp:724–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724void CodeEntry::SetError(bool error, int errorLine)
725{
726 mHasError = error;
727 mErrorLine = errorLine;
728}
729
730void CodeEntry::OnClicked(float x, float y, bool right)
731{

Callers 1

RunCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected