Background for Skyrim SE
Member of the SKI_ConfigBase script
intfunctionAddHeaderOption(stringa_text, inta_flags=0)

Description

GitHub Wiki Description (SkyUI)

Adds a header option to group several options together.

Context

OnPageReset

Documentation String

Adds a header option to group several options together


Caveats


Parameters

stringa_text

GitHub Wiki Description (SkyUI)

The header text.

inta_flags=0


Examples

Auto-Generated Example

string myString__a_text
int myInt__a_flags

int returnedValue = mySKI_ConfigBase__toCallFunctionOn.AddHeaderOption(myString__a_text, myInt__a_flags)

Additional References

View this function on the GitHub Wiki for SkyUI

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.