- Found in:
- SkyUI
voidfunctionSetSliderOptionValueST(floata_value, stringa_formatString="0}", boola_noUpdate=false, stringa_stateName="")
Description
GitHub Wiki Description (SkyUI)
Context
Documentation String
Sets the value(s) of an existing state option
Documentation Comment
@since 2
Parameters
floata_value
GitHub Wiki Description (SkyUI)
The new option value.
stringa_formatString="0}"
boola_noUpdate=false
stringa_stateName=""
Examples
Auto-Generated Example
float myFloat__a_value
string myString__a_formatString
bool myBool__a_noUpdate
string myString__a_stateName
mySKI_ConfigBase__toCallFunctionOn.SetSliderOptionValueST(myFloat__a_value, myString__a_formatString, myBool__a_noUpdate, myString__a_stateName)