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

Description

GitHub Wiki Description (SkyUI)

Sets the text for the info text field below the option panel.

Context

OnOptionHighlight

Documentation String

Sets the text for the info text field below the option panel


Caveats


Parameters

stringa_text

GitHub Wiki Description (SkyUI)

The new info text. Supports multi-line; use \n to start a new line.


Examples

Auto-Generated Example

string myString__a_text

mySKI_ConfigBase__toCallFunctionOn.SetInfoText(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.