- Found in:
- SkyUI
Description
GitHub Wiki Description (SkyUI)
Sets the option flags of a state option.
Context
OnSelectST, OnSliderAcceptST, OnMenuAcceptST, OnColorAcceptST, OnKeyMapChangeST, OnDefaultST
Documentation String
Sets the state option flags
Documentation Comment
@since 2
Parameters
inta_flags
GitHub Wiki Description (SkyUI)
The new option flags. See SKI_ConfigBase.SetOptionFlags(...).
boola_noUpdate=false
stringa_stateName=""
Examples
Auto-Generated Example
int myInt__a_flags
bool myBool__a_noUpdate
string myString__a_stateName
mySKI_ConfigBase__toCallFunctionOn.SetOptionFlagsST(myInt__a_flags, myBool__a_noUpdate, myString__a_stateName)