Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionSetTitleText(stringa_text)

Description

GitHub Wiki Description (SkyUI)

Sets the title text of the control panel.
If the title is not set with this function, it defaults to the name of the current page, or the mod name if no pages are defined.

Documentation String

Sets the title text of the control panel


Caveats


Parameters

stringa_text

GitHub Wiki Description (SkyUI)

The new title text.


Examples

Auto-Generated Example

string myString__a_text

mySKI_ConfigBase__toCallFunctionOn.SetTitleText(myString__a_text)

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.