- Found in:
- SkyUI
Description
GitHub Wiki Description (SkyUI)
Context
Documentation String
Sets the value(s) of an existing state option
Documentation Comment
@since 2
Parameters
inta_color
GitHub Wiki Description (SkyUI)
The new color (0xRRGGBB).
boola_noUpdate=false
stringa_stateName=""
Examples
Auto-Generated Example
int myInt__a_color
bool myBool__a_noUpdate
string myString__a_stateName
mySKI_ConfigBase__toCallFunctionOn.SetColorOptionValueST(myInt__a_color, myBool__a_noUpdate, myString__a_stateName)