Background for Skyrim SE
Member of the SKI_ConfigBase script
voidfunctionLoadCustomContent(stringa_source, floata_x=0.0, floata_y=0.0)

Description

GitHub Wiki Description (SkyUI)

Loads an external file.
Once custom content has been loaded, it's shown in the option panel and the option list is hidden.
To clear the custom content and show the option list again, use SKI_ConfigBase.UnloadCustomContent().

Context

OnPageReset

Documentation String

Loads an external file into the option panel


Parameters

  1. stringa_source

    GitHub Wiki Description (SkyUI)

    The path to the loaded file relative to Data/Interface/. Supported formats are .swf, for animated/interactive content, and .dds for images.

  2. floata_x=0.0

  3. floata_y=0.0


Examples

Auto-Generated Example

string myString__a_source
float myFloat__a_x
float myFloat__a_y

mySKI_ConfigBase__toCallFunctionOn.LoadCustomContent(myString__a_source, myFloat__a_x, myFloat__a_y)

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.