- Found in:
- SkyUI
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
Documentation String
Loads an external file into the option panel
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)