- Found in:
- SkyUI
[DEV SERVER] Loading description...
Caveats
GitHub Wiki notes (SkyUI)
The color swatch parameters are set in OnOptionColorOpen when the dialog is opened.
Parameters
stringa_stateName
GitHub Wiki Description (SkyUI)
The state option name.
stringa_text
GitHub Wiki Description (SkyUI)
The option text.
inta_color
GitHub Wiki Description (SkyUI)
The initial color value (0xRRGGBB).
inta_flags=0
Examples
Auto-Generated Example
string myString__a_stateName
string myString__a_text
int myInt__a_color
int myInt__a_flags
mySKI_ConfigBase__toCallFunctionOn.AddColorOptionST(myString__a_stateName, myString__a_text, myInt__a_color, myInt__a_flags)