- Found in:
- SkyUI
[DEV SERVER] Loading description...
Caveats
Parameters
inta_option
GitHub Wiki Description (SkyUI)
The option ID.
inta_color
GitHub Wiki Description (SkyUI)
The new color (0xRRGGBB).
boola_noUpdate=false
Examples
Auto-Generated Example
int myInt__a_option
int myInt__a_color
bool myBool__a_noUpdate
mySKI_ConfigBase__toCallFunctionOn.SetColorOptionValue(myInt__a_option, myInt__a_color, myBool__a_noUpdate)