- Found in:
- SKSE
Description
Documentation Comment
open a custom menu named "CustomMenu" by loading the given swf from the interface folder
(filename without extension)
there can only be a single custom menu open at the same time
Caveats
Parameters
stringswfPath
intflags=0
Examples
Auto-Generated Example
string myString__swfPath
int myInt__flags
UI.OpenCustomMenu(myString__swfPath, myInt__flags)