VTuber: Get Parameter Value
VTuberInputs
| in | Exec | exec | multiplexed |
| name | Data | System.String | None |
Outputs
| out | Exec | exec | None |
| value | Data | System.Double | multiplexed |
| min | Data | System.Double | multiplexed |
| max | Data | System.Double | multiplexed |
| defaultValue | Data | System.Double | multiplexed |
Lowers to C#
var parameter = await ctx.VtubeStudio.GetParameterValueAsync(name);