- Found in:
- SkyUI
Description
GitHub Wiki Description (SkyUI)
Context
Documentation String
Sets the value(s) of an existing option
Documentation Comment
@since 4
Parameters
inta_option
GitHub Wiki Description (SkyUI)
The option ID.
stringa_value
boola_noUpdate=false
Examples
Auto-Generated Example
int myInt__a_option
string myString__a_value
bool myBool__a_noUpdate
mySKI_ConfigBase__toCallFunctionOn.SetInputOptionValue(myInt__a_option, myString__a_value, myBool__a_noUpdate)