We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are both obsoleted, and confusing to have around:
RecInt REC_readInteger(const char *name, bool *found, bool lock = true); RecFloat REC_readFloat(char *name, bool *found, bool lock = true); RecCounter REC_readCounter(char *name, bool *found, bool lock = true); RecString REC_readString(const char *name, bool *found, bool lock = true); RecInt REC_ConfigReadInteger(const char *name); char *REC_ConfigReadString(const char *name); RecFloat REC_ConfigReadFloat(const char *name); RecCounter REC_ConfigReadCounter(const char *name);
The text was updated successfully, but these errors were encountered:
Moving this out to 9.1.x, I still think should be done.
Sorry, something went wrong.
@zwoop I need to work on this issue. Could you please assign this work to me!!
Successfully merging a pull request may close this issue.
These are both obsoleted, and confusing to have around:
The text was updated successfully, but these errors were encountered: