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

[DEV SERVER] Loading description...


Caveats


Parameters

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.

floata_x=0.0

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.