FomTarro / VTS-Sharp

C# Library for interacting with the VTube Studio API
https://assetstore.unity.com/packages/tools/integration/vts-sharp-203218
MIT License
36 stars 11 forks source link

Incorrect doc link for GetParameterValue #17

Closed Renpona closed 2 years ago

Renpona commented 2 years ago

The GetParameterValue call's inline doc says For more info, see /// <a href="https://github.com/DenchiSoft/VTubeStudio#requesting-list-of-available-tracking-parameters">https://github.com/DenchiSoft/VTubeStudio#requesting-list-of-available-tracking-parameters</a>

However, that's the link for GetInputParameterList. The link for GetParameterValue should probably be this: https://github.com/DenchiSoft/VTubeStudio#get-the-value-for-one-specific-parameter-default-or-custom

FomTarro commented 2 years ago

Thank you! Will fix next time I do a version upgrade.