Make p command show all parameters starting with the arg

This commit is contained in:
Oleg Kalachev
2026-05-27 13:58:51 +03:00
parent cdfba72a0b
commit a294883dea
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const char *getParameterName(int index);
float getParameter(int index);
float getParameter(const char *name);
bool setParameter(const char *name, const float value);
void printParameters();
void printParameters(const char *filter);
void resetParameters();
// mocks