schlangster/skyui

Wrong parameter name in documentation

CPULL opened this issue · 0 comments

CPULL commented

Hello, the function SetSliderOptionValueST() works very well.
But in the documentation the "format string" parameter is called "formatString", while this is not the actual name of the parameter in the code.
If you use unnamed parameters, everything works fine, but if you try something like:

SetSliderOptionValueST(15.0, formatString="{0} value")

the code does not compile.

Minor problem, and probably only a documentation problem.