schlangster / skyui

SkyUI interface mod for Skyrim.
270 stars 168 forks source link

Wrong parameter name in documentation #72

Open CPULL opened 8 years ago

CPULL commented 8 years ago

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.