- Found in:
- SkyUI
Description
GitHub Wiki Description (SkyUI)
Context
Documentation String
Sets the value(s) of an existing option
Parameters
inta_option
GitHub Wiki Description (SkyUI)
The option ID.
boola_checked
GitHub Wiki Description (SkyUI)
The new check box state.
boola_noUpdate=false
Examples
Auto-Generated Example
int myInt__a_option
bool myBool__a_checked
bool myBool__a_noUpdate
mySKI_ConfigBase__toCallFunctionOn.SetToggleOptionValue(myInt__a_option, myBool__a_checked, myBool__a_noUpdate)