Background for Skyrim SE
Member of the UI script
voidfunctionOpenCustomMenu(stringswfPath, intflags=0)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.