- Found in:
- SkyUI
[DEV SERVER] Loading description...
Caveats
Parameters
stringa_stateName
GitHub Wiki Description (SkyUI)
The state option name.
stringa_text
GitHub Wiki Description (SkyUI)
The option text.
boola_checked
GitHub Wiki Description (SkyUI)
The initial state of the check box.
inta_flags=0
Examples
Auto-Generated Example
string myString__a_stateName
string myString__a_text
bool myBool__a_checked
int myInt__a_flags
mySKI_ConfigBase__toCallFunctionOn.AddToggleOptionST(myString__a_stateName, myString__a_text, myBool__a_checked, myInt__a_flags)